| Thread | Last Post | Replies |
|
| dlls need reregistration | 18 May 2004 23:02 GMT | 7 |
I have a strange problem, I feel my dlls require constant re-registration. I mean that if suppose I have a dll which is working to do a certaintask, it does not do it after a few days. However, if I register it again, it starts working fine again.
|
| 100% CPU Utilization | 18 May 2004 18:29 GMT | 1 |
I devloped one exe using VB 6. The exe reads the catalog ID from the text file and then fetchs the products for each catalog ID and write the same into text file After devloping the program, i tested the same on various machine ( OS: Win 2K and XP) and it is working as expected. I ...
|
| Embedding ActiveX Controls in the Microsoft RichTextBox Control | 17 May 2004 21:09 GMT | 2 |
Good afternoon, I am trying to embed a couple of custom controls into a RichTextBox control. My purpose is to insert metadata inside of the RichTextBox that can be extracted back out at a later time.
|
| API Function in VBScript | 17 May 2004 14:58 GMT | 1 |
How to Use the API function from VBScript Example : Declare Function GetUserName Lib "advapi32.dll" Alias "GetUserNameA" Thank
|
| INTERFACE PROBLEM: Hot to Create (ADO) Connection Property For Implementing ? | 17 May 2004 10:49 GMT | 4 |
I am creating interfaces exposed to users, and have big problem: I am unable to create interface for implementation when create any Property with type (interface) from msado15.dll I have return error Bad Interface for implementation: Method doesn't return HRESULT or some other Bad ...
|
| Performance question when reloading a project | 17 May 2004 07:53 GMT | 4 |
There is a command button in my project, which is supposed to restart the whole program when it is pressed. I am thinking of two ways of doing this: 1) (Duryl's suggestion)
|
| ActiveX in DLL | 15 May 2004 23:48 GMT | 3 |
I have a VB ActiveX control (in name only, there is no actual control). I have two servers implemented in ATL; one out-of-proc one in-proc. Using VC - Project/Add To Project/Components and Controls... I add the control to each project which generates the wrapper class. Now to
|
| How to use datasource property of ACTIVEX Control | 15 May 2004 14:27 GMT | 1 |
I have created one compnent to display Employee Information. But using ActiveX wizard i have selected (created) some properties. There is one property declared as Dim m_DataSource As DataSource But this property shows following error....
|
| Can't write to recordset | 14 May 2004 10:38 GMT | 1 |
I just want to add some records to a table! I also posted this to .data.ado newsgroup. I set up a connection OK then I create a recordset and open it using that connection. However, I get an error that the recordset is read-only. So I
|
| How to Kill winword sessions forcibly from VB6 | 13 May 2004 10:00 GMT | 1 |
I have a VB6 dll which uses word 2000 to do mail merge. However, the mail merge hangs if the datasource does not have all the values for the mailmerge fields in the document. It waits for user intervetion to manually remove the mailmerge field. However, I would like to kill ...
|
| (0x8004E025) COM+ Activation failed because an initialization function failed. Check the event log for more information. | 13 May 2004 05:41 GMT | 1 |
I'm having the problem below and so far my search on Google and MSDN hasn't yielded much fruit in the way of an explanation or process of elimination for the problem. I'm hoping you may have come across this one before, and might be able to shed some light.
|
| Looking for a way to embed VB IDE into another VB application? | 11 May 2004 22:24 GMT | 1 |
I want to be able to embed the VB IDE into another VB application, is this possible?
|
| Permission Denied when using CreateObject() | 11 May 2004 17:49 GMT | 1 |
I'm working with an application that uses an ActiveX EXE which has been registered and configured on a server for use as a DCOM component. All clients except for one are able to register to it remotely and use it. The one that cannot is recieving a Permission Denied error when ...
|
| ReadProperty (Object doesn't support this property or method) | 10 May 2004 16:25 GMT | 2 |
<<< I am Using VBScript >> I am using a DLL (Which is Contain the following Code '--------------------------------------------------------------------------- '---------------------------------------------------------------------------
|
| forcing a DLL to unload | 07 May 2004 10:31 GMT | 1 |
Anyone know how to FORCE a DLL to unload (equivalent to END command in an EXE) I know I should be looking for what process is still running in my DLL, but I have several timed functions that may or may not be in the middle of
|