| Thread | Last Post | Replies |
|
| Working program gives problemm at client's site error:provider not found | 12 Feb 2008 18:13 GMT | 1 |
My program is working fine at my office. Details are: Windows 2000 professional VB6 - enterprise
|
| if, then, next - can I do that? | 12 Feb 2008 16:06 GMT | 6 |
Beginner question: I might be going about this all wrong to start with, but Im having trouble doing something like this (very simplified example): for a = 1 to 10
|
| how to display chinese characters in VB 6 source code | 12 Feb 2008 15:43 GMT | 4 |
I have a problem with displaying characters in VB6 source code. Following is what I want to enter in my source code (this is part of a barcode printing routine): S=S+Chr$(27)+"H0005"+Chr$(27)+"V0065"+Chr$(27)+"K9B"+"批次代码:"
|
| XP Home | 12 Feb 2008 15:16 GMT | 1 |
17,000 copies of Windows XP. Free to good home. Can deliver: http://www.computerworlduk.com/management/government-law/public-sector/news/inde x.cfm?newsid=6124
|
| Math problem | 12 Feb 2008 14:32 GMT | 14 |
I have a math problem: I want to divide for example 10 by 3. How can I make sure that the result will be 4? When I do it this way... 10\3 then I get 3, which will be 9 altogether.
|
| Kbps | 12 Feb 2008 10:57 GMT | 24 |
Is there any concensus on a formula for Kbps or Mbps? I'm thinking... ((Bytes * 8) / KM) / Seconds Where KM is either 1000 or 1000000. (Insert disksize joke here.)
|
| INI and REGISTRY | 12 Feb 2008 10:44 GMT | 8 |
My current (old) project uses a regular serial text file to store program settings as well as information about the different plots and lines and such found on the price charts created by the program. So I the user draws a line, or squares, or types text, or whatever on the chart ...
|
| Vista and send message... | 12 Feb 2008 02:44 GMT | 4 |
A while back there was some discussion of send message and Vista, and iirc Karl Peterson developed a work around. Does any one have a link? tyia
|
| dll issue | 12 Feb 2008 02:27 GMT | 3 |
I don't know if I'm in the correct discussion group or not. If I'm not, please let me know. I created a vbScript to deploy a set of printers found in my Active Directory. I am deploying these printers by using a line similar to this:
|
| Strange Type Declaration ERROR, please help! | 12 Feb 2008 02:22 GMT | 10 |
I have one statement is a Form Sub _Change routine that generates a compile error " Type declaration character does not match declare data type" . If I put the statement in a module I get no error, what is up??? see code below.
|
| Crash on App.LogEvent with run-time error -2147024882 | 12 Feb 2008 01:53 GMT | 1 |
I have tracked down that my VB6 application is failing on the call to: App.LogEvent "My Message", vbLogEventTypeInformation with the error: Run-time error '-2147024882 (8007000e)':
|
| vb6.0 app issues on Vista | 11 Feb 2008 22:06 GMT | 17 |
If you have Vista? Can you see why this software does not install on Vista? It is a vb6.0 app that does not install on Vista. I have not used any DotNETfeatures. The software is located at: http://www.freenetcd.com/ppc/download.htm
|
| Unknown DLL's and VB | 11 Feb 2008 21:07 GMT | 9 |
I have a undocumented .dll I wish to use within a VB app, first of all, is it easy to incorporate a .dll into an App, is VB brainy enough to know what the .dll is expecting for commands? Or shall I quit whilst I'm ahead and not even attempt it, I've never used
|
| Question about Path, Folder, Dir | 11 Feb 2008 21:05 GMT | 12 |
Hello again, I want to know what should be called what. Here is my suggestion. Please tell me where I am wrong. Thank you. C:\myfiles\docs\text.doc
|
| Write Data File with FSO to Columns | 11 Feb 2008 21:03 GMT | 8 |
I'm trying to write a one line text file using FSO. The twist is placing the date (mostly numbers) to specific columns on that one line. I have 19 different fields that need to occupy specific space, e.g. one must be placed in cols 28-33. Ideas? Thanks.
|