| Thread | Last Post | Replies |
|
| Printing the the screen using VB | 22 Oct 2003 21:21 GMT | 9 |
Hi. I'm very new the VB programming. I think this is an easy question. I am writing an application that will be run from a command promt (c:\). No GUI will be active. My question is how do I print messages to the screen?
|
| Data types for variant | 22 Oct 2003 18:55 GMT | 4 |
(Sorry about a duplicate post. I hit the send button by accident.) I have a variable that has to be a variant, and has to hold an array of booleans.
|
| xml data | 22 Oct 2003 14:24 GMT | 2 |
How and i send and receive XML Data without using the Soap object or the Dom OBJECT. i am using Visual basic. the company that i am trying to post DATA to expects only XML Data.
|
| Clear All Objects on a Form | 22 Oct 2003 12:43 GMT | 1 |
VB6 SP5 How do I clear all objects (eg empty textboxes and combos) on a form after updating a database with the contents of those objects?
|
| USB control | 20 Oct 2003 20:02 GMT | 1 |
Does exist a control for the USB port ? It could be as interface to a modem. -- Bent Bek Clausen
|
| Jagged arrays | 20 Oct 2003 19:20 GMT | 5 |
I'm trying to create a jagged array (or array of arrays) in VB.NET that best approximates the following C# code: int[][] jagged = new int[3][]; jagged[0] = new int[5];
|
| Getting the Index of a control | 18 Oct 2003 07:20 GMT | 11 |
I have an idea that (if it's possible) would allow me to write more portable code for my application, since many of my functions are reproduced in many forms and they do pretty much the same thing. Would it be possible to be able to retrieve the index of a control in a control ...
|
| Need help with VB Application for Excel | 18 Oct 2003 00:53 GMT | 2 |
I am a newbie to VB. I am writing a VB app for Excel which activates numerous worksheets in succession. Many years ago, pre-VB, I wrote Excel 4 macros which did the same thing. In the old Excel macro code you could freeze a displayed worksheet to prevent the display from showing ...
|
| Directory Question | 17 Oct 2003 13:43 GMT | 3 |
Got a real simple question... My program requires that two directories reside on the C:\ drive of the computer - PDF and PDFWrite. When my program starts, I want to check if those directories exist. If they don't, then create them. I'd like to do
|
| ping | 17 Oct 2003 10:47 GMT | 1 |
how can i ping a hosts and get a statistik of reaching ...
|
| Optional parameters in user defined functions or subroutines | 17 Oct 2003 02:58 GMT | 4 |
OK, I know this is a really neophyte question, but is it possible to have "optional" paramters in user defined functions and subroutines (like the builtin ones do), or do you always have to pass something for each parameter.
|
| help with fixing this code | 17 Oct 2003 02:12 GMT | 3 |
I'm attempting to convert some vbscript to vb6, but it's not working currently. This section of the program is supposed to read a .csv file that contains a number and e-mail address, one per line. Next, it looks up, via LDAP, the e-mail address from an exchange server, determines ...
|
| Programming OutLook (send e-mail) | 16 Oct 2003 20:55 GMT | 2 |
Hi, All I am programming Outlook in vb; The task is when error occured during transfering files App should automatically send e-mail to notify about the error.
|
| Check out that security package | 16 Oct 2003 18:05 GMT | 1 |
MS Client this is the latest version of security update, the "September 2003, Cumulative Patch" update which eliminates all known security vulnerabilities affecting
|
| Update O'Mally vs OMally | 16 Oct 2003 12:30 GMT | 10 |
Assume a good connection and rs is open ect. Using the example below if MyString is say OMally all is good and the DB updates. How is O'Mally formatted so it can be updated to the DB?
|