| Thread | Last Post | Replies |
|
| multi-instance COM server identified by moniker | 20 Jul 2005 11:41 GMT | 3 |
I posted this same question months ago but never got a response. Im still in the dark as to what to do after all this time. Basically, I have an application which can be run in multiple instance mode, and I need a way for a client to obtain a particular instance and its COM
|
| use outlook express reference or object | 19 Jul 2005 11:04 GMT | 1 |
i would like to spell check user input before saving. Any way to use the outlook express spell checker? thanks Rafael
|
| QueryString in MailMerge not working | 19 Jul 2005 00:34 GMT | 1 |
I'm new here so please feel free to point me to another group if this is not the right one. I'm using the following VB code to conduct a Mail Merge. The code is running on XP under MSO 03 (Word VBA6)
|
| VB 2005 Express subforms | 18 Jul 2005 09:14 GMT | 1 |
I have an application in Access which relies heavily on Subforms. I have downloaded VB 2005 Express with a view to replacing the front end and keeping the Access database. I have never used VB before. Is there a way to easily implement subforms?
|
| Records stored in Text File (VB6) | 13 Jul 2005 21:20 GMT | 6 |
Ladies / Gentlemen, I've got a text file containing fixed length records. I'm using VB6 and need access to these records. Two Questions: 1. How do you open the text file?
|
| Problems with VB6 activex in PowerPoint | 13 Jul 2005 16:48 GMT | 2 |
I built an OCX using VB6 (SP6). It's pretty big and complex, but seemed to be working fine. It is specifically targeted for use within PowerPoint. In the final stages of testing, a problem was found. To try to find the problem, I started simplifying the code ... and finally ...
|
| Object doesn't support this object or method | 12 Jul 2005 15:13 GMT | 1 |
I have recompiled the all com modules in my software, and I have checked the IDL file, the header file, the cpp file and the function I want to call is there. But when trying to call it through VB6 I get "Object doesn't support this object or method",even though VBs own auto code ...
|
| Component migration issue from windows NT to windows 2003 | 12 Jul 2005 08:30 GMT | 2 |
I have one custom component (which does encryption and decryption of given string) deployed in MTS on windows NT . The component is using from asp code and It's working fine. Now I got a requirement to upgrate the operating system. Now I deployed the component on COM+ service on ...
|
| Loading Excel COMs | 11 Jul 2005 15:40 GMT | 2 |
I'm teaching myself how to automate Excel. I created a reference to Excel's COM libary using the "Add Reference" pick from the Project Menu. I selected Excel 11 Object libary which is what Excel 2003 uses, and added it to list of selected components in Add Reference Dialog
|
| Is there an easy way to expose class variables in COM builds? | 11 Jul 2005 15:39 GMT | 1 |
In VB.NET I would like to not have to create property get/set procedures for every class variable I want to expose to Excel VBA projects in COM builds. Can anyone tell me if that is possible, or refer me to some documents that will make me understand why this apparent limitation of ...
|
| Caching public objects in ActiveX DLLs [reposted from general.discussion] | 09 Jul 2005 10:46 GMT | 1 |
Apologies for posting this again, not sure which is the right group, As you may know, an ActiveX DLL can only be unloaded when all references to public objects it provides are released (whether these are external references, or within the ActiveX DLL itself). (Or forcefully ...
|
| Setting the build number in VB6 | 08 Jul 2005 21:00 GMT | 2 |
Does anyone know a way to set the 3rd version number in VB6? It seems VB6 always uses major.minor.0.revision. Unfortunatly I need to use the third number as the build number so that I can use the forth number for patches. Does anyone know how this can be achieved?
|
| Need to load and print a merged document from VB | 08 Jul 2005 05:08 GMT | 1 |
I have set up a mail merge document in MS Word I'll call MyTemplate.doc I run Mail Merge to merge with a text file called MyData.txt. I'm using VB to generate a new MyData.txt file. Has anyone ever written code that will load MyTemplate.doc, instruct MyTemplate to mail merge ...
|
| Form.ShowInTaskBar doesn't work for Windows XP | 07 Jul 2005 18:46 GMT | 1 |
I am using VB 6.0 to develop a Windows application, I do set Form.ShowInTaskBar to True, but when I run the program under Windows XP, from the parent widnows, I call "myForm.Show vbModal" to display a dialog, no new icon shown in task bar, and if user switch to any other
|
| Excel file saved in OLE Document format | 07 Jul 2005 18:34 GMT | 1 |
An excel file is stored into a BLOB as OLE document. I found the starting position of Excel sheet by identifying 0xD0 0xCF characters and extracted the data and serielized as xls file. While trying to open the in Excel, neither it is opening nor it is throwing error. I could
|