| Thread | Last Post | Replies |
|
| MS Common Controls | 17 May 2005 13:54 GMT | 3 |
Fellow Duhvelopers, FWIW, I found this while browsing. http://support.microsoft.com/?id=896559
|
| Form refuses to Hide | 17 May 2005 12:56 GMT | 8 |
I've got a Form that won't Hide. In the following code: 1. The first debug.print displays, as expected, True. 2. The second debug.print displays, as expected, False.
|
| Determining my IP address | 17 May 2005 08:51 GMT | 8 |
If I type ipconfig from a command prompt, two IP addresses are returned - The one from my router which is 192.168.1.101, and one from an adapter from my internet service provider, which is a "real" internet address. If I use the Winsock control, the LocalIP property returns the 192.
|
| sending request to printer without crystal report | 17 May 2005 08:40 GMT | 5 |
I have a bill generation form which consist of all the items including rate which are displayed in mshflex grid . I want to print that bill directly to the dot matrix printer in text format without using crystal report. How should I go about.
|
| Why Compiler Const Error when no Compiler Const exists | 17 May 2005 07:40 GMT | 28 |
I get an error for a duplicate compiler const. I have no compiler const in my project. Any idea why this might happen?
 Signature Regards,
|
| Changes to Dikstra's algorithm | 17 May 2005 06:34 GMT | 5 |
I have implemented the algorithm shown in the pseudocode below. I would like to add another cost/weight to the edges/links where it has priority over the distance. Edges belong to particular lines and I would like to get hold of those edges (if any) before changing to other edges ...
|
| Help with Common Dialog Box Please | 17 May 2005 03:23 GMT | 1 |
I am using a Common Dialog box to search for a file name and return the file name. Yes it returns the entire path which is ok, but how can I isolate just the file name without the path when returned? Thanks in Advance
|
| Mscomm Licens | 17 May 2005 03:00 GMT | 4 |
Hi I'm trying to figure out how to include a runtime licens for the Mscomm control. I found this http://support.microsoft.com/default.aspx?scid=kb;en-us;315501 however I'm afraid that I can't figure out how to implement that in VB6.
|
| Create seperate add-ins | 17 May 2005 02:50 GMT | 1 |
I'm creating a program for several customers. Since this is the biggest application i've ever developed, i'm bumping into some problems. The problem i'm having now i that i want to be able to develop add-ins, wich they can buy seperatly. My first thought is that i have to use a ...
|
| Function Argument Problem | 17 May 2005 00:50 GMT | 8 |
I have a function which prototype looks like the following: RequestValue([in] BSTR strCategory, [in] BSTR strProduct, [out] LONG* status, [out] VARIANT* vValue) I declared a LONG variable as follows:
|
| Manually generating SQL for OleDbDataAdapter | 17 May 2005 00:41 GMT | 3 |
Not all of my "source" tables include primary keys (don't need it for my purposes). Unfortunately, that means I can't use the CommandBuilder to generate SQL based on my SelectCommand. I've tried to manually generate the SQL commands (and they look right), but I seem to be ...
|
| vb6 | 17 May 2005 00:38 GMT | 2 |
I m trying to count each time I click a click event procedure. I know its a simple routine but for some reason it escapes me. Eg. say a user has a choice of x or o and I want to count how many times he clickes on x(x and o are different click procedeures). I don t want to use a ...
|
| True = -1 ? | 16 May 2005 23:58 GMT | 27 |
This has been bugging me for a while. Why is VB like the only language that treats the boolean value of True as the integer -1? C/C++, C#, and Java, to name a few, all treat it as the integer 1. This gets to be annoying when you are trying to set the value of a checkbox to 1. ...
|
| BackColor and tile a bmp | 16 May 2005 23:47 GMT | 1 |
This should be an easy one - I hope. I have set a my Palette to a bmp in my VB project folder and have set my PaletteMode to custom. How do I apply this to my BackColor? When I aopen the palette in the Backcolor Properties, I cannot see the bmp I just loaded. Will this tile ...
|
| Separate thread from a DLL | 16 May 2005 23:44 GMT | 2 |
I have a client (vb6 standard exe) and a server (inproc). On startup I connect to the database and retrieve some standard data which is always about 2500 records. The retrieval happens server side and the search results are exposed as a property of the server's multiuse class.
|