Click here to Skip to main content
15,919,749 members
Home / Discussions / C#
   

C#

 
GeneralRe: font of selected text of textbox Pin
fatidarya25-Jun-04 22:32
fatidarya25-Jun-04 22:32 
GeneralRe: font of selected text of textbox Pin
Dave Kreskowiak26-Jun-04 17:56
mveDave Kreskowiak26-Jun-04 17:56 
Generalosql.exe Pin
devvvy25-Jun-04 18:41
devvvy25-Jun-04 18:41 
GeneralRe: osql.exe Pin
Heath Stewart26-Jun-04 14:19
protectorHeath Stewart26-Jun-04 14:19 
GeneralRe: osql.exe Pin
Anonymous26-Jun-04 14:41
Anonymous26-Jun-04 14:41 
Generalchange data in C++ dll by C# program Pin
ting66825-Jun-04 17:13
ting66825-Jun-04 17:13 
GeneralRe: change data in C++ dll by C# program Pin
Heath Stewart26-Jun-04 14:13
protectorHeath Stewart26-Jun-04 14:13 
GeneralRe: change data in C++ dll by C# program Pin
ting6687-Jul-04 4:19
ting6687-Jul-04 4:19 
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 data in C++ dll by C# program Pin
Heath Stewart7-Jul-04 4:31
protectorHeath Stewart7-Jul-04 4:31 
GeneralRe: change data in C++ dll by C# program Pin
ting6687-Jul-04 5:21
ting6687-Jul-04 5:21 
GeneralRe: change data in C++ dll by C# program Pin
Heath Stewart7-Jul-04 5:38
protectorHeath Stewart7-Jul-04 5:38 
GeneralRe: change data in C++ dll by C# program Pin
ting6687-Jul-04 15:58
ting6687-Jul-04 15:58 
GeneralRe: change data in C++ dll by C# program Pin
ting6687-Jul-04 15:52
ting6687-Jul-04 15:52 
GeneralRe: change data in C++ dll by C# program Pin
Heath Stewart7-Jul-04 17:02
protectorHeath Stewart7-Jul-04 17:02 
GeneralExtending Windows.Form DataGrid class Pin
ronin177025-Jun-04 16:10
ronin177025-Jun-04 16:10 
GeneralRe: Extending Windows.Form DataGrid class Pin
Heath Stewart26-Jun-04 14:08
protectorHeath Stewart26-Jun-04 14:08 
Questionedit box problem ? Pin
kendao25-Jun-04 14:38
kendao25-Jun-04 14:38 
AnswerRe: edit box problem ? Pin
Dave Kreskowiak25-Jun-04 17:49
mveDave Kreskowiak25-Jun-04 17:49 
GeneralWindows Service that detects domain logons Pin
lnong25-Jun-04 12:54
lnong25-Jun-04 12:54 
GeneralRe: Windows Service that detects domain logons Pin
Dave Kreskowiak25-Jun-04 17:48
mveDave Kreskowiak25-Jun-04 17:48 
GeneralRe: Windows Service that detects domain logons Pin
lnong25-Jun-04 23:01
lnong25-Jun-04 23:01 
GeneralRe: Windows Service that detects domain logons Pin
Dave Kreskowiak26-Jun-04 17:53
mveDave Kreskowiak26-Jun-04 17:53 
GeneralRe: Windows Service that detects domain logons Pin
lnong27-Jun-04 1:46
lnong27-Jun-04 1:46 
GeneralRe: Windows Service that detects domain logons Pin
Dave Kreskowiak27-Jun-04 14:16
mveDave Kreskowiak27-Jun-04 14:16 
Generalpicking random colors Pin
vista2725-Jun-04 12:27
vista2725-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.