| Thread | Last Post | Replies |
|
| WinIO I/O Issues with WinXP Machine | 13 Dec 2005 12:48 GMT | 2 |
I am using WinIO from www.internals.com and it seems to be working OK except for one thing. It only runs from an administrator account. I followed the instructions for using under a non-administrator account but it isn't working.
|
| Reports / Preview / Printing | 13 Dec 2005 06:17 GMT | 6 |
I would like to check with you guys before I go inventing the wheel again. I need to improve my VB applications reporting / previews and consequently the printing procedures. so far I managed with simple paper prints without first showing the report on screen, or using separate ...
|
| How vbasic is calculating length of the string? | 13 Dec 2005 03:37 GMT | 15 |
Is the length of the string the factor how long the statement: Len(string) will take time to execute? Your thoughts please,
|
| Mscomm , How to receive HEX data ? | 13 Dec 2005 03:01 GMT | 6 |
I am using the code as below to receive com port data but in ASCII string format. ------------------------------------------------------------------------------------------------------- sMessage = StrConv(MSComm1.Input, vbUnicode) & MSComm1.Input
|
| How to know an array length ... | 13 Dec 2005 02:45 GMT | 4 |
We can use len(String) to get the length of string. But, how to know the length of array ? Thank you very much! Best regards,
|
| Snowfall screensaver | 13 Dec 2005 02:02 GMT | 13 |
I can't believe that nobody has asked about a falling snow screensaver this year. If anyone is interested I have one, including source code, based on Larry Serflaton's Snowfall.
|
| Draw a line on Picture box | 13 Dec 2005 01:39 GMT | 2 |
I have the following code for drawing a line on form......can any on help me for drawing a line on picture box using the same followin code.for information I faced the problem because Picture box has n Load options....
|
| Why the converted value is always 0,when the sMessage is 0xC0 ? | 13 Dec 2005 01:20 GMT | 4 |
For x = 1 To Len(sMessage) Text2.Text = Text2.Text + Str(Asc(Mid$(sMessage, x, 1))) + " " Next Why the converted value is always 0,when the sMessage is 0xC0 ?
|
| VB6 connecting to Access2002 - unknown format error | 12 Dec 2005 22:53 GMT | 6 |
I'm new to VB, but know a good deal about VBA. I've inherited a VB project that attaches to an Access 97 database. I converted the database to Access2002 (our current standatd), but now when I attempt to change the Record Source on a form to the new database, I get the standard ...
|
| Multiple EXE instance running | 12 Dec 2005 20:28 GMT | 5 |
When I run my VB application in production, exit and try to run the application again, the App.PrevInstance indicates that an instance is already running. I do not get this in development mode. How can I make sure that the EXE does not leave any process running when I exit the ...
|
| Access to VB 6 and Oracle | 12 Dec 2005 20:21 GMT | 8 |
I have an Access 2000 application that people want "upgraded" to VB 6, preferably using an Oracle back end. Questions: Do I have to recreate all of the forms or is there a way to import them in? I am certified in Sql Server 2000 (I really wish these people could just use
|
| Programmer Productivity | 12 Dec 2005 17:26 GMT | 25 |
Do any developers have any tools to help them manage their individual workload? I have a list of tasks I am working on, with various priorities, some with deadlines, some with dependencies. Every week these change to some extent
|
| Radial text help from Mike Williams or | 12 Dec 2005 17:24 GMT | 2 |
In the Mike Williams and Henry "Radial Text" supplied code that I've been tweaking, the following code allows me to place multiple lines of radial text on the screen spaced .75" vertically from each other. I first load a list box with the serial numbers and the read
|
| activating option group | 12 Dec 2005 16:54 GMT | 8 |
i have a form with a subform in datasheet view. each line, when double-clicked, opens another form with 3 groups. depends on the line, one or two or all three groups are to be activated.
|
| Finding printer paper bin constants | 12 Dec 2005 16:47 GMT | 1 |
VB6 Trying to determine proper constants for paper bins on a printer with multiple paper bins. The printer object in VB6 has a read/write Paper Bin property which may be set to direct using a specific paper bin. .NET
|