| Thread | Last Post | Replies |
|
| embedding a jpeg file | 05 Jan 2005 12:23 GMT | 3 |
I have written a (VB 5 Learning edition) program which I want to send to some colleagues. The program reads a .jpg image file for part of its display. When I use 'Make' to create the .exe file, can I include / embed the .jpg
|
| App.Path in Class_Initialize | 05 Jan 2005 10:42 GMT | 6 |
Hi, I am having a strange issue with a class in VB6. I am running a webserver using IIS on windows 2000 and an ASP UI. I am receiving random "activex can't create component" errors. If you refresh the page, the error goes away. If you refresh again, it will happen. This ...
|
| Read end of file? | 05 Jan 2005 09:06 GMT | 4 |
Is there any way I can read just the last lines of a text file without first having to go through the whole file?? The reason I'm asking is that I'm writing a program that coninuosly scans a log file created by another program (not mine). Since the
|
| Version of VB .NET to create Windows Services | 05 Jan 2005 03:44 GMT | 2 |
I am trying to find out which version of VB .NET we need to buy in order to create Windows (NT) Service as shown in this helpful article http://www.developerfusion.com/show/3441/1 We emailed Microsoft and got back a very ambiguous return email which
|
| Best DB access method? | 05 Jan 2005 03:37 GMT | 3 |
I have an application dating back to 1996. I used DAO 2.5 for access to a Jet db. Over time I migrated to DAO 2.5/3.51 and to VB6. I use the Wise InstallBuilder 8 to create the install file. Lately, people with Windows XP are not able to access the db. I assume
|
| Printing Order | 05 Jan 2005 02:00 GMT | 1 |
How do I control the order of print jobs via VB6 code? I send a text cover sheet (1) followed by a tiff file (2) to the printer in that order: 1-2. The print spooler seems to have a mind of its own however, sometimes these pages come out in 1-2 order, other times in 2-1 order,
|
| Whats the difference? | 05 Jan 2005 00:43 GMT | 2 |
Whats the difference between str$ and str??
|
| 2 mouse pointers..perhaps ot | 04 Jan 2005 23:24 GMT | 1 |
I like my program to work simultaneously on 2 monitors. I have a computer with a matrox G400 dualhead graphics card. On this card I installed 2 touchscreens and connected the screens on separate com-ports.
|
| Saving Installer Packages | 04 Jan 2005 20:57 GMT | 7 |
I am using Visual Studio Installer to create installation packages for my Visual Basic 6.0 applications. After creating and distributing a package, I would like to save the settings I used to generate the package. When I use the Save toolbar button in the Visual Studio
|
| Different Parts Of Projects | 04 Jan 2005 19:40 GMT | 8 |
Is it possible to have a form in project a open a form in project b? Thanks Michael
|
| MSCOMM | 04 Jan 2005 14:46 GMT | 4 |
I've downloaded a program that controls a device via the com port. When I run the code it claims that the port is already open, on the MSComm1.PortOpen = True line. When I delete this line it tells me that I have to first open the port before I can send any data to it. Also I added
|
| Problem with Rich Text Box | 04 Jan 2005 12:33 GMT | 9 |
A developer helped me with thiscode snippet from the General Forum and it worked the way it was intended on his machine but on mine and another gentlleman from that forum had a similar problem like mine. Can someone see if they can reproduce this problem and perhaps if a fix exists ...
|
| how to trigger a keyDown event programatically, or positioning the cursor in a textbox | 04 Jan 2005 10:40 GMT | 1 |
Dear VB(6) Fans I have 4 textbox input fileds below each other. I move the cursor between them by pressing the up_arrow and down_arrow keys. Now I realized, that if the cursor arrives into one of the textboxes, it is
|
| Running More Than One Sub | 04 Jan 2005 07:10 GMT | 7 |
How do I run more than one subroutine at the same time? Thanks Michael
|
| Can't Print Form Image Error 486 | 04 Jan 2005 05:17 GMT | 1 |
When using the Form.PrintForm I get Error 486. Any ideas on the cause? -- Edgar B. Searcy searcyeb@iquest.net
|