If a text in a string ends with * go to start of that word
Hi all, Can someone please help me with this logic? I have a string e.g. "pc4541@omnmb printer123*lptrd notebook141#opriu ipad662;mkilo" I want to search for a word ending in e.g. "lptrd" and return...
View ArticleAPI Function SendMessageLong in Windows 7 doesn't work
Hello guys, Until now, I have used this function to personalize the progress bar color which shipping with Microsoft Windows Common Controls 6.0 (SP6). Starting with Windows 7 something goes wrong and...
View Articlevb 6.0 equal button does not working
Hi... i dont know what happen with my equal button..i can sum up two numbers but the equal button doesnt working..ive rechecked back all the coding instead i did research in google... Private Sub...
View Article[RESOLVED] Code to make mouse pointer change manually when over a form's border?
I have a form with no borders. I want to change the mouse pointer when it is over a border. For example, if it is over the left border then change to sth, etc.. I use this for the left&top borders...
View ArticleError while file download using winsock
We are using vb6 winsock for downloading files.It works fine for lot of our customers. But only for some 5 customers the file does not get downloaded properly. The request is like shown below GET...
View ArticleHow would you code this in VB?
I asked for help earlier, but folks said it was too difficult and too big, and certainly would take a lot longer than the 4 minutes I specified it would take me on a mainframe computer. I'm talking...
View Articleerror in using API MoveToEx
hi, I'm using API function Movetoex with LineTo to draw line on a form in a graphics software. A run time error 10 This array is fixed or temporarily locked is arriving at the movetoex line below is...
View ArticleI Need help for this. I getting headache solving this prob
how can you do this? When the user click the button it will display a countdown from 1-50,000 but it will stop randomly between 2,000-50,000 and display a dialogbox what number it stops. Thanks
View Article[HELP] Linking Arduino to VB6
I want to link Arduino to Visual Basic 6 to transmit the input pulse signal generated from the coin slot. I just used a simple code of displaying "Hello World" in Arduino to link it with Visual Basic....
View ArticlePopulate ComboBox2 Basen On Text In ComboBox1,With Access DB
My Form: combo1 (ComboBox) combo2 (ComboBox) Database: ID | Name 1 | one 2 | two 3 | three 4 | four 5 | five 6 | six So,I want: If Combo1.Text = "ID" Then combo2 populate with 1 2 3 4 5 6 ElseIf...
View ArticlePlease Urgent help! How Do I code this in VB
Hi, I have developed a payroll package in VB 6.5 to be launched very soon in the market.The challenge i have is to develop an excutable file which generate the License Key and Tax Key.Tax key should be...
View Articlecalling an array in vb6
i have an array called word() with words from 1 to 10. i also have an integer variable called number, and this variable will change every time a certain command button is clicked. what i want to know...
View ArticleSuggestions on handling help in dlls
I have a VB6 application (linked via automation to VBA in Visio). This has a help file (chm) that can be called up by a help button on all my forms. However, I now have some functionality that has been...
View ArticleConflict between AutoRedraw and Gradient code
I have a custom form with no borders and a gradient background and a rich textbox. I have used code to make the rich text box transparent. So only the text in it willbe shown. But when the form is...
View Articleinet1 visit url , help please read more
have list1 loaded with urls Code: Dim i As Integer Dim pageadd As String, sText As String If List1.ListIndex = 0 Then Exit Sub End If pageadd = List1.Text sText = Inet1.OpenURL(pageadd) Do While...
View ArticleClicking the OK button on a MessageBox if user doesn't do it
I display a message box with only an OK button. If a certain amount of time goes by and the user hasn't clicked it how can the program do it.
View ArticleHow data are kept into collections
Goodmorning everybody :) I've a doubt about how Collections kept the data you add to. My questions are from this simple code: Code: Dim c As New Collection Dim cls As New Class1 <- Class1 is a class...
View ArticleHow data are kept into collections
Goodmorning everybody :) I've a doubt about how Collections keep data you add to. My questions are from this simple code: Code: Dim c As New Collection Dim cls As New Class1 <- Class1 is a class...
View ArticleRTF file not loading with right format
Hello, Here is the problem. The file is saved as a RTF file and shows up in the directory as such. When I load the file, it takes the formatting of the first character and applies it to the whole...
View ArticleMoving Values in Treeview
All: I have tried and tried and can't seem to figure this out. I thought I would post another note to see if anyone can provide some direction. What I have is a treeview, when the user selects...
View Article