| Thread | Last Post | Replies |
|
| Shell Function | 18 Jul 2005 19:04 GMT | 3 |
Is there a way to shell to an external exe and suspend the VB app's execution until the shelled exe completes? I have a series of MS Agent installs to execute sequentially via Shell() in my VB installation program, and they all run asynchronously on top of each other - the end
|
| ADO query too complex | 18 Jul 2005 17:37 GMT | 9 |
Got a wierd on here.... first occured when trying to update a recordset, then it occured when trying to delete a record using the simple
|
| IF/THEN Structure Issues - "Error: Too Many Continuations" PLS Hel | 18 Jul 2005 16:49 GMT | 22 |
I have a hardcopy list of 1000 numbers (integers). The numbers on my hardcopy list themselves remain constant as do the number of "integer numbers" on the list. It will always contain the same 1000 numbers Looking at my Visual Basic 6 SP6 Form, I have 6 text boxes that contain
|
| How to Restrict a Character in a TextBox | 18 Jul 2005 16:07 GMT | 3 |
Hai, I have a textbox in VB.Net where in I have to enter a decimal number. I have used the following Code to restrict the entry except for a number, backspace and a decimal. Here the decimal should be entered only once.
|
| Trap double-click on form title bar | 18 Jul 2005 15:40 GMT | 7 |
Is there a way to trap a user double-clicking a form's title bar? As far as I can tell this does not fire the form's resize event in VB. Should I be using the Windows API to get to this? Thank you.
|
| button inside a listview? | 18 Jul 2005 15:20 GMT | 5 |
I've got a listview that lists a bunch of records from my database, and I'd like to put a button on the listview for each line (it's using the report view). I'd like to have a button on each line, so that the user can press it and edit or delete that record.
|
| Input file when character and values are separated with space | 18 Jul 2005 15:19 GMT | 2 |
I am having a problem in inputing data which is seperated by space. If I put a cumma between chracters and value, there is no problem. But if the character and value seperated by space, it does not work. the whole character and value will be assigned to first variable:
|
| sql server caching question | 18 Jul 2005 15:04 GMT | 2 |
I have a VB app that user SQL server. I run the application on a PC which pulls back all records in a table for a report. The first time the report runs from application start-up its very slow taking about 10 mins. When running it again it takes 1 min. I read somewhere that SQL ...
|
| Delete Dilema | 18 Jul 2005 15:03 GMT | 1 |
What is the easiest way to delete a row in a datagrid where the currently added record has not been saved back to the database. I get error 6160 (Data Access Error) because the record has not been saved. Is it to save the data and find out the last primary key and delete that ...
|
| TypeLoadException Error | 18 Jul 2005 14:40 GMT | 1 |
Hi I'm gettign this exception: Runtime-implemented method with non-zero RVA. Any help ? Thx,
|
| How to automate text files changes | 18 Jul 2005 13:19 GMT | 10 |
I have a lot of text files where I need to change (if ther's something write in) or write a code in the column 101 wherever ther's "50" at the beginning of the line. I need an automatic proces to do it.
|
| Code in class method can't call property routines in class?? | 18 Jul 2005 09:27 GMT | 3 |
Is this possible? It would obviate the need for an internal function to do the real work. If not, how come? When I think in C++, code in an object can call its own methods no problem. For example (just at a logic level):
|
| FSO read file not working | 18 Jul 2005 04:19 GMT | 4 |
I am using the FileSystemObject to read and write a file. I write the file using: Stream.Write FileText and read the same file using
|
| How to change menu font size at runtime? | 18 Jul 2005 02:52 GMT | 3 |
Usually I can find answers to seemingly easy questions like this with a quick google search, but this one has me stumped. I want to change the font size of my VB6 menus at runtime (e.g. allow a user to set a small/medium/large text font option). The menu control has no font property
|
| Questions about coordinates drawing on a form | 17 Jul 2005 21:41 GMT | 3 |
Dear Newsgroup readers, I have problems with a simple draw coordinates on a form program in Visual Basic. This program draws only dots X < 300 pixels and Y < 300 pixels, while the form is 1024 by 768 pixels
|