write to webbrowser1 from richtextbox1
richtextbox1 has multi line like this 1: example text 2: second example line of text when i print it to webbrowser it becomes 1 line please help , i need to print exactly as shown in richtextbox to...
View ArticleStruggling with VB Code PLEASE HELP!
I had to move names from one list to another and then write a code to group those names randomly from a listbox into a textbox and then reset the names now labeled Group 1 and so on back to listbox1. I...
View Articlereading a file into array
I was trying to find a post in the forums that may show me how to do what I need to do. I have a text file that has a list of cities with longitude and latitude. I need to put only the cites into a...
View ArticleHow to Copy a file from Client System to Server System
Hi All, I want to copy image files from client to server. Will this be possible by using FSO? If anyone here knows about this, please help me
View ArticleSendMessage to change image in explorer
I am trying to make a program that is similar to a wallpaper changer except it changes the backgrounds inside windows explorer directories instead of the desktop. I used the Spy++ program to see if I...
View ArticleLoading .png but with transparencies
I am handling the loading of .png with a free class the is on internet. one uses that class to put the image in a stdpicture. now, why it don't do the transparency when using then the stdpicture with...
View Article[RESOLVED] CDC Print Cancel not Working
When I run my code CDC ShowPrinter click cancel I get an error 32755 what am I missing please Code: Private Sub cmdAddress_Run() Cancel = False Inch = 1440 PrintCount = 0 myResetRow = 1 Dim sPage As...
View ArticleDrag & Drop direct access in win7
I have an app that works for winXP, it has a textbox where you can drop there a direct access from desktop then it pickup its data with Code: Private Sub TextDirectAcess_OLEDragDrop(Data As DataObject,...
View Article[RESOLVED] looping through the variables
hi .. how are you all iam trying to loop between variables but i couldn,t .. i realy dont know why here is the examble dim a1 as integer dim a2 as integer dim a3 as integer for i = 1 to 3 msgbox ("a"...
View ArticleDisplay Date in specific format
How do i display the date in a specific format of MM - DD- YYYY I can pull the date but its seperated by / and only single digit i need the - seperators Code: Text1.Text = Date gives me the date as...
View Article[RESOLVED] Anyway to get rid of a background pic?
Hello everyone. I am working on a program to help teach elementary subjects, and I am working on a whiteboard of sorts to write stuff on. In the first version I made, it did not resize, and I had a...
View ArticleNeed Help..... How To Controll / Access WMP Plugin from Form ? plugin sample...
Dear Master, Im Newbie in VB. and now i'm learning VB6. i found a good DLL plugin for Windows Media Player. My Question is.... When I Emeded Windows Media Player to The Form, How to controll / access...
View ArticleText Localization with VB6?
So, I have coded in Visual Basic using Tesseract OCR, but now I am stuck at a problem, that is to localize the texts. I'll give the breakdown, to help you understand better, I get an RGB image, then...
View ArticleSorting a Listbox
Is it possible to sort the entries in a listbox by the value in the ItemData Property? I need to sort a listbox first by the ItemData value and then by the List value
View ArticleOutlook NewEmailEx event won't fire in small VB6 application
I'm needing to run a small VB6 app that will sit in the system tray with the purpose of detecting specific incoming Outlook email messages and depending on the sender, subject and time of day, initiate...
View Articlevb6 and the shell command.
Hey there everyone, I am back again with another stumper that I can't seem to figure out. I have a program That I am trying to launch with the shell command. Only problem is that it wont run when I...
View ArticleError installing VB6 application.
Hi to everyone, I am new in this forum, and I have a problem I can't resolve. I have a VB6 application that uses ADO to open an Access Database; the connection string is...
View Article[RESOLVED] Outlook NewEmailEx event won't fire in small VB6 application
I'm needing to run a small VB6 app that will sit in the system tray with the purpose of detecting specific incoming Outlook email messages and depending on the sender, subject and time of day, initiate...
View Article[RESOLVED] vb6 and the shell command.
Hey there everyone, I am back again with another stumper that I can't seem to figure out. I have a program That I am trying to launch with the shell command. Only problem is that it wont run when I...
View Article[RESOLVED] Error installing VB6 application.
Hi to everyone, I am new in this forum, and I have a problem I can't resolve. I have a VB6 application that uses ADO to open an Access Database; the connection string is...
View Article