| Thread | Last Post | Replies |
|
| problem with VB5 on xp | 29 Jan 2006 04:17 GMT | 5 |
I've been running VB5 applications on Windows 98 and they work fine. I recently acquired a notebook with Windows xp, and installed VB5 on that system. I tried to run one of my programs but I get error messages regarding some ActiveX controls
|
| SQL error doesn't raise error in VB | 29 Jan 2006 04:16 GMT | 3 |
I have a sql stored procedure in which I raise an error when something is not right. Thus in my stored proc at some point I have a statement like: If (...)
|
| Dim var as Stream | 29 Jan 2006 00:34 GMT | 1 |
I often end up with Stream type variables when I type quickly and don't put in the extra character to get a String. Decided finally to look up and see just what they are, and had no success with my MSDN Library. Just what are Stream variables used for in VB6?
|
| Can't use debugger in Visual Basic dotnet 2003 | 29 Jan 2006 00:25 GMT | 1 |
Why I press F5 to debug my program i get this error: Class CLSID_CorSymWriter_SxS could not be created - Class not registered. I can run the program using ctrl+F5 though. I reinstalled both VS .Net 2003 and the .Net Framework 1.1, tried registering mscordbi.dll but i still ...
|
| A Question about list boxes. | 28 Jan 2006 16:21 GMT | 7 |
Hi, I have a list of objects I'm backing up to dvd. During the DVD verify process, some of the objects fail verification. I'd like to high light these in red and the rest in green. Can this be done?
|
| Focus in VB6. | 28 Jan 2006 13:46 GMT | 6 |
I have always lots of problems with getting the focus to a control that is not next in the TabOrder. In my opinion SetFocus does not work at all. When I want to direct the focus to one specific textbox,
|
| Detect what software is blocking connections | 28 Jan 2006 11:17 GMT | 1 |
If this is offtopic, please advise of a better newsgroup, I thought this may be the right one. Our customers download and install our client/server based software on their computer. Many of our customers use Norton Internet Security and
|
| Overdraw XOR ? | 28 Jan 2006 04:22 GMT | 2 |
I'm trying to draw lines from the top of the picturebox (x = 0) to the bottom of the picturebox (x = scaleheight) that are spaced apart by an equal value. For example:
|
| How to create backround application | 28 Jan 2006 02:00 GMT | 5 |
Is there a walkthrough or how to that describes the general method for creating an application (in Visual Basic Express) that has no initial UI, but runs in the background with an icon in the system tray. A context menu from the notify icon will of course bring up
|
| Help asp? | 27 Jan 2006 22:09 GMT | 2 |
not sure if i am in the correct newsgroup, sure someone will place me in the right direction if not. I ahve a little vb6 knowlege and i will probbly look at .net for this and needed some help
|
| Combobox Dropdown List | 27 Jan 2006 21:16 GMT | 1 |
Hi. I have a Combobox (Dropdown List modality). it contains one list (x example the list of Italian cities) I would want that when I go to write in combo me evidences the first value of the list with the character that I have pressed. for example if I press B it must exit BARI; ...
|
| ipconfig output | 27 Jan 2006 17:03 GMT | 2 |
im running shell to do a ipconfig now i want to get the results of it and send it to a windows on my form can some one please help
|
| traces (function calls, events, ...) | 27 Jan 2006 15:44 GMT | 3 |
is VisualBasic able to generate functioncall- and event-traces and write them to stdout or to a file? TIA,
|
| New Visual Basic Forum | 27 Jan 2006 14:33 GMT | 13 |
This is a Visual Basic forum for everyone who needs help with Visual Basic, VBScript, VB.NET, ASP and/or ASP.NET. If you have build some scripts/routines/programs that you want to share with the rest of the world, please do.
|
| How do you count the digits? | 27 Jan 2006 13:19 GMT | 11 |
Question: Is this the best way to get the length of a number? Len(Trim(str(gMaxValue))) or this?
|