| Thread | Last Post | Replies |
|
| Issue writing data to an Access database | 25 May 2005 08:15 GMT | 1 |
Here is my problem....... I have a read-only (I have also tried it as r/w) datagrid populated by a dataset. Another event adds a new row to the datagrid. This row shows up correctly on the datagrid. I use the following bit of code to update the
|
| Hellp. I am creating a Program for college, in which the Program will read a Folder and | 25 May 2005 08:09 GMT | 2 |
I am creating a Program for college, in which the Program will read a Folder and create a HTML page from the pictures that are storrd in that folder. . What would be the best way to do it in VB Net 2003.
|
| What's memory leak? | 24 May 2005 21:24 GMT | 2 |
I think I know what it is-- objects not being set to nothing when the program is finished with them How can I tell if I have it? How can I code to avoid it?
|
| Search if a number les/higher than 2 numbers | 24 May 2005 15:13 GMT | 3 |
I have some difficulties to find out if a number is between 2 values from 2 fields. I use following fields: txtValueHigh (value collected from an external database)
|
| PrintDlg and ResetDC and Printer object in VB6 | 24 May 2005 14:33 GMT | 1 |
Can anybody help me how to use Printdlg for initializing Dev mode and using ResetDC for updating the printer device context with the user seleted settings....because I'm getting an error when I'm calling ResetDC function...I'm using GlobalLock, GlobalUnlock, GlobalFree for
|
| Is there way to improvise this code ? | 24 May 2005 02:24 GMT | 4 |
Purpose : Transfer balances into another table for each item. Description : Each item record has one or more than one record with balances.
|
| Wait or pause function | 23 May 2005 20:13 GMT | 3 |
I use VB6 and wonder how I can pause the code in a nested for-next loop (4 nests) without make any messagebox or similar? The loop is started by clicking on a commandbutton and I want to give the user an possibility to change several optionbuttons and checkboxes before he
|
| Multi Line | 23 May 2005 17:25 GMT | 12 |
How can I ensure that a command button or check box never displays more than two lines of text as it's caption. Or even better, Have a function that given a String and Max height and width of the caption, would return a truncated string that would then fit the button.
|
| Shell & Wait, & Wait A Little More. | 23 May 2005 16:15 GMT | 5 |
I am writing a little GUI for a command-line application, and the various ShellWait functions I have found work fine except for one thing. The particular app I'm sending arguments to does a few things on its own before actually settling down to a prompt and the program I'm ...
|
| Problem with Print Dialog Hook functions in VB 6 | 23 May 2005 14:09 GMT | 3 |
I have a problem with hook functions for print dialog in VB 6. I'm trying to change the caption of "Print" button on the default Win 32 printer dialog to a different string. When PrintDlgA is called, a memory error is got saying - a instruction
|
| Visual Basic | 23 May 2005 13:21 GMT | 13 |
I need to know is it possible to make program writen in visual basic for recovering lost files(like Recover My Files)? Can somebody hellp? Also if somebody need older ver.of visual basic ,like Visual Basic 1.0;
|
| Compiled application also crashes | 23 May 2005 10:52 GMT | 4 |
Now I am in deep trouble. You may have read my posting that I can't run my app more than once in the development environment before VB crashes with a memory access fault. That is really inconvenient but I can work round it. The bad news is that
|
| Text boxes | 23 May 2005 08:59 GMT | 9 |
I have some text boxes that I am using for calculations whose initial default value is 0. When I tab into the boxes the curser sits beside the left of the figure. I want the figure to become inverse video when the box is tabbed into so that the user can instantly change the ...
|
| Installing VB6 Pro | 22 May 2005 07:30 GMT | 1 |
Following a virus problem I've had to start from scratch. I've re-installed Win2k Pro and would like to re-install VB6 Pro. The setup offers so many things I don't want. What is the minimum installation that would allow me to use plain vanilla VB again? TIA
|
| Newbie: Form movement | 22 May 2005 07:23 GMT | 1 |
I'm currently writing a MDI application using 3 different childforms. For my application I need to know whether one of the childforms has been moved around, but I can't find the proper event for this...if there is any event for this at all. Can
|