| Thread | Last Post | Replies |
|
| MSComm V/s Hyperterminal | 24 Oct 2004 22:26 GMT | 3 |
Hi All, I am trying to communicate with my mobile SonyEriccson T68 through Inrared using MSComm control but not able to get the response code back. even though InBufferCount property show somedata has arrived in the input buffer but when MSComm1.Input get executed it saying ...
|
| Is it possible to create a tabbed form | 24 Oct 2004 06:29 GMT | 1 |
Is it possible to create a tabbed form? Where can I find out more information on tabbed form.What i mean: i'd like to create tabbed form like in firefox or frontpage.Thanks
|
| vb6 debug problem with com object | 24 Oct 2004 04:08 GMT | 2 |
i have a vb6(sp5) com object and when i want to launch a debugging mode is don't work... My dll work fine but the debug is not possible, in the past i have debug this dll.
|
| OLE and Outlook | 23 Oct 2004 13:50 GMT | 1 |
I have a question concerning linking a software with Outlook through OLE. I tried to run a macro, defined in Outlook, but it doesn't seem to be that easy. If I use Word through OLE, it is very easy to start a macro from my software
|
| Greenbar paper | 23 Oct 2004 00:24 GMT | 3 |
I've googled until I'm 'green'. Any tips on how I could create the old greenbar paper look using Printer.Print ? Thanks.. Jay
|
| Trapping for the Pasting from within a Windows Application such as Excel, for Example | 22 Oct 2004 23:40 GMT | 8 |
I know similar questions have been asked before but I haven't found any good answers. I know I can use a hook to trap for Ctrl-V on keyboard. I know that I can use WM_PASTE to trap for a paste from within a textbox
|
| Store password for DCOM server | 22 Oct 2004 12:53 GMT | 2 |
I have developped a DCOM server in Visual Basic. In DCOMCNFG (Identity tab), I select the user I want the server to run as. And all works fine. Now I want to deploy this server in several computers and I want to deploy automatically the user and password in each computer. The user ...
|
| Automation Error - ClassFactory cannot supply requested class | 21 Oct 2004 20:15 GMT | 6 |
Hi all. I'm having a problem with Word 2003 automated from VB (6.0, I think). The call to Word comes from an Access database that is supposed to open the word document, read the information in the form fields, place that data into a recordset, save the Word document and then ...
|
| Why Is Err.Description Lost? | 21 Oct 2004 11:47 GMT | 4 |
I am trying to access my custom error information (generated by my COM object) in VBScript through Err.Number, Err.Description. However, no matter what error number I choose in my COM object, I can only sometimes get correct Err.Number. Err.Description can never get through. See ...
|
| COM+ Applications - scripting | 21 Oct 2004 10:29 GMT | 2 |
Not sure whether I am in a right forum as I am a system engineer. I am using component manager wizards for creating COM+ Applications. I get lot of dlls from dev. teams to create COM+ Applications. I would like to know if any scripts are available to automate the process. The ...
|
| Automation and Data Junction | 20 Oct 2004 16:37 GMT | 1 |
I'm trying to automate Data Junction. Is there any help available for first time coders? Dale Jones
|
| Automation error overlapped I/O operation is in progress | 20 Oct 2004 03:11 GMT | 7 |
We have a user that is getting an error running our application that we cannot recreate. The error happens sporatically for them, so they have not been able to issolate the steps. The error always happens in the same place within the code, just no consitent steps to recreate.
|
| COM+ Applications - scripting | 19 Oct 2004 14:28 GMT | 1 |
Not sure whether I am in a right forum as I am a system engineer. I am using component manager wizards for creating COM+ Applications. I get lot of dlls from dev. teams to create COM+ Applications. I would like to know if any scripts are available to automate the process. The ...
|
| Active Connections by thread | 19 Oct 2004 11:02 GMT | 1 |
I have an issue in VB COM+ application. We use IE and when a user is logged in, he will be given a thread, but sometimes, when another user tries to login, he is given the same thread and it causes the global variables to get corrupted for the first user. But doing this ...
|
| How does a script client call ISupportErrorInfo? | 19 Oct 2004 05:20 GMT | 1 |
A script client such as VBScript, calls methods of a COM object through IDispatch::Invoke(). If the COM object returns error information, how can the script client get it? Suppose a IDispatch::Invoke() returns an error code, and in VBScript there exists statements
|