| Thread | Last Post | Replies |
|
| Visual Studio 2005 Express Edition is for free!!! | 17 Nov 2005 10:43 GMT | 60 |
visit Microsoft.com. it is on the front page.
|
| VB6 Error Handling Strategy | 17 Nov 2005 09:39 GMT | 5 |
We have a rather large VB6-Application with unsatisfying Error-Handling. It is a mixture of countinouos err.Raise and Return-Values the indicate Error Trying to get it right, we found that we want to include automatic
|
| Run VB6 .exe on server from a remote machine on same network; db is SQL Server 2000 | 17 Nov 2005 09:39 GMT | 5 |
Hello -- Please advise if there is a more appropriate group for this post. I don't have the networking skills to solve this problem, and need some help.
|
| Database alternatives? | 17 Nov 2005 09:01 GMT | 19 |
For the last five years or so, I have been using DAO to store data in one of my programs. I chose this route originally because the program deals in thousands of records and it seemed the only solution at the time to be able to recall, add, edit and delete records with any ...
|
| ADO Recordlocking not working | 17 Nov 2005 08:10 GMT | 6 |
I'm connecting to an Acces DB, in a Multi user environment. I've set up a basic example shown below, to test my recordlocking. The rs2 connection SHOULD fail, because that same record is already opened. However, i'm still able to open, and even update that same record. Can someon ...
|
| run Time Error 91 for MSFlexGrid1.DataSource = rst | 17 Nov 2005 06:29 GMT | 2 |
Guys Guys Guys This might be not new for you all out there neither for me but. still not able to carck this one when im trying to asign the recoprdset to the flex grid this is givign
|
| Do we have Sleep() in VB? | 17 Nov 2005 04:00 GMT | 1 |
Hello, friends, I need to have VB code to stop execution for 1 second, not only DoEvents. Do we have a Sleep() function in VB like in C++? Thanks.
|
| Resource File Question | 17 Nov 2005 03:23 GMT | 2 |
I have a resource file with custom data in custom sections (not bitmaps, icons, cursors, etc). Is there a way to enumerate everything in a resource file. I would like to make an automated routine that lists everything in the resource
|
| read Excel xls file without running Excel | 17 Nov 2005 03:14 GMT | 4 |
I'd like to read the data starting at a specified row in 2 specified columns in an xls file, without running Excel. Is it possible to do this with just a reference to the Excel Object Library?
|
| Creating, Deleting and Set as Defualt printers in VB .Net | 17 Nov 2005 03:09 GMT | 1 |
I was wondering how in .net you can create printers, delete printers and set a printer as defualt. i am looking at a ways i can simplify a few things within my workplace and i am wanting to make a application that could communicate to a sql data and
|
| Passing ComboBox as Argument produces errors | 17 Nov 2005 02:58 GMT | 2 |
I've got this sub - Public Sub GetSettings(sApp as String, AppCmbo as ComboBox, CSCmbo as ComboBox) ......blah blah blah
|
| Line Numbers | 17 Nov 2005 02:24 GMT | 9 |
Thanks Tony for the "Error Call Stack" reply but this post is on a related though different subject, so I felt it merited another Message Trail. I would like to add line numbers to my test application but is there a way to identify the number of the line you are currently at other ...
|
| Winsock LocalPort question! | 16 Nov 2005 23:59 GMT | 1 |
My App#1 is behind a firewall. App#1 connect to a server behind another firewall. I need to have App#1 using a static outgoing port to the server. Because I want to enable this outgoing port in my firewall.
|
| Instr equivalent with wildcards | 16 Nov 2005 21:47 GMT | 7 |
I don't particually want to waste time re-inventing the wheel so does anybody know of an Instr equivalent which supports wildcards? Best Regards
|
| Open MS-Outlook's New Message Window! | 16 Nov 2005 21:42 GMT | 2 |
ShellExecute hWnd, "open", "mailto:", vbNullString, vbNullString, vbMaximizedFocus The above code opens the 'New Message' window of OUTLOOK EXPRESS so that one can compose & send a message. NOTE THAT THE ABOVE CODE DOESN'T
|