how to do this change serial online
please tell me how to do this http://www.casperprogs.com/SerialChange.html
View ArticleVb Code error
Private Sub Adodc1_WillMove(ByVal adReason As ADODB.EventReasonEnum, adStatus As ADODB.EventStatusEnum, ByVal pRecordset As ADODB.Recordset) Adodc1.Visible = False End Sub Private Sub Command1_Click()...
View ArticleIf 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 ArticleManipulating access data
So I have a combobox that I want to list items from a database and then i want to multiply the amount that is associated with that item by 2 and display that in a textbox. Any ideas how i would achieve...
View ArticleSelect Case or IF?
I've got a form with the following items for a printing estimator app Quantity (This can be any quantity) Size (This is a combobox with 5 options e.g. A5, A4, A3 etc) Paper (This is the type of paper...
View ArticleMulti-Server/Multi-Client Version 2 Help
My 1st version is designed that ServerA is the 1st server to be launched and all other servers connect to ServerA and if ServerA fails all other servers are closed. Now I want to make version 2 which...
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 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 Article