Click here to Skip to main content
15,901,505 members
Home / Discussions / COM
   

COM

 
GeneralCOM Server (exe) as a Service Pin
darkbyte26-Jun-04 10:43
darkbyte26-Jun-04 10:43 
GeneralRe: COM Server (exe) as a Service <---- Solved Pin
darkbyte29-Jun-04 1:33
darkbyte29-Jun-04 1:33 
QuestionHow can I rename an NT user using the ADSI? Pin
zzzhouzhou26-Jun-04 5:42
zzzhouzhou26-Jun-04 5:42 
Generalchange the data in C++ dll by C# program Pin
ting66825-Jun-04 17:12
ting66825-Jun-04 17:12 
GeneralRe: change the data in C++ dll by C# program Pin
darkbyte27-Jun-04 4:34
darkbyte27-Jun-04 4:34 
GeneralRe: change the data in C++ dll by C# program Pin
ting66827-Jun-04 20:19
ting66827-Jun-04 20:19 
GeneralRe: change the data in C++ dll by C# program Pin
darkbyte28-Jun-04 1:34
darkbyte28-Jun-04 1:34 
GeneralRe: change the data in C++ dll by C# program Pin
ting6687-Jul-04 4:04
ting6687-Jul-04 4:04 
HI~
I am sure the function work properly.

My situation is that

The dll is loaded will windows startup. The dll is used to so a string on the screen when the windows startup. The string is a variable of the dll. When the dll is loaded, a WM_PAINT message is sent and the OnPaint function is called. The OnPaint function draw the window and text on the screen. I would like to use C# program to make changes to the string so that the screen can show different string dynamically.

I use the code above and try to achieve this result. However, the variable within the extern function is changed but after the function is complete, the string on the screen still not been changed.

So, how to achieve the correct result?
Thanks~
GeneralRe: change the data in C++ dll by C# program Pin
darkbyte7-Jul-04 7:15
darkbyte7-Jul-04 7:15 
GeneralExceptions raised while CoCreateInstance Pin
Anonymous25-Jun-04 3:26
Anonymous25-Jun-04 3:26 
GeneralRe: Exceptions raised while CoCreateInstance Pin
darkbyte27-Jun-04 4:36
darkbyte27-Jun-04 4:36 
General&quot;virtual drive&quot; extension - accesing from &quot;Open File&quot; and System.IO.File API Pin
mr_mark_hewitt24-Jun-04 20:36
mr_mark_hewitt24-Jun-04 20:36 
GeneralRe: &quot;virtual drive&quot; extension - accesing from &quot;Open File&quot; and System.IO.File API Pin
darkbyte27-Jun-04 4:42
darkbyte27-Jun-04 4:42 
QuestionHow do I FULLY unregister a COM+ component programmatically from managed code? Pin
Boyd Campbell24-Jun-04 10:40
Boyd Campbell24-Jun-04 10:40 
AnswerRe: How do I FULLY unregister a COM+ component programmatically from managed code? Pin
darkbyte7-Jul-04 7:18
darkbyte7-Jul-04 7:18 
GeneralRe: How do I FULLY unregister a COM+ component programmatically from managed code? Pin
Boyd Campbell7-Jul-04 11:06
Boyd Campbell7-Jul-04 11:06 
GeneralRe: How do I FULLY unregister a COM+ component programmatically from managed code? Pin
darkbyte7-Jul-04 11:10
darkbyte7-Jul-04 11:10 
GeneralRe: How do I FULLY unregister a COM+ component programmatically from managed code? Pin
Boyd Campbell7-Jul-04 11:12
Boyd Campbell7-Jul-04 11:12 
GeneralRe: How do I FULLY unregister a COM+ component programmatically from managed code? Pin
darkbyte8-Jul-04 2:37
darkbyte8-Jul-04 2:37 
GeneralRe: How do I FULLY unregister a COM+ component programmatically from managed code? Pin
Boyd Campbell8-Jul-04 2:54
Boyd Campbell8-Jul-04 2:54 
GeneralType library that has no coclass Pin
pain23-Jun-04 16:08
pain23-Jun-04 16:08 
GeneralFile Monitor Component Pin
robdillon122-Jun-04 23:19
robdillon122-Jun-04 23:19 
GeneralRe: File Monitor Component Pin
pain23-Jun-04 16:05
pain23-Jun-04 16:05 
GeneralRe: File Monitor Component Pin
robdillon123-Jun-04 20:55
robdillon123-Jun-04 20:55 
GeneralGetting an IXMLDOMDocument on DocumentComplete from an IE Control Pin
zumichu21-Jun-04 12:27
zumichu21-Jun-04 12:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.