| Thread | Last Post | Replies |
|
| API mouse_event not sending scroll information | 28 Nov 2003 21:22 GMT | 3 |
I'm trying to use the mouse_event api call to send scroll wheel events from a USB device that doesn't have a typical scroll wheel. Call mouse_event(MOUSEEVENTF_WHEEL, 0, 0, (mLines * WHEEL_DELTA), 0) mLines is the number of lines I wish to scroll times the delta of 120
|
| How to implement my activex exe in the live environment. | 28 Nov 2003 09:49 GMT | 3 |
I apologise in advance as this is not an intentional cross-post, as I've already posted this earlier on vb.discussion without realising this newsgroup existed. I have developed an activeX exe which simply polls a database in it's own
|
| Exception vs Return Code | 28 Nov 2003 06:56 GMT | 1 |
This is more like a theoretical or conceptual question: which is better, using exception or return code for a .NET component? I had created a COM object (using VB6), which uses return
|
| The distinction between ActiveX and COM? | 26 Nov 2003 21:11 GMT | 4 |
What is the difference between an ActiveX object and a COM object? It seems that with Activex you need to implement IDispatch interface while with COM you don't? Is IDispatch what makes the late-binding possible? In other words, is
|
| Sharing the same VB DLL\EXE between a C++ DLL and a VB Active EXE | 26 Nov 2003 12:58 GMT | 1 |
I am having a problem in that I need to create a shared VB DLL\Active EXE for both a C++ DLL and a VB EXE/DLL to share the same variable values. I would be very grateful if someone could just provide an example in format as
|
| RUN EXECUTABLE PROGRAM | 26 Nov 2003 09:25 GMT | 3 |
How do I run an executable program from VB. I have the following code: Set Sumfin = New VBA Sumfin.Interaction.Shell "C:\Command.exe"
|
| COM Components and Interfaces | 26 Nov 2003 09:23 GMT | 7 |
Does anyone know of a way to find all COM components that implement a specific interface. For example, specify interface "Ixxxxxxx" or an IID and the result returned is an array of ProgIDs or CLSIDs.
|
| RightFax and Visual Basic 6 | 26 Nov 2003 08:16 GMT | 1 |
Greetings all I am busy trying to put together a faxing solution to make my life easier. I am using using RightFax from Captaris and visual basic 6.
|
| RUN EXECUTABLE PROGRAM | 26 Nov 2003 05:32 GMT | 1 |
When using the following I get an error. Any ideas? Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal
|
| How to use VB Reserved Word in method signature? | 26 Nov 2003 05:13 GMT | 9 |
Is there any way to use VB reserved word as a name of my custom procedure (in the public class module within ActiveX DLL). In particular, I need something like this: Dim mType as Long
|
| Sample code for Accessibility VB .Net? | 25 Nov 2003 23:02 GMT | 1 |
Where can I find some code that demonstrates Inspect functions and or controlling another application functions?
|
| Multiuse Server Event Notification | 25 Nov 2003 20:13 GMT | 1 |
I want to create one Multiuse Server App (myExcelExport.exe) that exports asnych using the timer (delayed trigger) and then raises events when it completes. Each client 'Instantiates' its own myExcelExport.exe at
|
| how to add an icon to the 'systray'? | 25 Nov 2003 15:28 GMT | 1 |
The little block of icons in the lower right of the screen. For instance if Norton Antivirus is turned on, there would be an icon for it there. How do you add these icons? A code sample would be greatly appreciated.
|
| ActiveX Control in VB | 25 Nov 2003 11:22 GMT | 2 |
I am creating a ActiveX Control in VB. But I cann't create groups like Toolbar's Buttons or StatusBar's Panel. Eg: Toolbar1.Buttons.Item
|
| adding an item to the startup folder in windows | 25 Nov 2003 10:41 GMT | 1 |
Can someone enlighten me on how to add a program to the startup folder, so it starts up whenever Windows starts up. I'm sure this is common knowledge to some of you. A code sample would be greatly appreciated. Thank you.
|