| Thread | Last Post | Replies |
|
| Running a form from a dll | 22 Jan 2004 14:02 GMT | 2 |
Could be a stupid question but here goes: I'm Running an exe that calls a dll. From the dll, I need to run a form that's in the exe project. Can this be done?
|
| ??? how do you determine font w95-w98 in advance font size the two are small and larrge | 22 Jan 2004 11:55 GMT | 1 |
Hi in the display properties off the control panel, tab settings,advance button. Font size has two sizes, the default is small. when you create your form with this default size everything is fine even if the selected font properties is 8 to .... whatever .even
|
| Loop statement between 2 worksheets | 22 Jan 2004 11:51 GMT | 1 |
I have got a situation in Excel which will most likely need to be solved by a Macro, and I would like some help because I have little VB experience. I have two worksheets in an Excel workbook. Sheet1 has all the data (1998-2004) for a final report and Sheet2 has some data from a ...
|
| Checking if ActiveX control has loaded completely | 21 Jan 2004 23:55 GMT | 9 |
I am creating a VB6 ActiveX dll that will be used deployed inside a cab file over the Internet. Since the size of this cab file is large, it takes some time for the user to download the cab file in his browser. As a result, whenever I call any method inside my dll before the cab is
|
| How to force a file name for Excel? | 21 Jan 2004 21:34 GMT | 1 |
Does anyone know how to force a file name or a column header when creating an Excel format from a VB app? Right now, it ask me to enter a file name. I don't want the user to have to do this because it just makes more chances
|
| Why doesn't Outlook notify my addIn about cntact item events? | 21 Jan 2004 18:49 GMT | 1 |
Here are two event handlers I created: Private Sub objContactItem_PropertyChange(ByVal Name As String) MsgBox (Name & " was changed.") End Sub
|
| Calling VB COM dll from Excel VBA | 21 Jan 2004 18:46 GMT | 1 |
I'm converting some rather long and repititive code in an Excel VBA to a VB6 COM addin with hopes it will run faster. One of my addin functions requires passing an instance of the excel.application (no problem) and an
|
| Messing with the Sender | 21 Jan 2004 17:11 GMT | 2 |
Outlook 2000, 2002 and 2003 I am working on a utility that sends email with attachments and had anticipated using the Outlook Object Model for that. However, I am finding that the 'sender' for Outlook is read only.
|
| how to transfer the data into a excel worksheet | 21 Jan 2004 15:48 GMT | 1 |
i really need help !!!! how to send the data into a excel worksheet from MS Access
|
| DLL reverse engineering | 21 Jan 2004 04:06 GMT | 5 |
My HD is damaged so I've lost a lot of information and, as usual, I don't have a back up. Do you know any real good aplication that given a DLL it gives me the source program? I have the DLL file but lost the source project Hope made my self clear; sorry if I don't correctly write ...
|
| Accessing VB ActiveX Server in VC++ client | 21 Jan 2004 02:04 GMT | 3 |
I have an ActiveX DLL built from VB, which basically has a single and simple class. The class, let's name it 'ClassTest', has a couple of events and works plain and perfectly. Ok, to use it in VC++, I go to Class Wizard / Automation / Add Class ... /
|
| Early binding of server class on client | 21 Jan 2004 00:18 GMT | 1 |
At present we are dynamically late binding server objects, (dlls hosted by com+ components), in a client vb6 application using the : dim myclass as object
|
| IXMLDOMDocumentFragment and XSL | 20 Jan 2004 08:11 GMT | 5 |
I am trying to build an XSL document to be used in a transformation in VB COM. The XSL comes in a few strings so I have to use the DocumentFragment object to append the pieces to the DOM. I currently use a function to accomplish this in XML and it works great, but for some reason ...
|
| Howto: persist 2D array? | 20 Jan 2004 01:28 GMT | 4 |
Hello group, is it possible to persist a 2D array? I've used alot the PropertyBag's persisting mechanism, but I'm stuck now because it doesn't allow persisting 2D arrays.
|
| Error 80041021 | 19 Jan 2004 22:45 GMT | 3 |
I am trying to execute this code on Exchange 2003 using Windows 2003 to install a service using WMI. This code works fine on Windows 2000 and Exchange 2003. When I run this code under Windows 2003 the GetObject call returns
|