| Thread | Last Post | Replies |
|
| Latest JET version | 25 May 2006 21:25 GMT | 1 |
When VB6 was shipped, it came with JET 3.51, later JET 3.6 was shipped with ADO. Now, I need to know if VB6 can work with JET4.0 legally speaking. If so, where can I download thes files, so my vb6 application can handle and
|
| "ClassFactory cannot supply required class" error | 25 May 2006 21:21 GMT | 1 |
Operating System: Windows XP Professional Application & Version: Visual Basic 6.0 I've created installation setups using InstallShield of software I've developed in VB6.0. Until recently I've never had any problems installing my
|
| Inline SQL vs stored procs on SQL Server 7 and 2000 | 25 May 2006 20:24 GMT | 4 |
Is there a difference in how SQL Server 7 and SQL 2000 processes SQL passed from a program by an ADO command object. Reason I ask is I rewrote a couple applications a couple years ago were the SQL statements were inline. I basically took the SQL statements and put them into ...
|
| tif image conversion | 25 May 2006 18:29 GMT | 1 |
I have a tif image, that can't be open by any type of tif viewers. Some sort of data is missing. I want to read that file (using any type of conversion - ie tif to gif or binary conversion-/any type ) and again convert it to tif [Using Asp.net-c#] and view the same
|
| Number of fields | 25 May 2006 18:22 GMT | 6 |
I'm doing a program to export all the data on the fields of the screen to a Excel spreadsheet. Does anybody here knows how can I find out the number of fields on the screen ? Or even more, if someone has already done something like this and would like to share an example.
|
| Quarter hour validation | 25 May 2006 16:58 GMT | 12 |
I have an entry form that allows for entry of units. They must be in full or 1/4 hour increments (e.g. .00, .25, .5, .75). Is there an easy way to validate this at entry time? Thanks. David
|
| Windows installer starts when vb app starts | 25 May 2006 16:47 GMT | 4 |
I have a PC that will start the windows installer program when a vb app starts. It is trying to configure MS Office XP for some reason. If the user has admin rights on the machine, I don't get the dialog box. Any ideas what would cause this behavior?
|
| Run time error '372' | 25 May 2006 16:30 GMT | 3 |
I have compiled a activex dll that will bring up a form. This form has many controls on it one of them is a control that I created. I compiled an exe that will call the dll and bring up the form. which comes up fine and works. The caveat is if I call the executable and display the ...
|
| Playing & re-playing 7 .wav files | 25 May 2006 16:21 GMT | 4 |
Dear guys, I have 7 .wav files in C:\ directory [named: 1.wav, 2.wav, ..., 7.wav], I'd play them all by clicking on "cmdStart" button on a Visual Basic 2005- Windows Application Form.
|
| Plz tell me the code to transfer data from database table into text file. | 25 May 2006 16:17 GMT | 4 |
Hi I am new member of this group. Tell me the code or programme to transfer the data in MS Access table into the text file. i want this code must be executed daily in my system, So whenever I call that code then the required table sould be read and the content of the table
|
| Stretch Modes | 25 May 2006 15:54 GMT | 5 |
I haven't got access to a Win98 machine any more so I can't try out the effects of the different SetStretchBltMode settings on such machines, but from memory I believe that the only mode that works with StretchBlt under Win98 is Stretch Mode 3 (colour on colour). In order to ...
|
| Error when I use .Show in VB 6.0 | 25 May 2006 15:19 GMT | 2 |
I have multiple forms within a project. Most of the forms in the project reference another form called frmBF. I have recently created a new form that also exists within the same project, but when I try to reference frmBF I get the following error:
|
| Edit File Properties | 25 May 2006 14:32 GMT | 2 |
How do you edit the file properties of a .jpg file using Visual Basic ? I know that you can right click the file and manually edit the file properties, but haven't found anything in VB that will allow the file properties to be changed programmatically.
|
| Designer no longer loads in VB6 | 25 May 2006 14:10 GMT | 3 |
Suddenly I have a designer that will no longer load. I get the following error in the error log. Line 2: Class {C0E45035-5775-11D0-B388-00A0C9055D8E} of control DNVReport was not a loaded control class.
|
| tabbing in a text box. | 25 May 2006 14:09 GMT | 10 |
How can you make the tab key tab text in a multiline text box rather than moving to the next control? Julian
|