Modify the dialog look. + Accessing info.
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Question 1. I am not able to set CLIENT_EDGE for the dialog programmatically. I used modifyEx() to set the style. But this did not work. Can any one tell how to go abt to get this done. Qusestion 2. I have written a DLL, in which a variable of type CString is set to some value. Setting the value for the variable is through an exe. This exe also displays the value of the string. Can i display the value of the variable in the second instance of the exe i,e i have an exe by name Display.exe, i will run this Display.exe and set the value for the string. Again i will run another Dispaly.exe(Now i will have two similar exe on my desktop.) through which i want to display the contents of the string. I should use thread for this. Srinath