| Thread | Last Post | Replies |
|
| VB6: Help identifying com ports | 30 Mar 2005 21:00 GMT | 3 |
Hi All... I'm trying to write a routine that will ideantify com ports on a given computer. I have a combo bar that updates with available port numbers, so I can select a number to run a specific application.
|
| Error calling a Crystal Report from VB6 since upgrading Oracle ODBC driver to 9.2 | 30 Mar 2005 19:22 GMT | 2 |
My VB 6 program uses the reference Crystal Report Viewer and the components Crystal Report Control and Crystal Report Viewer Control The VB program calls Crystal Reports (version 8.5) as follows: CrystalReport1.ReportFileName = "report path and name"
|
| Problem INSERTing date into mySQL using VB, please help!! | 30 Mar 2005 19:02 GMT | 8 |
I have tried everything and I can't see what the problem is this is my code: Set cafeRevenue = New revenue currentDate = CDate(lblDate.Caption)
|
| copying data from MS-SQL to MS-Access using VB.Net | 30 Mar 2005 18:19 GMT | 1 |
I'm trying to use MSAccess as a "container" to move data around from one MS-SQL server DB to another. This is basically already a design decision that has been made for a lot of reasons and can't be changed by me.
|
| Automation Error. The specified module could not be found. | 30 Mar 2005 17:59 GMT | 2 |
This is probably the wrong newsgroup but maybe someone here had an idea...I'm using code in an Access 97 application to open Word 97 and print documents. It works on most of the computers but on some I get "Automation Error. The specified module could not be found."
|
| vb6 hlp req: other running app window title & window state how to get ? | 30 Mar 2005 16:35 GMT | 23 |
I have another program running (notepad) for example and I am trying to get my application to monitor it, so I can send, me.visable = true : rval = ShowWindow(Me.hwnd, SW_MAXIMIZE) to my own
|
| Petition for VB6 | 30 Mar 2005 15:07 GMT | 1 |
A petition requesting MS to cointinue support of VB6 Have you signed it yet? http://classicvb.org/petition
|
| modified property of my pictures | 30 Mar 2005 09:11 GMT | 7 |
How can i do for modified the property of my pictures (title, dates, comment etc....) with VB. Thank you for your help Have nice days
|
| C++, VB and 'Input past end of file' | 30 Mar 2005 05:33 GMT | 1 |
I have a VB application that periodically (like every second) reads in new lines from a text file written by a C++ application. In other words, the C++ application periodically appends new lines to the text file and the VB application periodically reads in these lines.
|
| Debugger crashing VB6 | 30 Mar 2005 04:54 GMT | 11 |
I have an application that was written and is being maintained in VB6. Recently, during a bug-squashing session, VB6 began unexpectedly quitting. It appears that using breakpoints in the debugger will now cause VB to crash after closing the application. So the steps are:
|
| can I modify VB6 programs to run under VB5? | 29 Mar 2005 23:51 GMT | 6 |
I am trying to send example programs to a friend who is a complete beginner in another country. I have VB6 but they have VB5. Is there a way to modify my programs so they will load under VB5? Thanks,
|
| 2 easy questions... | 29 Mar 2005 22:39 GMT | 6 |
It's been several years since I fooled around with VB5, but I've got the programming bug again... I'd like to place a flashing light or button in one of my database programs that if a particular checkbox is positive in the records the icon or picture
|
| Serial MSComm error events are all that come thru... | 29 Mar 2005 15:21 GMT | 3 |
I'm having trouble with a simple serial port hook up. I have some custom hardware that seems to work fine. I use it with Hyperterm and I can see what's happening. When it starts up, it just spews some characters to the serial port saying "Hello, I'm awake". It sends a
|
| Pardon my stupidity but... | 29 Mar 2005 12:41 GMT | 1 |
For Java Programming, if we want a value to be 'EXACTLY', we use ==: example - Hex == 9 But what is the syntax for Visual Basic?
|
| Help Help Error loading | 29 Mar 2005 09:00 GMT | 1 |
After my last save, I get an error and the error log says: Line 871: Cannot load control hi; containing control not a valid container. Line 871: The file D:\Microsoft Visual Studio 6\Projects\Mtrx.frm could not be loaded.
|