| Thread | Last Post | Replies |
|
| Printing, printers, and reports | 06 Sep 2004 17:37 GMT | 2 |
Could someone point me in the direction of a good example of coding report printing from database tables through VB? I have 5 tables that I need to run a report from. They are actually very small, 1 - 8 columns wide, containing from 1 - 24 records in each
|
| Need to read Exif data JPG from digital camera | 06 Sep 2004 14:34 GMT | 3 |
Has there been made available a class module for Exif data from a digital camera's JPG output? Or, does anyone have code/instructions on how to read it? TIA
|
| Question about multifile select in Open/Save & path.... | 06 Sep 2004 08:27 GMT | 1 |
I have my program set up so that the user can open the Open dialog box, and select multiple files to open. Then I put it in array and do whatever with it.... And all works and stuff, but heres my question... When the user presses the open button again, instead of going to the
|
| "Fake" combobox | 06 Sep 2004 07:36 GMT | 6 |
I am faced with a problem that hopefully has a fairly simple solution. I needed a special "combobox" for my project so I created a usercontrol with a transparent background and 2 pictureboxes. When you click on the first you get a dropdown effect since the second picturebox then ...
|
| Quick String Question | 06 Sep 2004 00:49 GMT | 3 |
Hi, this is my code below. It works by replacing the parenthesis with square brackets. It works great apart from when it encounters filenames that include two sets of parenthesis e.g blahblah(blahblah)blahblah(blahblah).txt
|
| RE: Jpeg Image Info - Thanks | 05 Sep 2004 21:17 GMT | 5 |
The posting no longer exists (seems kinda rude), but I just wanted to say thanks. It's not real fast but it works GREAT! Thank You Thank You Thank You.
|
| write text file | 05 Sep 2004 13:22 GMT | 1 |
hallow all i'm using a common dialog to save data into a text file. for so far i have this, but can someone give me a simpe exaple what i have to do after the line Open cdl.FileName For Output As #1 so itt writes some
|
| help additem vb5 | 05 Sep 2004 12:49 GMT | 2 |
there maybe a simpler way:-) four$ = one$ + two$ + three$ 1&2 strings of 20 char and are made up with spaces if less. four$ is transferred to an array for later use. They are saved to a file and when read come out as expected e.g
|
| Can functions (not subs) return [control] arrays? | 05 Sep 2004 12:08 GMT | 3 |
Hey guys, i'm going through the Deitel book. i couldn't find anything to indicate that functions can or cannot return [control] arrays. So, i cooked up a little something-something to see if the interpreter is going to nag. and it does. here it is:
|
| VB Help with get IP address | 05 Sep 2004 09:12 GMT | 2 |
I need a VB program that will get the 3rd octet of a computer IP address so that I can create a smart logon script. The idea being that the VB program will get the information and if the number (third octet of the IP address) is >= X and <= Y then net use F:
|
| VB Help with get IP address | 05 Sep 2004 05:43 GMT | 2 |
I need a VB program that will get the 3rd octet of a computer IP address so that I can create a smart logon script. The idea being that the VB program will get the information and if the number (third octet of the IP address) is >= X and <= Y then net use F:
|
| Passing/creating array of controls during runtime | 04 Sep 2004 20:16 GMT | 5 |
I've written several duplicate subroutines that all do the same thing (create an array of controls) that differ only by the names of the controls they create. (The first element (index 0) of each array is created at design time. The subroutines begin creating each control in the ...
|
| Downloading plain text | 04 Sep 2004 16:31 GMT | 1 |
How do I download a text file from Internet? I've tried URLDownloadToFile but that only saves the file in binary format. I just want to download a plain text file from a server - no changes to the format - just plain ASCII. Hope you can help
|
| Running another program | 04 Sep 2004 16:17 GMT | 1 |
Is there a way to run a system command (a small DOS app) from a VB program, preferably capturing the console output?
 Signature Kevin W :-)
|
| For...each...next statement | 04 Sep 2004 05:50 GMT | 6 |
I have the following: a form called Form1 an image called Image1 twelve lines that have been drawn and superimposed on the image
|