Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
How d开发者_Go百科o I run Google Voice from Visual Basic 6?See this brief explanation of the API:
I\'m having a hard time converting this C++ code to VB6 code. I\'ve search the net and haven\'t found anything. PInvoke.net only has reference to VB.NET code. Here\'s the code from MSDN:
My VB.NET application uses Mic开发者_开发问答rosoft Flex Grid Control 6.0. This is a legacy application which has been ported from VB6 with the Visual Studio conversion wizard. Although I can compile
I have two recordsets rs1 and rs2 in vb开发者_JAVA技巧6. i want to compare each record in rs1 with each record in rs2. If rtn(column) in rs1 is same as in rtn in rs2.then set date = now and claim = c.
How can I add leading zeroes to a number? For example: Dim stracctnumber as String stracctnumber = 987654321
I have a code that that loads my data into sql table. I want know that is there any way to load data into some other table if there is any duplicate value. if yes can you help me. My query is:
I want to generate 10 different numbers from a range of 0-9. the desired output may look like this, 9 0 8 6 5 3 2 4 1 7
I\'m trying to create a VB6 application linking to Microsoft Access 2007. I\'m going to save account names and passwords in Access 2007. I\'m using V开发者_StackOverflowB6 as the front end. Would some
I am using VB6 SP6 This code has work correctly for years but I am now having a problem on a WIN7 to WIN7 network.It also works correctly on an XP to Win7 network.