| Thread | Last Post | Replies |
|
| Understanding Data Execution Prevention | 17 Mar 2008 00:21 GMT | 18 |
In addition to full setup I have created the update setup for my application. Update setup checks where the app is located and replaces the executable file with the updated exe file.
|
| MSINET.OCX problem in VB6 application | 16 Mar 2008 23:33 GMT | 9 |
I have written a software in VB6 and are distributing it. Once in a while, a customer emails me saying that my software produces an error: "component MSINET.OCX or one of its dependencies not correctly registered: a file is missing or invalid."
|
| How do i print the results from my SELECT Statement | 16 Mar 2008 19:36 GMT | 8 |
After running a select statement in vb 6, how do i send the results to the printer. Here is the code i've written so far: Private Sub ProcSelectRecords() Dim MyConn As ADODB.Connection
|
| MS Access automation | 16 Mar 2008 18:26 GMT | 7 |
How to connect to Access from another app to write some data in? Is it possible same way as Excel automation? Can I see some pointers and samples? Thanks,
|
| Server Request Variable. | 16 Mar 2008 04:43 GMT | 17 |
Hi, I need to use Request.ServerVariables in a VB6 project. I know I did this before some time back, but I forget how to do so. Can someone point me in the right direction please? Thanks to all.
|
| Reached limit | 15 Mar 2008 01:50 GMT | 17 |
"Reached Limit: cannot create any more controls for this form" How can I insert a button on my form? VB6 Thanks!
|
| MSChart problem | 15 Mar 2008 00:10 GMT | 10 |
This is the first time I try MSChart in VB. I'm stuck with not knowing what I have not done right. Private Sub Form_Load() Dim Name As String
|
| Viewing Tooltips on Disabled Checkboxes | 14 Mar 2008 22:44 GMT | 6 |
I have a large and complex form, which allows the user to view lots of properties (view only, not change). Then, after pressing the Edit button, the user can change the properties. Most of this is done by simply disabling a parent control (like a Picturebox) so that everything is ...
|
| Some 'best practices' questions | 14 Mar 2008 20:59 GMT | 27 |
Which of the ff is considered better and why? A) load Form1 'Do something with Form1
|
| Runtime Error 3343 - Unrecognized Database format | 14 Mar 2008 20:41 GMT | 28 |
Took your advice but not it seems I have a larger issue. This seems the hard way to simply populate a list of firstnames from access.... I have bot the above error and i think it is becuase i am using DAO.
|
| Printing to a hWnd | 14 Mar 2008 19:57 GMT | 5 |
I seem to recall reading somewhere that given an Hwnd to a control, one can print its contents to a printer. I have written a simple ATL editor control and I have exposed the Hwnd as a property, for these purposes - but I can't for the life of me
|
| Change caption of button on SSToolbar control. | 14 Mar 2008 18:51 GMT | 14 |
Hi... We are using SSToolbar for one of our applications and we have few buttons on that control. I would like to change the caption of one of button on SSToolbar control but i could not find that option. I
|
| Help Pls about MsComm Vb6.0 | 14 Mar 2008 18:08 GMT | 2 |
i want to transmit the system time to my 8051 MCU throught RS232 (serial Port) the code is vb6.0 code: MSComm1.PortOpen = True
|
| MS Bug or MSDN typo?? | 14 Mar 2008 17:56 GMT | 2 |
The Rnd() Function doesn't appear to always work as it should (according to the documentation / MSDN info for the Rnd() Function): {Begin Excerpt from VS 2008 documentation} "
|
| Vertical blanking interval detection in VB6? | 14 Mar 2008 17:05 GMT | 9 |
I would like to be able to detect the vertical blanking interval on my monitor from within VB6, but don't want to use DirectDraw if I don't have to. Is there a program out there I can call from my VB6 program which will tell me when the vbi is taking place?
|