| Thread | Last Post | Replies |
|
| Starting and stopping a Windows service | 11 Apr 2005 21:22 GMT | 1 |
Could someone please tell me how to stop / re-start a Windows' service in VB6? Thanks, Steve
|
| NOT c:\windows\system directory | 11 Apr 2005 20:17 GMT | 10 |
i have one project and i use it References and Components i want to be able to put these dll files and ocx in a designated folder not in the c:\windows\system directory how can do this?
|
| Determining if a machine is a Tablet-PC | 11 Apr 2005 20:14 GMT | 1 |
How do i determine if a machine is a Tablet-PC? Thank you, Brian
|
| adding properties at design time. | 11 Apr 2005 19:12 GMT | 3 |
I'm looking resources or tutorial where I can learn how to add properties to other objects at design time for VB.NEt or C#. I want to reproduce the same effect as when your drop the tooltip object on a form. Once it's done, every object has a new property added to the
|
| Clipboard question | 11 Apr 2005 19:10 GMT | 1 |
How do I save clipboard content to an access field? Clipboard content is binary (blob) in this case. Thank you.
|
| Check file extension | 11 Apr 2005 18:49 GMT | 10 |
Is their a kind of way to check the file extension of an open file (with common dialog). Because i have to sort AVI and MPEG. Thx in advance Dennis
|
| Pasting to external app problem | 11 Apr 2005 17:57 GMT | 3 |
I have a feature in my program that will copy all of the forms caption into the computers normal clipboard, the user can paste this into any thing else they wish by pressing the standard ctl+v
|
| Can't create new object in VB.NET | 11 Apr 2005 17:19 GMT | 2 |
When I do this: Dim poRegKey As New RegistryKey in the declarations of my VB.NET program I get the following error message: Overload resolution failed because no 'New' is accessible.
|
| Common Dialog | 11 Apr 2005 17:00 GMT | 2 |
Is there any way to get the msg box that says "File exists, overwrite?" if the file exists? when using a Save dialog box?
|
| O.T.: Shameless Plug for Free Software(for me and you) | 11 Apr 2005 15:39 GMT | 11 |
I recently tried out a new version of Real Basic Standard. Not too bad and it does create applications for Windows , Linux and the Apple MAC (the PRO Version). Not that I'm leaving VB.NET anytime soon!! But, I received an offer of a free upgrade to their PRO version if people ...
|
| redirecting console output | 11 Apr 2005 15:04 GMT | 4 |
I have googled, searched and read search results and MSDN until I'm almost blind. Is there a way or method in VS6 VB that does the same thing as using RedirectStandardOutput in VS .NET VB Even a pointer to the correct terminology to search for would be great.
|
| Beginner: VB and VB+COM | 11 Apr 2005 13:36 GMT | 2 |
I'm a C++ and Java programmer who quickly needs to get started with Visual Basic 6 and VB6 together with COM. I would be grateful for recommendations on good books, online tutorials, resources etc.
|
| VB6 error handling and stack trace? | 11 Apr 2005 11:44 GMT | 4 |
I was wondering if there was a way for VB6 to return a detailed information regarding an error that occured, something like a stack trace maybe so I know exactly where it failed. The issue is that I don't want to litter my app with error handling routing
|
| [vb6] raise usercontrol event from module | 11 Apr 2005 09:03 GMT | 4 |
i have a usercontrol with the ctl file itself plus a module (bas). it seems impossible to raise an event for the control from the module. is this in any way possible? i amusing vb6 pro and really need it because i am using the settimer api to create a hi-res timer and the ...
|
| General MDI Menu / Toolbar Coding Question | 11 Apr 2005 07:40 GMT | 4 |
I am building an MDI Application with some menus and toolbars on the MDIMain form, that are only accessible when certain child forms that need them are active. Now to my question:
|