Click here to Skip to main content
15,912,977 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDate-Time Picker Ctrl Checkbox Pin
Ron Ginsberg21-Oct-00 14:57
Ron Ginsberg21-Oct-00 14:57 
GeneralRe: Date-Time Picker Ctrl Checkbox Pin
Kurt23-Oct-00 22:34
Kurt23-Oct-00 22:34 
GeneralRe: Date-Time Picker Ctrl Checkbox Pin
Ron Ginsberg24-Oct-00 16:58
Ron Ginsberg24-Oct-00 16:58 
GeneralMFC ContextMenus Pin
AR21-Oct-00 13:50
AR21-Oct-00 13:50 
GeneralRe: MFC ContextMenus Pin
Chris Losinger23-Oct-00 5:57
professionalChris Losinger23-Oct-00 5:57 
GeneralRemote Data Service Pin
Bashir Irfan Malik21-Oct-00 1:02
Bashir Irfan Malik21-Oct-00 1:02 
GeneralString table Pin
Roger20-Oct-00 6:41
Roger20-Oct-00 6:41 
GeneralRe: String table Pin
Erik Funkenbusch21-Oct-00 22:25
Erik Funkenbusch21-Oct-00 22:25 
What you're asking is not viable really. Remember that string resources are embedded in the executable, thus adding a string at runtime, permanently adds the string to the executable (even if it were possible to add one while another executable is running, which is usually not possible because the file image is locked).

What you probably want to do is simply send a string to another app and have that app display it. You can do this using the WM_COPYDATA message, which you can then add a WM_COPYDATA handler to your application.

GeneralRe: String table Pin
#realJSOP22-Oct-00 1:21
professional#realJSOP22-Oct-00 1:21 
GeneralRe: String table Pin
Roger22-Oct-00 15:21
Roger22-Oct-00 15:21 
GeneralIs there a Visual Studio Compile Option Pin
KayKay20-Oct-00 5:00
KayKay20-Oct-00 5:00 
GeneralRe: Is there a Visual Studio Compile Option Pin
Paolo Messina21-Oct-00 3:35
professionalPaolo Messina21-Oct-00 3:35 
GeneralRe: Is there a Visual Studio Compile Option Pin
Robin23-Oct-00 15:36
Robin23-Oct-00 15:36 
GeneralDifferent Profile Settings using ini Pin
Pedro Rocha20-Oct-00 4:50
Pedro Rocha20-Oct-00 4:50 
GeneralRe: Different Profile Settings using ini Pin
Michael Dunn23-Oct-00 17:56
sitebuilderMichael Dunn23-Oct-00 17:56 
QuestionFree Flowchart Library ??? Pin
F Braem20-Oct-00 2:16
F Braem20-Oct-00 2:16 
AnswerRe: Free Flowchart Library ??? Pin
Member 120896520-Oct-00 4:19
Member 120896520-Oct-00 4:19 
QuestionHow to get the volume bitmap using NT 4.0 Pin
Bernhard Ott19-Oct-00 21:23
Bernhard Ott19-Oct-00 21:23 
GeneralDetecting the close of the printpreview Pin
Simon19-Oct-00 20:13
Simon19-Oct-00 20:13 
QuestionHow to GetWindowText() of an application in another address space? Pin
Eq19-Oct-00 18:52
Eq19-Oct-00 18:52 
AnswerRe: How to GetWindowText() of an application in another address space? Pin
Michael Dunn19-Oct-00 22:00
sitebuilderMichael Dunn19-Oct-00 22:00 
GeneralRe: How to GetWindowText() of an application in another address space? Pin
Eq20-Oct-00 22:50
Eq20-Oct-00 22:50 
QuestionHow to GetWindowText() of application in another address space? Pin
Eq19-Oct-00 18:51
Eq19-Oct-00 18:51 
Questionhow do I obtain E-cash source code? Pin
홍장원19-Oct-00 15:41
홍장원19-Oct-00 15:41 
GeneralControlling 3rd party Software Pin
Wolfram Steinke19-Oct-00 14:39
Wolfram Steinke19-Oct-00 14:39 

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.