| Thread | Last Post | Replies |
|
| Can I disable user input? | 26 Dec 2003 04:24 GMT | 11 |
I'm a developer on a project at work and we have the need to disable all user input (keystrokes, mouse clicks, etc...) to the application while a particular routine is running. Does anyone know of a way to do this? WinAPI maybe? I want to be careful that we only disable input to our ...
|
| How to user EXECUTE method to call stored procedure | 25 Dec 2003 19:03 GMT | 2 |
I need to call a stored SQL procedure that doesn't return any data. Just adds records to the SQL table. I see examples everywhere that tell me how to do it with the EXECUTE or exec method but I always get the error, "Procedure or method not found".
|
| exe and project do not comply. | 25 Dec 2003 07:50 GMT | 3 |
I am experiencing a strange error. I was working on a project(vb6) and after i was done I made an exe for the project in the same folder as the project file.After a couple of days, I am trying to do some changes to the project.I have done the changes and the project works fine ...
|
| Finding which text box | 25 Dec 2003 05:09 GMT | 1 |
All, I am pretty new to VB, I wonder if some one could give me a hint. I have 3 textBoxes that they call 3 similar forms. Each form has a list on it. The list are similar too.
|
| freevbcode | 24 Dec 2003 20:22 GMT | 7 |
Would one or two of you guys try connecting to: http://www.freevbcode.com I've been unable to connect to the above site for a couple of weeks now.
|
| 128 * 256 causes overflow ? | 24 Dec 2003 18:16 GMT | 11 |
I have been working with my VB6 on my system for a year. Everything was going Ok. Suddenly today, any calculation related operator '*' become crazy. 128 * 256 causes overflow, or any number that the multiply >= 128 * 256 will cause overflow. What is happenning?
|
| Line Input Method | 24 Dec 2003 17:54 GMT | 6 |
Hello, all. I am writing a program that parses an html report (generated by another program). I use the Open "C:\...." for Input As myValue method to open
|
| Search encrypted database and display | 24 Dec 2003 14:14 GMT | 1 |
Hi - I am looking for a solution to a clients requirement. They want to distribute a database of info on CD, which user can search on selected fields and results will be displayed. The data and database MUST be encrypted and be displayed on-screen in
|
| Loading forms | 24 Dec 2003 08:09 GMT | 10 |
What is the difference between form2.show and load form2? My app has 2 forms: form1 and form2. I want form2 to be loaded from form1 (from a command button), but form2 doesn't always seem to go through the form_load event?
|
| ToolTipText | 24 Dec 2003 05:36 GMT | 2 |
When i am under the platform of development i have the tooltiptext, but not in the runtime... I don't understand.
|
| Null Reference error in VB.NET2003 | 24 Dec 2003 04:37 GMT | 2 |
What is a Null Reference error and how do I fix it? My newly installed VB.Net2003 gives me a "Microsoft Development Environment" error message box EVERY time I try to run/start ANY project - even very simple ones.
|
| How to display this control again? | 24 Dec 2003 04:22 GMT | 3 |
I have a WebBrowser1(0) on my form in my vb projet, with this page that is display http://www.kanguk.com/info_pages/map_large.htm If I clic on that Internet Page, my control WebBrowser1(0) go on (no more display) to my eyes, I don't see no more this control.
|
| Help with Winsocket component please | 24 Dec 2003 01:01 GMT | 1 |
Am 'playing' with the Winsocket component and made a simple UI with a couple of text boxes (one send, one receive). Have also added two list boxes whereby one holds the contact list and by selecting one or more can move them into the other listbox and will be connected to these ...
|
| Anyone Recommend a above avg | 23 Dec 2003 23:49 GMT | 1 |
Learning VB.net book for an exp. programmer?
|
| Restricting a program to one PC | 23 Dec 2003 20:48 GMT | 2 |
There have been quite few postings here concerning restricting use of a program to one particular PC. Here at Trump Towers (UK) I have a program called Belarc Advisor... http://www.belarc.com/free_download.html
|