| Thread | Last Post | Replies |
|
| howto resize a window outside the current project | 30 Apr 2004 22:30 GMT | 1 |
I have code to resize/move a window within a application but how about this....example: create a program to resize/move a Internet Explorer window? any help will be appreciated.
|
| Validating a Data Grid? | 30 Apr 2004 22:11 GMT | 1 |
Hope you can help me with my current situation: I am loading 3 fields (EmpID, TFA, PRSI) from a table (Tax Free Allowance) in Access to a DataGrid on a form in VB6. It's allowing me to update the data in the DataGrid (DataGridTax) to the
|
| Multiple Instances | 30 Apr 2004 22:02 GMT | 3 |
I'm trying to write a screen saver. My understanding is that it's actually an .exe that you change they extension to .scr. The problem is that when Windows (I'm on 98SE) runs the screen saver, multiple instances seem to execute. It's as though Windows does not
|
| VB6 and MSDN problem | 30 Apr 2004 21:55 GMT | 1 |
Hi folks, I'm hoping someone has a suggestion to solve this. I've been using Visual Studio Enterprise 6 (just the VB6 part) on my Dell laptop (PIII-700) running Win Me for a few years now, with the original MSDN library installed. No problems.
|
| memory allocation | 30 Apr 2004 16:12 GMT | 19 |
As an attempt to get around a very odd bug which seems to hit when I print to a text file over and over again, I want to allocate a certain amount of disk memory for a file at the time when the file is first created. Is this possible?
|
| Quote symbol problem W98 vs W2000 | 30 Apr 2004 15:45 GMT | 1 |
Our VB program has a feature where if a product item number button is clicked, it searches in a particular folder for a jpeg image of that item and displays it on a form. We have an on error condition that if the jpeg isn't found the form still pops up, but it is blank.
|
| How to find out which field in a table is updated | 30 Apr 2004 14:41 GMT | 1 |
When someone modifies a field in a table, I like to find out which field he/she changed. Currently, only the LAST person to modify an object is saved. For example, if I modify an Application record, I will see "MyName" in the
|
| Polygons in a PictureBox; How to Give them Names or IDs | 30 Apr 2004 13:29 GMT | 1 |
In VB6.0 I have a form with a PictureBox with a picture of a map in it. I have also created several irregular shaped closed polygons overlaying it to
|
| Common Dialog - Print | 30 Apr 2004 12:47 GMT | 2 |
I am trying to use the Common Dialog Box (ShowPrinter) to allow the user to set printer preferences from within a VB applicaion. I'm fine with orientation: Printer.Orientation = CommonDialog1.Orientation But I can't set, for example, Printer.PrintQuality because the CommonDialog ...
|
| Thanks, everyone (Questions about "Wasting my time") | 30 Apr 2004 07:33 GMT | 7 |
You're replies were scary but imformative. Maybe I'll just keep on delivering pizza for a living, although our foreign friends are becoming well-entrenched in that field as well!
|
| Incredible BUG at drawing Lines in VB5 | 30 Apr 2004 07:01 GMT | 9 |
Have you ever seen that when you try to draw simple lines for example with this code (IN VB5 scalemode=3 'pixel for k = 1 to 5 LIne(10,150)_(400+ K*60,150
|
| How do I read a dir to an array | 30 Apr 2004 04:52 GMT | 2 |
Hello, I hope some one can help.. How can I read the contents of a dir into an array. I just need the filename.ext Thanks...
|
| display forms based on variable name | 30 Apr 2004 04:07 GMT | 1 |
I have a combo box with a listing of 23 forms. When the user makes a selection I want to call up the selected form based on the selected text. Is it possible to open a form based on a variable for its name
|
| dml -sql syntax | 29 Apr 2004 23:27 GMT | 1 |
hi group I am trying to write a select statement with a where condition and an "and" operator and need some help. my app uses two combo boxes to solicit input.
|
| running a DB2 Stored Procedure from a VB 6 Program | 29 Apr 2004 23:11 GMT | 1 |
Does anyone have some example code that will execute a DB2 Stored Procedure that has one input parameter (long) and returns a rowset? Thank you <kenneth.vandergriff@cigna.com>
|