Click here to Skip to main content
15,918,742 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMultiline CEdit control question Pin
25-Sep-01 3:25
suss25-Sep-01 3:25 
GeneralRe: Multiline CEdit control question Pin
Tomasz Sowinski25-Sep-01 4:03
Tomasz Sowinski25-Sep-01 4:03 
GeneralRe: Multiline CEdit control question Pin
25-Sep-01 4:19
suss25-Sep-01 4:19 
GeneralRe: Multiline CEdit control question Pin
DanYELL25-Sep-01 4:51
DanYELL25-Sep-01 4:51 
GeneralClasses with resources Pin
Adi Shavit25-Sep-01 3:01
Adi Shavit25-Sep-01 3:01 
GeneralRe: Classes with resources Pin
Tomasz Sowinski25-Sep-01 4:01
Tomasz Sowinski25-Sep-01 4:01 
GeneralRe: Classes with resources Pin
Adi Shavit30-Sep-01 6:00
Adi Shavit30-Sep-01 6:00 
GeneralRe: Classes with resources Pin
Rashid Thadha25-Sep-01 5:46
Rashid Thadha25-Sep-01 5:46 
you can move you resources into a separate resource file (.rc)and the associate header file and create a library from that.

e.g. MyLib.rc and MyLib.h (extracted from resource.rc and resource.h)

then in your project add the rc and header file via

view->resource include..

Add #include "MyLib.rc" to the compile time directive edit box
Add #include "MyLib.h" to Read Only symbol directive edit box


Questionhow to convert from device coordinates into physical coordinates Pin
pathi25-Sep-01 2:59
pathi25-Sep-01 2:59 
AnswerRe: how to convert from device coordinates into physical coordinates Pin
Tomasz Sowinski25-Sep-01 3:59
Tomasz Sowinski25-Sep-01 3:59 
GeneralCHtmlView question Pin
Nick Armstrong25-Sep-01 2:01
Nick Armstrong25-Sep-01 2:01 
GeneralRe: CHtmlView question Pin
Jon25-Sep-01 2:52
Jon25-Sep-01 2:52 
GeneralRe: CHtmlView question Pin
Nick Armstrong25-Sep-01 3:15
Nick Armstrong25-Sep-01 3:15 
QuestionConnection Points between ATL and MFC ?? Pin
Christian Graus25-Sep-01 1:57
protectorChristian Graus25-Sep-01 1:57 
AnswerRe: Connection Points between ATL and MFC ?? Pin
Michael P Butler25-Sep-01 2:32
Michael P Butler25-Sep-01 2:32 
GeneralRe: Connection Points between ATL and MFC ?? Pin
Christian Graus25-Sep-01 2:58
protectorChristian Graus25-Sep-01 2:58 
GeneralQ: Security Attributes on Files Pin
Mark Terrano25-Sep-01 1:27
Mark Terrano25-Sep-01 1:27 
GeneralRe: Q: Security Attributes on Files Pin
Tomasz Sowinski25-Sep-01 1:40
Tomasz Sowinski25-Sep-01 1:40 
GeneralRichEditCtrl Stream CString Pin
Braulio Dez25-Sep-01 0:24
Braulio Dez25-Sep-01 0:24 
GeneralSystem Idle Time Pin
AlanW24-Sep-01 23:07
AlanW24-Sep-01 23:07 
GeneralRe: System Idle Time Pin
Tomasz Sowinski24-Sep-01 23:50
Tomasz Sowinski24-Sep-01 23:50 
GeneralSTL - What is the simplest way to implement this Pin
Jeremy Pullicino24-Sep-01 22:51
Jeremy Pullicino24-Sep-01 22:51 
GeneralRe: STL - What is the simplest way to implement this Pin
Tomasz Sowinski24-Sep-01 23:55
Tomasz Sowinski24-Sep-01 23:55 
GeneralSetCommState hangs in Windows CE Pin
24-Sep-01 21:52
suss24-Sep-01 21:52 
GeneralPrevent from getting Window Handle Pin
NitramR24-Sep-01 21:17
NitramR24-Sep-01 21:17 

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.