| Thread | Last Post | Replies |
|
| Detected user shutdown PC | 21 Dec 2004 03:43 GMT | 4 |
I have code in QueryUnLoad method when user close the program , it will update some data into the database. However sometimes the user will just only use 'shutdown' in window PC without closing the program first.
|
| Position of Control | 21 Dec 2004 01:35 GMT | 3 |
How to find Top and Left properties of the button placed inside of Frame inserted in another Frame placed on MDI Child form when MDI has ListBar (Sheridan) on its left side. Simple calculation like
|
| Recommended books? | 21 Dec 2004 01:18 GMT | 2 |
What book would you recommend to someone who wants to start learnin visual basics - Xer
|
| Retaining a Total been iterations | 21 Dec 2004 00:56 GMT | 2 |
My problem is, I need to run multiple SQL against database for different days of week and populate ListView for each day that I'm reading. However, I also try and accumulate multiple days totals and place their values within the same ListView.
|
| Using SHELL synchronously | 21 Dec 2004 00:52 GMT | 4 |
Does anyone know of a way to use the SHELL function synchronously? I have need to shell out from my application to use the REGASM.EXE utility, and would like the application not to continue processing until the .NET component is properly registered for use.
|
| Help with Events | 21 Dec 2004 00:39 GMT | 1 |
I have a grid and a tree control on a form. The grid control checks the users response in its Validate_Edit event. This event thows up a vbModal form to make sure the user wants to do something. If the user is editing the grid, and clicks on the tree control, the grid's
|
| Convert Printout to RTF file | 21 Dec 2004 00:33 GMT | 12 |
I wrote code to send to the printer now I need to make an RTF file out of it. How I do that? A sample code will be very much appreciated.
|
| How do you implement 30-day trial or time limit | 21 Dec 2004 00:18 GMT | 3 |
I am ready to release my software for some holiday shopping money (I know it's kind of late!). I want to give users a chance to try the software before they buy. I have finished product key registration part that enforce system specific installation. Now down to the time limit ...
|
| Scrolling Text About Box | 20 Dec 2004 23:18 GMT | 1 |
I woud like to create an About box form for my VB6 application that displays a picture... scrolls it off screen... then displays text that scrolls. Anyone have any code for this?
|
| Date Addition/Subtraction | 20 Dec 2004 22:34 GMT | 4 |
I'm wondering what is the best way to add/subtract days from a DTPicker control and using the Date function. For example, should I: DTPicker1.Value = Date - 1 or
|
| Button Border | 20 Dec 2004 22:18 GMT | 5 |
How can I ommit the border of a button or change its width? Thanks Javad
|
| Has anyone ever implemented a Decorator pattern in VB? | 20 Dec 2004 21:36 GMT | 7 |
List: Has anyone ever implemented the Decorator GoF pattern in VB? Are there any pitfalls or considerations that are required for the implementation?
|
| For the pro's | 20 Dec 2004 21:28 GMT | 2 |
I need a way to hook into the data headed for my sound card. So in the end, there will be a parallel path of that data - one to my soundcard and one to my app. Thanks for any help,
|
| Keypress | 20 Dec 2004 20:53 GMT | 7 |
Can somebody please tell me what should I write in keypress event? When I press "Enter" on a button, I want it to load a form. How should I write this? Thanks a lot
|
| Label to Paste | 20 Dec 2004 19:43 GMT | 3 |
In my app i have a label.caption which is populated from a database, however on extreme rare circumstances this needs to be put into memory for a paste into another application. I know i could do a textbox instead of a label but that makes it look messy,
|