| Thread | Last Post | Replies |
|
| How to extract the GUID of an unregistered DLL without using TypeLib Information library? | 15 Feb 2006 20:25 GMT | 2 |
Making a reference to the "TypeLib Information" type library and using the property TLIApplication.TypeLibInfoFromFile("ModuleFileName").GUID it is possible to get the GUID of any unregistered ActiveX DLL/OCX. Is there any way to obtain the same result without using the "TypeLib
|
| Set 'Allow service to interact with desktop' in VB .NET | 15 Feb 2006 20:18 GMT | 1 |
I have created a Windows service and I need to check the 'Allow service to interact with desktop' checkbox by default. There seems to be no straightforward way to set this option using System.ServiceProcess.ServiceProcessInstaller. I found a posting that can do
|
| Identification of Dynamically Created Input Boxes | 15 Feb 2006 19:04 GMT | 5 |
I've created an application which is user configurable to set up an input form to generated data for a MCAD application. In my base form, I've got a text box, and the two different styles of combobox all defined as arrays.
|
| Scroll Control | 15 Feb 2006 18:23 GMT | 6 |
I am using Infragistics ActiveScroll Control 4.0 in my VB6 application. When ever I scroll, the application locks up. What do I do to prevent this from happening? Thanks
|
| Easiest way to check if internet connection is open. | 15 Feb 2006 17:47 GMT | 1 |
I need a real quick check if current computer has internet connection open, then run some processes. Have feeling there is a very easy solution. Thanks, Michael
|
| Access Linked table | 15 Feb 2006 17:03 GMT | 3 |
I have a linked table in access97 database that links to a table on a sql server. Every month the table on the sql server gets dropped and re created with differant column names. What I need to do in my VB app is drop the linked table in access and re link it.
|
| Which control in my app has focus | 15 Feb 2006 14:20 GMT | 2 |
How do I know which control (TextBox, listbox, Combobox) has focus in my app? The big picture is... my POS app (vb6 sp5) uses barcode scanner. Usually I recommend keyboard wedge scanners in which case the scanned barcode is
|
| Default project folder | 15 Feb 2006 10:28 GMT | 3 |
Is there a registry key or some other hack to change the default project folder from <Program Files>\Microsoft Visual Studio\VB98 to something like C:\My VB Projects Thanks
|
| How do I make a MSHFlexgrid scroll automatically? | 15 Feb 2006 06:03 GMT | 2 |
Hi, can anyone point me to any examples or give me some tips on how to make a MSHFlexgrid scroll to some position horizontally when I perform some action (button click or otherwise). Any help would be appreciated.
|
| IDE Problem | 15 Feb 2006 03:42 GMT | 9 |
In VB6, sometimes when I'm on a debug session, I have to add a dimension statement to declare a simple variable. When I click on F8 to continue debugging in get the following message: Compiler Error:
|
| Multiline tooltips | 15 Feb 2006 01:17 GMT | 5 |
I'm looking for a good solution for multiline tooltips. Í've found as class that works perfect but the problem is i can have hundreds of objects with tooltips and now the tooltips are created when the objects are created so the program becomes very slow.
|
| need an idea | 15 Feb 2006 00:35 GMT | 3 |
From my vb6 application, once the user click the live update button, I need to check the user is regular customer or not, based on the registratio no, the reg no is stored in application path. So i need to send this reg no to our webserver and webserver should return about ...
|
| DirectShow audio devices? | 15 Feb 2006 00:31 GMT | 5 |
Posted in m.p.v.directx and got no answer so I'll try here... I'm writing a specialized audio application in VB6 using the DirectShow interface. By default IMediaControl appears to use the default audio device for playback. This is fine for now, but eventually I would like
|
| How to print a bitmap from VB? | 14 Feb 2006 23:13 GMT | 3 |
Hi guys, can you tell me how I can print a bitmap file from VB? I don't need a special control do I? Thanks.
|
| Setup question | 14 Feb 2006 22:45 GMT | 4 |
Is it good to place all files, including vb runtime files, in app directory ? Personally, I do not like uninstall program leaves unused files in windows system directory. By placing them in app directory, I expect the program
|