I have created a program which has installed and successfully run on 30+ machines so far. However, on one machine I receive the following message "Run time error 339. Componenet Richtx32.ocx or one of its dependencies not correctly registered: a file is missing or invalid".
Can anybody tell me...
I have a visual basic program which links to an access database. On the line of code which filles the dataset from the data adapter I get the following error:
An unhandled exception of type 'System.Data.OleDb.OleDbException' occurred in system.data.dll.
Curiously, another program which worked...
Can anyone advise the best way to close down a project. I have noticed that in some instances projects are still running when I think they have been closed. I have used:
Close()
Dispose()
for programs with 1 form. For programs with more than one form I have used Application.exit. On some...
I am trying to create a front end to an Access database with VB .Net. The problem I have is with number and date fields. If I create a new record in VB. Net and try to add it to the database it accepts null values with no problem using DBNull. However, if I try to edit a record and enter a blank...
In VB6 I was able to have several textboxes on a form and, using a combination of the keypress event and keyAscii, could automatically convert input to uppercase. In VB .Net keyAscii is no longer available. Could anybody tell me how I can do this at form level.
Hi - thanks for your replies. I have tried Microsoft Visual Installer - however, in Start, All Programs, it places the shortcut above the separator line rather than with all the other programs. Do you know how to get round this? Thanks very much.
Thanks very much for this, it was very useful. However, I now have another problem - I have a project which runs perfectly on higher resolutions and fills the screen when windowstate is maximised. However, if the screen resolution is 800 x 600 instead of showing the top left of the form, I want...
Could anybody recommend an installer for installing a VB6 project and accompanying files. I want the program to be installed on various operating systems (across multiple users). Thanks for any suggestions.
In my program the user is able to print text through the print dialog box. The text is in a RichTextBox. However, I also want them to be able to print images in an ImageBox. The image can be one of many, whichever the user has selected. I want the user to be able to go through the pring dialog...
I have created a project in VB and I would like it to run automatically from the CD whenever the CD is inserted. Can anybody tell me how I can do this. Thanks.
I have used Visual Studio Installer to create a setup package for a VB 6.0 project. I have tested this on a windows XP machine and the problem is that it installs the shortcut on the start menu under the Owner Start menu, rather than All User's Start menu. Does anybody know how I change this...
I have used the code recommended by DrJavaJoe on December 17 as follows:
I have referenced the Micorsoft Scripting Runtime
Dim fso As New Scripting.FileSystemObject
Dim drives As Scripting.Drive
For Each drives In fso.drives
If drives.DriveType = CDRom Then
'Check if this is the...
DrJavaJoe - Thanks. I am very grateful for your help. I have one more question, however - if there is more than one CD rom drive, how do I check if it is the correct one?
Thanks again
jjHobs
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.