| Thread | Last Post | Replies |
|
| Why does Me.PrintForm come out black...? | 06 May 2006 09:26 GMT | 2 |
I use "Me.PrintForm" to print out the MSFlexGrid that I have on the form. It appears to print ok at home but the end user says that the page comes out black (or perhaps dark gray) on his printer at his place. Is there anything that I could be missing or doing wrong...? All info ...
|
| Identify Real Number | 06 May 2006 08:22 GMT | 7 |
I need to identify the real number in a string which is actually a file name. Here are a few examples: R55567E1-A-1.TXT I need 55567 R442A-B-2.TXT I need 442
|
| VB5 Setup Wizard Aborts on PC with no floppy drives | 06 May 2006 03:54 GMT | 1 |
After obtaining a new PC running WinXP (but note that the OS is probably not a factor), and reinstalling everything, VB5 works fine but the Setup Wizard aborts with the following message: "Invalid property value.
|
| Trying to copy sheets | 06 May 2006 03:03 GMT | 2 |
Using VB6.3 in Excel 2002. I will have two workbooks open and want to copy select sheets from wb1 into wb2. There are 7 sheets total in wb1. In the code below, the first loop (for testing) simply lists the sheets works fine. However, in the second loop where I first determine ...
|
| Starting an application | 05 May 2006 05:17 GMT | 1 |
So, I want to start an application and then mouse around ... To mouse around I need a window handle ... but I'm starting the application via: xxx = Shell(.....)
|
| scripting vss (check in, check out) from vba (instead of batch files) | 05 May 2006 05:01 GMT | 1 |
Is there a way to communicate with VSS from commands in vb or vba to * find out if a file exists in vss * find out if a file is checked out already * check a file out
|
| Mutli Type in same file | 05 May 2006 04:20 GMT | 1 |
I try to use 2 differents TYPE in one file, the first is for keep the infos about the rapport, and the second is the DATA. I need to save only one time the first TYPE and after i save many time the seconde TYPE. How i can do that ????
|
| Can't Bind | 05 May 2006 02:06 GMT | 3 |
I have a VB6 app that used the DTPicker for the Date and another DTPicker for the Time. The M$ Jet has a field for the Date and another field for the Time. Currently the db has no records. Each DTPicker is bound to its respective field in the db via the ADO.
|
| Picture on mdi form | 05 May 2006 01:05 GMT | 2 |
I look for show a picture on my MdiForm. I want show the picture align on the form and the picture NOT resize if the form resized. I want keep the ratio on my picture, and keep align on both direction ..... It's possile ??????
|
| Internet program | 04 May 2006 18:19 GMT | 5 |
I run a web site and want to write a program to help me update it. I would appreciate someone pointing me in the right direction as far as this is concerned. I would want the program to go to the web, find a certain web site, log in
|
| Simple Username/Password Authentication | 04 May 2006 16:15 GMT | 4 |
I am trying to create a simple pop-up dialog box in VB6 that would allow for a Username and Password to be entered into two text fields. I have the GUI pretty much figured out. The part that is confusing me is how can I make this secure? I want to match the passwords up with
|
| Copying files while changing name and variable in file | 04 May 2006 13:42 GMT | 2 |
I need to copy a file and change the name from 1 to 2, and 3, and so on... while doing this 5000 times I also need to sequentially replace 2 variables within the file also sequentially....is there an easy way to
|
| Create a Word.doc from a printer object report? | 04 May 2006 08:36 GMT | 1 |
I have quarterly and annual reports developed by the VB 6 printer object. What I'd like to do is save the reports as Word docs (hopefully) within the same app that creates them . Is this do-able? Thank you,
|
| Data view of a file in VB | 03 May 2006 16:55 GMT | 7 |
Anybody has an idea of a source to learn the usage of data view on a file in windows forms in VB? Somebody just told me that those can actually sort values stored in a file in a very neat way. Thanks
|
| Help.......... | 03 May 2006 15:18 GMT | 8 |
Please can you give me some information on programming . I don't know nothing and I need some Help. Just the basics.
|