Click here to Skip to main content
15,926,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Making an app single instance Pin
Cool_Dev24-Sep-10 3:04
Cool_Dev24-Sep-10 3:04 
QuestionRe: Making an app single instance Pin
sashoalm24-Sep-10 3:07
sashoalm24-Sep-10 3:07 
AnswerRe: Making an app single instance Pin
Cool_Dev25-Sep-10 20:49
Cool_Dev25-Sep-10 20:49 
AnswerRe: Making an app single instance Pin
David Crow24-Sep-10 3:08
David Crow24-Sep-10 3:08 
QuestionGetActiveView Pin
john563223-Sep-10 21:57
john563223-Sep-10 21:57 
AnswerRe: GetActiveView Pin
Richard MacCutchan23-Sep-10 22:21
mveRichard MacCutchan23-Sep-10 22:21 
QuestionCMyStatic refresh problem Pin
john563223-Sep-10 20:44
john563223-Sep-10 20:44 
AnswerRe: CMyStatic refresh problem Pin
Niklas L23-Sep-10 20:59
Niklas L23-Sep-10 20:59 
From where do you get the strText? The problem might be because the underlying CStatic controls window text is set (and drawn). In your SetText(), you might have to clear this by calling SetWindowText(_T("")).

Depending on what you mean by overlapping, another reason could be that your rectangle isn't large enough to fit the text, in which case you can use the flag DT_CALCRECT to get the size needed.

GeneralRe: CMyStatic refresh problem Pin
john563223-Sep-10 21:06
john563223-Sep-10 21:06 
GeneralRe: CMyStatic refresh problem Pin
Electron Shepherd23-Sep-10 23:18
Electron Shepherd23-Sep-10 23:18 
QuestionRe: CMyStatic refresh problem Pin
Niklas L24-Sep-10 1:36
Niklas L24-Sep-10 1:36 
AnswerRe: CMyStatic refresh problem Pin
S p k 52124-Sep-10 0:28
S p k 52124-Sep-10 0:28 
QuestionT rying to decalare a CArray in side a CMap- CMap<CString,LPCSTR,CArray,&CArray> m_abc; Pin
ptr_Electron23-Sep-10 20:26
ptr_Electron23-Sep-10 20:26 
AnswerRe: T rying to decalare a CArray in side a CMap- CMap m_abc; Pin
Eugen Podsypalnikov23-Sep-10 20:42
Eugen Podsypalnikov23-Sep-10 20:42 
GeneralRe: T rying to decalare a CArray in side a CMap- CMap m_abc; Pin
ptr_Electron23-Sep-10 21:57
ptr_Electron23-Sep-10 21:57 
GeneralRe: T rying to decalare a CArray in side a CMap- CMap m_abc; Pin
Eugen Podsypalnikov23-Sep-10 23:54
Eugen Podsypalnikov23-Sep-10 23:54 
AnswerRe: T rying to decalare a CArray in side a CMap- CMap m_abc; Pin
Maximilien24-Sep-10 2:39
Maximilien24-Sep-10 2:39 
AnswerRe: T rying to decalare a CArray in side a CMap- CMap m_abc; [modified] Pin
Aescleal24-Sep-10 9:14
Aescleal24-Sep-10 9:14 
GeneralRe: T rying to decalare a CArray in side a CMap- CMap m_abc; Pin
Paul Michalik25-Sep-10 0:30
Paul Michalik25-Sep-10 0:30 
GeneralRe: T rying to decalare a CArray in side a CMap- CMap m_abc; Pin
Aescleal25-Sep-10 1:03
Aescleal25-Sep-10 1:03 
QuestionFrameWIndow Creation Problem Pin
ganesh_IT23-Sep-10 18:52
ganesh_IT23-Sep-10 18:52 
AnswerRe: FrameWIndow Creation Problem [modified] Pin
Eugen Podsypalnikov23-Sep-10 20:10
Eugen Podsypalnikov23-Sep-10 20:10 
QuestionRow height of List Ctrl not change when Checkbox option used in List. Pin
Le@rner23-Sep-10 18:44
Le@rner23-Sep-10 18:44 
QuestionHow to convert Time Zone Pin
Parthi_Appu23-Sep-10 12:57
Parthi_Appu23-Sep-10 12:57 
AnswerRe: How to convert Time Zone Pin
Luc Pattyn23-Sep-10 13:10
sitebuilderLuc Pattyn23-Sep-10 13:10 

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.