| Thread | Last Post | Replies |
|
| Webform-Control Key sequence | 27 Sep 2003 06:04 GMT | 1 |
Using WinXP OS and Visual Studio standard VB.NET. I want to send a control key sequence to the browser when I click on a button on a web page I have created on a webform. I think I want something like the old SENDKEYS command (which obviously doesn't work in .NET). I have a
|
| Help with array of objects | 26 Sep 2003 19:16 GMT | 1 |
How can I make this work? I get an error on the last line: Run-time error '91' - Object variable or With block variable not set. Dim arrayDiff() As myClass Dim objTemp As myClass
|
| query problem | 26 Sep 2003 18:40 GMT | 1 |
Hello i have a query, that filters s specific field with a specicfic value in a textbox like this: strSQL = "SELECT * FROM Remarks where Lidcode <> ´" & txtLidcode.Text & " ´ "
|
| Setting the enter key for a specified task | 26 Sep 2003 18:16 GMT | 1 |
Could someone please help me on how I can set the "Enter" key to activate one specific task in my form? I have my program arranged in a manner similar to the "Display Properties" of the Windows environment, i.e. the window that comes up when we right click on our desktop and chose
|
| ADO and MySQL database problem | 26 Sep 2003 15:44 GMT | 1 |
I'm using VB6 and MySQL database server, I work fine for select statement and I can view the data but I can't "INSERT, UPDATE and DELETE" data at MySQL database. It return a error code "run-time error 3251, current recordset does not
|
| Shuffle card deck | 26 Sep 2003 15:29 GMT | 17 |
I am very new to programming and learning on my own. Why do I keep getting duplicate values using this code? I want to shuffle a deck of 52 cards. The logic seems right to me. Randomize
|
| Unknown Licensing Error | 26 Sep 2003 04:25 GMT | 1 |
I'm developing a VB app and starting Monday, I've started receiving a licensing error stating: "Licensing information for this component not found. You do not have an appropriate license to use this functionality in the design
|
| Version Comparison | 26 Sep 2003 04:17 GMT | 2 |
I've googled through the older group messages - but I'm not quite sure what to use for search terms... so, if this has already been asked - I apologize. I'm wondering how exactly to get the version number for an application
|
| Selecting sound Device within VB | 26 Sep 2003 02:37 GMT | 3 |
Anyone have a clue how to select a specific record input device from within VB? Is there an API that hold the keys to this deep dark secret???
|
| Drawing on a Window from an Array? | 26 Sep 2003 01:59 GMT | 1 |
I'm working on a small project in VB.NET and I can't figure this out... I have a large array which contains the colour codes for all the pixels which need to be drawn. (starting from 1,1 to 360,312) The question is, how do i go about drawing the array to the form?
|
| VB6/Word 2000 problem | 25 Sep 2003 23:13 GMT | 1 |
I am using Word object from my VB6 app. I create Word.Application object and everything works well. But if I (when VB application is running and Word object is in the scope) run MS Word in usual way (e.g. using Start menu from Windows desktop) and close it before
|
| VB IDE does not repaint correctly | 25 Sep 2003 23:11 GMT | 1 |
I am having problems with the IDE Occasionally not repainting correctly and then losing all access to the IDE window. You can see the rectangle where the window should be, and in some cases can see the title bar and window
|
| SQL and Visual Basic 6 | 25 Sep 2003 23:08 GMT | 2 |
I'm brand new to SQL and have a question.... I want to do a query for serial number 99999 and delete that record from the database. It works if I use the ADO "rs.delete" command, but does NOT work if I try to
|
| Holy S***! Caldera is going to sue me! | 25 Sep 2003 22:50 GMT | 8 |
I was reading the article on the comparisons between Caldera's code and IBM's code. I realized that I, too, have the same code in many of my Visual Basic programs. Check this out. This is Caldera's code:
|
| Visual Basic DDE connection to IE | 25 Sep 2003 22:45 GMT | 1 |
I need to get the information out of the IE status bar. Using DDE I am able to get the url and page title, but require the information out of the status bar to get a file name from the link being clicked on. I'm using the following to get the url and title:
|