| Thread | Last Post | Replies |
|
| OCX Control - Exe not working inspite of source code working and setup run for an application which contains ocx control | 31 Mar 2005 16:14 GMT | 4 |
Hai, I am having a ocx control which acts as a link between two applications AppA and AppB. The reason for this ocx control was to avoid socket programming in AppA. This ocx control has socket programming in it. This ocx connects to
|
| pseudo-screensaver | 30 Mar 2005 23:26 GMT | 1 |
My goal is to build an authentication screen for a public workstation. I have finished the logic behind the authentication. Here is my goal: 1) my app starts at logon 2) user logs on to access workstation
|
| Determine a files GUID | 29 Mar 2005 15:10 GMT | 1 |
Can anyone tell me how to determine the GUID of a specified file. I've tried using the TypeLib Information dll (tlbinf32.dll) but this only gives the GUID of the components classes, not the complete dll. Thanks
|
| cant get handle to excell.application | 29 Mar 2005 03:43 GMT | 1 |
I want to do some stuff with 2 excell spreadsheets, I can do everything i need with vba for each individual sheet however i need to close one workbook and open
|
| Internationalization in Visual basic application | 28 Mar 2005 16:29 GMT | 3 |
I developed an application using Visual Basic 6.0. Now I have to support internationalization and localization. Is anybody implemented the internationalization in VB6.0? If so, please provide information on how to implement and tools used?
|
| VB6 Class name | 25 Mar 2005 21:57 GMT | 3 |
What is the correct VB class name to use in the following statement: Dim oVBIDE As VB.App Set oVBIDE = GetObject(, "VisualBasic.Application") Thanks!
|
| Setting thread priority in VB ActiveX Exe | 25 Mar 2005 16:45 GMT | 1 |
I'm trying to lower the priority of a VB6 activeX exe with code like the following: SetPriorityClass GetCurrentProcess, NORMAL_PRIORITY_CLASS SetThreadPriority GetCurrentThread, THREAD_PRIORITY_BELOW_NORMAL
|
| vb server q | 25 Mar 2005 14:19 GMT | 8 |
I have adapted a C++ application to run as an automation client. I've created a short VB6 application to call the routines of my C++ application. As long as I run in debug mode, stepping through my VB server application line-by-line the program works as expected. When I run it ...
|
| Implements and NewEnum | 24 Mar 2005 20:01 GMT | 3 |
I want to introduce an enumerator onto a secondary interface. The secondary interface already contains a Count and Item-type property I'm implementing the secondary interface on a Usercontrol which contains a grid. The effect of the "For each ... in ..." would be to cycle
|
| Logging Out | 23 Mar 2005 17:00 GMT | 1 |
I am learning VB .Net and Visual Studio .Net while trying to create a Help Desk application for our company's Intranet. Certain pages are available to the MIS Department only. Windows Integrated Security is being used. When a MIS Tech is at another employees pc, and they log into ...
|
| Using Shell Command from a COM+ Component | 22 Mar 2005 13:07 GMT | 6 |
I've got a weird one. I am using the shell command from a COM+ component to call an application that carries out a task asynchronously. Everything works apart from one minor detail, which will become major
|
| Refresh COM+ server side components in VB6.0 application | 21 Mar 2005 21:43 GMT | 1 |
I am working on a VB6.0 application that uses server side and client side COM+ components. We have a situation where we need to refresh the server side COM+ components from within VB6.0 code.
|
| Erreur de liaison Excel et VB | 18 Mar 2005 17:59 GMT | 3 |
Bonjour à tous, Je développe un système avec VB 6.0 qui inter-agit avec Excel (Ouvre des documents, insère des données, enregistre le document et affiche Excel (objXL.Visible = true). Sur certain poste (environ 1% sur 1500), j'ai un
|
| JET OLE DB 4.0 | 17 Mar 2005 13:37 GMT | 1 |
Where can I obtain a good Programmer's Reference Guide for JET OLE DB 4.0. That is the one that comes with Excel. I am fairly profiicient with writing macros in Visual Basic. I need to know the functions and syntax of statments such as:
|
| HTML Printing | 17 Mar 2005 10:54 GMT | 7 |
If i have an HTML string with valid html and i want it printed like a browser would how would i do that? I already use the IE browser control, save the HTML to a file and load it and print. I want something that doesn't require a visible form. just
|