| Thread | Last Post | Replies |
|
| IDL Declare CoCreateGUID | 28 Nov 2003 21:16 GMT | 2 |
I am trying to declare the OLE32.dll function CoCreateGUID in IDL for use in a VB project. My current effort is: library GenTsk {
|
| CLOSE CLONE FORMs | 27 Nov 2003 19:06 GMT | 2 |
Say I have a Form1 that is created in design time and its the start form of the project. I want to launch several clone Forms of Form1 at run time. I did the following:
|
| eating whitespace in VB6.0 | 26 Nov 2003 23:57 GMT | 6 |
I know in c++ I can eat the white space (ie spaces, carriage returns, tabs etc) in an input stream. Is there anyway I can do this in VB6? I have a text file which I am reading into a string (using an FSO).
|
| Cannot see MSComm | 26 Nov 2003 19:09 GMT | 1 |
Anyone help please. I've just recently installed Visual Studio Enterprise Edition v6.0 on the machine runs on Win98. I can see the telephone icon in the Toolbox and the class name MSComm.
|
| Component request pending | 26 Nov 2003 17:47 GMT | 1 |
Hi, there, When I call word to create a file in VB, I got a probelm message: "This action cannot be completed because the other application is busy,choose 'switch to' to
|
| Consume a Windows service | 26 Nov 2003 06:36 GMT | 2 |
I have written a Windows NT service. Now, I would like client applications to "talk" to this service. What I am trying to do is to trigger some actions in the service, once some criteria in the client application are met. I thought abotu raising events, but it doesn't seem to ...
|
| opening EM from VB6 | 26 Nov 2003 03:12 GMT | 1 |
I am writing some code in VB6 for sql 2k database. can anyone tell me how to open enterprise manager from vb6 so that users don't have to go to start->programs->sqlserver->enterpriseManager
|
| Identify MotherBoard/Hard Disk Sr No | 25 Nov 2003 23:32 GMT | 2 |
I want to identify Unique Identifier for Motherboard or Hard disk which I can use to generate Unique Product Key for my software on client machine. How can I do the same in VB? Will WMI help for this?
|
| Printing document | 25 Nov 2003 23:17 GMT | 1 |
Hi people,I have a problemn when I try to print a document using ShellExecute command this send me a screen to confirm the action and I dont want this, does anyone knows how can I avoid this?
|
| Durable VB6 OO design | 25 Nov 2003 22:12 GMT | 2 |
I have been told to use VB6 for my application, and I want some tips in building a durable object oriented design By durable I mean it would require less effort to be modified to work within, or with .NET components at some point in the future. Either the entire application may be ...
|
| Configuring tcp/ip on same box | 25 Nov 2003 21:56 GMT | 1 |
I am a VB6 developer (not very familiar with networking practice) and have a question about setting up a tcp/ip connection on the same box-to mimic a client server connection for testing purposes. I created a simple client server app with two winsock controls but had problems ...
|
| Please help about socket in VB6.0 | 25 Nov 2003 09:09 GMT | 2 |
I write a program for simple server and client. Both of them use a VB socket to communicate. Recently, I find that when the client's pc is hang, the server program in another pc is also down.
|
| !! Urgent !! Object as a Argument for DLL !! Urgent !! | 24 Nov 2003 22:59 GMT | 6 |
I am converting my Class modules as separated DLL from my project. So that the same functionality can be used in all the modules. I am passing Objects (example TextBox, Combo Box) as arguments of the procedures refered in Class modules. While compiling DLL I am getting the ...
|
| File properties dialog box | 24 Nov 2003 22:51 GMT | 4 |
How can I bring up the file properties dialog box. the one that comes up when you right click on a file in explorer and select "properties" -Lou
|
| Check all Parent Nodes of selected item in TreeView ? | 22 Nov 2003 16:28 GMT | 1 |
I need to check all Parent nodes of selected Item in TreeView Control, how can I ? for example:- c:\
|