| Thread | Last Post | Replies |
|
| Method '~' of object '~' failed in VB 6 with Excel | 09 Sep 2005 13:18 GMT | 2 |
I am having a heck of a time with a VB 6 app. It has been working fine until I recently added functionality using Word. Now, open EXCEL files seems to be broken. I get Err Number=-2147417851 Method '~' of object '~' failed I used FormatMessage to get: "The server threw an ...
|
| Runtitme Error 48 | 09 Sep 2005 13:14 GMT | 1 |
I've finish my vb6 application that accesses a informix database and allows the user to work on records. I've used the package software to bundle it all up and have installed the application on a number of users computers. The program runs fine over all but one of the computers, ...
|
| What is 'managed code'? | 09 Sep 2005 08:38 GMT | 19 |
From MSN: This article discusses why Telephony Application Programming Interface (TAPI) is not supported from managed code. What is that managed code?
|
| Get File Versoin | 09 Sep 2005 04:00 GMT | 2 |
Do anyone what is the code to get the file (exe and dll) version on vb6 .. ? Really appreciate if someone can provide me the code or guideline .. Thanks Travis Tan
|
| Anyone have a link to DL VS 6.0 SP3? | 09 Sep 2005 03:22 GMT | 6 |
Seems the page on microsoft says service pack 3, but links to 6. Thanks.
|
| DTS VBScript problem... | 09 Sep 2005 03:10 GMT | 3 |
Sorry about the cross post but M$ apparently does not have a "VBScript sucks" newsgroup... Can anyone tell me how to make this script WORK? I have a deadline to meet and the only thing between me and success is a DTS VBScript error...
|
| DrawThemeBackground fails | 09 Sep 2005 00:12 GMT | 3 |
I'm using DrawThemeBackground to try and draw a system button (iPartId = WP_SYSBUTTON), but it fails (nothing draws). Does anyone know why it works for some parts and not others? I'm using Steve McMahon's code from the article 'Drawing with XP
|
| WebBrowser Use Problem | 09 Sep 2005 00:08 GMT | 10 |
I had never used the WebBrowser control before last night. This was my initial attempt--test code. ====================================================== Private Sub Form_Load()
|
| image control - setting property in code | 09 Sep 2005 00:02 GMT | 4 |
> hi, > i have a form in a vb app and it has an image control. i need to set the > image source in the code. i tried playing around with the picture > property |
| Native Code vs PCode | 08 Sep 2005 21:51 GMT | 32 |
I've got some activex dlls that access a database, retrieve recordsets, loop through them, calculate stuff, etc... Would it make a big difference if I compiled to PCode instead of Native Code (Fast Code)??
|
| vb.net fillcolor | 08 Sep 2005 21:44 GMT | 1 |
What is the best way to change this command? I upgraded a code that was in earlier vb to .net and the fillcolor syntax is no long valid. sample code If NumSat = 3 And Color_Code > 2 Then
|
| image control - setting property in code | 08 Sep 2005 21:27 GMT | 2 |
i have a form in a vb app and it has an image control. i need to set the image source in the code. i tried playing around with the picture property but i get a runtime error saying (object required). any help is appreciated.
|
| VB6 and SMS | 08 Sep 2005 19:23 GMT | 3 |
Does anyone have any code to send an SMS message from VB. I have had a good look around but can't find the barebones code. My thinking is that you would need to transmit: UserName, PassWord, Account, Mobile number and message to an IP address. My
|
| Reading Low Value 00 hex characters | 08 Sep 2005 19:17 GMT | 2 |
This is beyond my realm of knowledge and I hope my explanation will make sense. Our mainframe folks are providing me with a text file that I use in updating a SQL database through a VB program. The text file being provided has some strange characters and the mainframe folks ...
|
| Installing on Windows XP | 08 Sep 2005 18:53 GMT | 11 |
Windows XP-Pro (sp2) Visual Basic 6.0 Professional I have been running Visual Basic on a Windows 98se machine for the past five years, and have recently upgraded to a machine using Windows XP. In that
|