| Thread | Last Post | Replies |
|
| Can't print through Terminal Services? | 26 Oct 2006 15:12 GMT | 3 |
One of our customers just moved to a 2003 Server-based AD network, so our VB (5, if that could matter) application is running on a remote host to which they connect with Terminal Services. Here's the problem: They have two network printers in their office
|
| Windows Event Notification in VB 6.0 | 26 Oct 2006 13:41 GMT | 3 |
Is there a way, using a vb 6.0 exe, to receive notification when a File has been added/deleted to a Folder in a a network drive, or for that matter, in the local drive? Thanks,
|
| Limit on number of Modules/forms? | 26 Oct 2006 08:44 GMT | 8 |
Hi, I am using VB6 SP6. Within the ide, I have about 863 forms and modules. Now when I try to add another form or module, I get the out of memory error and it does not allow me to add more files to the project. I know for fact that I have plenty memory on the machine.
|
| Findfirst on date and text problem... | 26 Oct 2006 04:52 GMT | 16 |
I'm trying to find a record based on a date and a text field with Findfirst: Dim rsCheck As DAO.Recordset Set rsCheck = dbfASIC.OpenRecordset("Events", dbOpenDynaset)
|
| HELP PLEASE - drive serial number example | 26 Oct 2006 01:45 GMT | 7 |
help please. does anyone have a full code example of getting the application drive serial number? or the C: drive serial number. the boot sector does not have to be on the C: drive. so the application
|
| Aggregate Function macro | 25 Oct 2006 22:48 GMT | 1 |
I have to write an aggregate function in Visual Basic for an excel file sheet. Can anyone help me how to write the aggregate function in VB The MAcro is there but I have to edit it and write an aggregate the
|
| Is there anything I need to be aware of when installing a VB3 app on XP? | 25 Oct 2006 22:45 GMT | 3 |
The VB3 app retrieves data from a look-up database (Access 2). It comprises the following files: the-app.EXE the-app.INI
|
| How I get my MVP award | 25 Oct 2006 17:31 GMT | 34 |
As you may or may not know, I recently got the Microsoft MVP award again (3 years straight now...I'm kinda proud of that especially because there are not too many people who have gotten it in consecutive years longer than that). I spoke with Mom about this and she asked what I do ...
|
| Nested For-If-Next | 25 Oct 2006 16:44 GMT | 7 |
I want to do something like this (now this doesn't work of course, but I think you understand where I want to go): For l_Ind = 0 To something If some_condition Then
|
| Dir() function problem | 25 Oct 2006 15:50 GMT | 5 |
I wanted to traverse a complete directory structure and search for some files to process I found that I get "Invalid procedure call or argument" (5) from sCurEntry = Dir$()
|
| Retrieving the COM class factory for component with CLSID error,pls help me | 25 Oct 2006 15:49 GMT | 1 |
I have writen a code to take snapshot of Internet Explorer. The code works fine when run in the debug mode. But once I publish the site I get the following error for:
|
| I dont know how to link VB to database (ODBC) table. | 25 Oct 2006 15:48 GMT | 20 |
This is what i have in Form, one text box, one Data Under the Data Properties Name: Data1 Connect : Access
|
| What does this sentence means? | 25 Oct 2006 14:06 GMT | 2 |
Public Sub SetupDatabase() If Dir(lblSave.Caption) = "" Then Set dbs = DBEngine.Workspaces(0). CreateDatabase_(lblSave.Caption,dbLangGeneral)
|
| DLL used in VB6 - can it go into .NET | 25 Oct 2006 12:21 GMT | 2 |
Some advice please I have several 3rd party DLL's in my VB6 project What should I have to be wary of when calling them in my .NET project Will they just upgrade without problems?
|
| Sharing Info in Excel 2002 worksheets | 25 Oct 2006 11:05 GMT | 1 |
I'm trying to set up worksheet that calculates batting and bowling averages for my local cricket team. I want to be able share the information from 1 worksheet to another without having to retype it all, and I can't remember how to do it. How can I have a tally on 1 worksheet ...
|