| Thread | Last Post | Replies |
|
| Cannot compile project using "File->Make Project.exe" | 13 May 2005 21:39 GMT | 2 |
I've made a change to an application and proceeded to make a new .exe, however "File->Make Project.exe" is disabled. I've even opened a new project and tried to make an .exe from that (without changing anything). The last time I was able to make an .exe was 4 days ago. Since ...
|
| Verify DCOM version in code | 13 May 2005 20:55 GMT | 1 |
I want to verify in my code what DCOM version is installed in the equipment client and to execute the installation in necessary case. Someone can help me? Thanks.
|
| Need the VB5 SP3 | 13 May 2005 19:34 GMT | 1 |
anyone have the URL or file? Thanks.
|
| dos command line | 13 May 2005 17:03 GMT | 4 |
I want to execute a simple command... ipconfig /all > c:\ipconfig.txt then once I do that.. read the file... the only thing i can't seem to get is the command? How can I run this from VB?
|
| Question for the Wizards!!! | 13 May 2005 16:54 GMT | 4 |
I was asked yesterday, why I can't set a textbox to Null me.textbox = Null My reply was because it is a object and textbox is a properity? and that I didn't really know for sure...
|
| Creating a collection of a type block... Possible? | 13 May 2005 16:45 GMT | 3 |
I want to create a collection of a type block Public Type NameBlock Name as String FirstName as string
|
| Weird... | 13 May 2005 16:42 GMT | 11 |
Apologies all, but this isn't a question, more a statement or an observation that I've noticed in my utter boredom. If I hold won the 'Alt Gr' key (next to the space bar on the right) and one of the cursor keys the display changes, in that it re-draws it for that direction, ie: ...
|
| Open a Port. | 13 May 2005 16:20 GMT | 5 |
I have a web server and I closed all ports except port 80 for http. Now I want to add a program to the server that sends emails on certain events. Can I write code that will open the email port (I think it's 25) and
|
| MDI Window attachment | 13 May 2005 16:02 GMT | 7 |
I was wondering if anyone had tried making a system of attachable MDI child windows like winamp uses? I have an MDI that has half a dozen uniformly sized windows that the user might like to attach to each other so that moving them would be easier.
|
| communicate to external device via serial comms port | 13 May 2005 15:14 GMT | 3 |
I am new at Programming(VB.6). I need to communicate to external device via serial comms port. Looking for some simple code for the above. Thanks
|
| VB6 - Pass current Procedure Name to Error Handling Routine | 13 May 2005 14:24 GMT | 9 |
Subject: VB6 - Pass current Procedure Name to Error Handling Routine Using VB6 Examine the following code.... Public Sub Error_Handler(lErrNo As Long, sErrMsg As String,
|
| Is my concept workable? | 13 May 2005 13:43 GMT | 1 |
Hello. I have a small database (356 records) in Access 2000 and the same database upsized to SQL Server 2000. They track who owns the lots in my subdivision. The owner information is in a public database maintained by Bexar County Appraisal District (BCAD). Using VB and VBA, is ...
|
| Some hotkeys register but.... | 13 May 2005 08:30 GMT | 3 |
How to explain that: Using CTRL key combination with another key sometimes such combination registers without an error but it does not work. For example:
|
| serial port data loss,i think | 13 May 2005 06:25 GMT | 14 |
I am using the serial port to receive data(7 bytes per second) from the microcontroller,receiving the data as a string and then splitting the string in two,to display 2 different values.Am using the Oncomm event to detect reception of data.All was working fine till recently.
|
| webbrowser object html code | 13 May 2005 04:03 GMT | 2 |
I use webbrowser to browse a web page and I want to save it to file automatically. I use 2 methods but not good and failed. Please advise. Thanks. (1)
|