winsock multi operation at once
hello.. i have tried this code for http://www.vbforums.com/showthread.p...insock-control for sending file,this code is very good.. but i just wondering,how do we send text while sending file,like Yahoo...
View Articlesend multiple sms using mCore Active x in vb6 and access database
i m using this to send sms using mCore ActiveX Component in vb6 this code is working fine but sometime send a single sms with multiple times infact hunderds time until i close my application.please...
View ArticleVB6 & TPS Database
Hello 1-Please give me the correct methode to connect vb6 to clarion data file (*.TPS). 2-How to build this: In my file TPS many table, this tables are all one column name "code". for example Table1=...
View ArticleRunning a Command Line Program with multiple parameters and path
Here is what I am trying to do: Here is my code: VB Code: Code: Private Sub cmdRun_Click() Â Â MsgBox "cmd.exe /k F:\vb6projects\recovery\testdisk_win.exe /list> F:\run away\txt.txt" Â Â Shell...
View ArticleGet handle of toolbar Button Menu
Hi Guys Can anybody help me out getting the handle to a toolbar Button Menu? To clarify, the Button Menu's I mean are the ones that you add via the Toolbar property pages. Many Thanks jwal
View ArticleCan't register ActiveX DLL on Windows Server 2008 R2 Enterprise Service Pack 1
When I try to register a DLL developed on VB6 I got the error: The module "xxxx.dll" was loaded but the call to DllRegisterServer failed with error code 0x80004005 but I can register similar dlls, and...
View ArticleForm Paint Event and AutoRedraw
Hi Guys As we know, Form_Paint does not get triggered if AutoRedraw is True. I have some code that needs to be invoked after Form_Activate on a form with AutoRedraw set to True. On other forms where...
View ArticleExport to Excel
Hi I am exporting data from MsFlexGrid to Excel . I want those columns whose column width is 0 should not be exported. Thanks
View ArticleHelp please want to write string sorting function
Hi, I am new to Visual basic but I have some java experience. I have a single column of data as text strings in an excel doc and I would like to use some code to sort that list and output two columns....
View ArticleI Just have a question about WebBrowser1
How do I make the WebBrowser1 follower the screen when re-size , make it bigger or smaller. thanks:wave:
View Articleconvert all alphabets to "*" for password field in text box
how to convert all alphabets to "*" for password field in text box Attachment 92461 code is Private Sub Command1_Click() If Text1.Text = "a" And Text2.Text = "a" Then mCancel = False mUsername =...
View ArticleReposition a form in the middle of a screen.
Hi there everyone. I am working on a program that when starts up, will open in the middle of the screen. When the user clicks on a button the width of the form changes and I would like the form to...
View ArticleList Outlook Folder Names - Help to Modify Code
I found this code which I've modified a bit and works great, but I'm wondering if someone can help me make it better. This script creates a txt file on your desktop and lists all of the Outlook Folder...
View ArticlePaste Range as "01" when Range = 1
First time here, so apologies if this is in the wrong place! I've hobbled together this VB6.5 macro in Word 2003 that will print multiple pages of the same form that will be bound together in the same...
View Articlevb6 webbrowser useragent change
i search and non are helpful so i am looking for a code that will change useragent on browser keep it static and then when i refresh it the user agent shud change i will have a listbox = text1 , text1...
View Articlehow to get src=" " value from webbrowser controle source code ?
hi all. i am loading a web page in webbrowser controle . I want to extract the value of src="" from the source code. I used the following code to get value of href="" successfully but dont know how to...
View ArticleHow can I convert a Hex character to a Binary string
Example: Input : "C34F2BA5" output: "11000011010011110010110110100101"
View ArticleArray Trouble
I need to search an array, compare it to text in a combobox, and retreive the index number!! Here's what i have; dim DaytonType as string dim i as integer Here i'm loading the array from excel, works...
View Articleconnection object passing between Exe and dll
I am creating a vb two tier Application..In which i have created a dll which has the connection open in it..so when i try to use this connection in my Main Exe it gives me the error the code as follows...
View Article