| Thread | Last Post | Replies |
|
| KeyPress method | 30 Dec 2005 08:06 GMT | 5 |
I have a form for which KeyPreview is True. In its Form_KeyPress method I am successfully detecting the Enter key. However, it doesn't execute KeyPress for other keys such as PageUp, PageDown and F2. How do I detect those keys? Dan
|
| CPU utilization problem when accessing mysql and C# with ODBC | 30 Dec 2005 07:59 GMT | 3 |
Hi, All Could anyone please help.I 'm accessing Mysql with C# using ODBC .I run run two aggreate queries on the server side.The applications is scheduled to run every second for realtime monitoring purposes.I use a
|
| UTF-8 read and write back to Oracle DB from VB application corrupts the data[if-non-english char] to unreadable format | 30 Dec 2005 04:15 GMT | 2 |
I have Oracle DB Table with one of its column (VARCHAR). I read and write to this column in UTF8 format [non-english or English] using VC application then everything works fine. But if I use a VB application to read the data[non-english] and
|
| How to enumerate list of all running processes (or services) | 30 Dec 2005 03:17 GMT | 5 |
I need to find out programmatically whether one particular process is running. I can see it in Task Manager under Processes tab but it is not shown under Applications tab.
|
| Rockford Lhotka Business Objects model question for VB 6.0 | 29 Dec 2005 23:47 GMT | 1 |
I implemented some of the features outlined in the book. Specifically, the TextList object. I use the object to populate a list of employees. The problem is surfacing when employees are terminated. There is no need for the lists showing the object data to display the terminated ...
|
| Is it possible to use Timer like control in module? | 29 Dec 2005 23:27 GMT | 1 |
I know that controls can be used with Form object only. Is it possible to have something similar to Timer with the module only? Frank
|
| List box keyboard navigation | 29 Dec 2005 23:06 GMT | 5 |
How can I find out keyboard navigation keys for controls such as a ListBox or MonthView? Specifically, how do I indicate that I want to select a specific entry or date? Dan
|
| Microsoft Active Accessibility with Visual Basic 6 | 29 Dec 2005 21:52 GMT | 5 |
Hi, I see many examples to apply Microsoft Active Accessibility with C++, but I am not sure how to declare that with VB6? Thanks! mm
|
| Linking and building | 29 Dec 2005 21:15 GMT | 3 |
This is regarding linking of a lib like OLE lib stdole2.tlb to an application in VB. If I build the application using say Win2000, VB uses the lib file from a pth like
|
| Let acts like Set | 29 Dec 2005 19:57 GMT | 3 |
I have a project that processes messages, each message has a unique identifier. The application makes use of a string variable to hold the identifier of the previous message and compare it to the identifier of the new
|
| Problems with Setup and Deployment Projects | 29 Dec 2005 19:46 GMT | 10 |
Some time ago, I created a setup program for a Visual Basic application (non .NET). I used Visual Studio 2003 to build the setup program as one of the Setup and Deployment Projects. That setup program was in the form of an MSI file and
|
| VB6 and VS .NET 2005 problem | 29 Dec 2005 13:44 GMT | 2 |
I have a problem with calling .NET assembly dll function from VB6 program. I created an assembly in Visual studio .Net 2003 with framework v1.1.4322 installed, exported type library, processed registration for assembly and got reference to it from Visual Basic 6. The created VB6 ...
|
| Setup and Deployment | 29 Dec 2005 07:33 GMT | 1 |
I can't see Setup and Deployment Projects in the File > New Projects Menu in VB 2005 Express Edition Beta 2. Where can i found ?
|
| Disabling interupts | 29 Dec 2005 02:08 GMT | 2 |
I'm trying to disable interupts in an event handler I have in a vb6 program. I'm looking for either a dll to use that would disable them or a way to be able to use x86 assymbly commands to do this. Thanks
|
| How to clear/CLS debug window ? | 29 Dec 2005 00:43 GMT | 4 |
Could you please advice how to clear/CLS debug window ? Best regards, Boki.
|