Click here to Skip to main content
15,890,557 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: LOGFONT Pin
«_Superman_»28-Jul-09 4:18
professional«_Superman_»28-Jul-09 4:18 
GeneralRe: LOGFONT Pin
kumar sanghvi28-Jul-09 4:55
kumar sanghvi28-Jul-09 4:55 
QuestionStrange error in CDatabase::Close()??? Pin
Arrin28-Jul-09 3:52
Arrin28-Jul-09 3:52 
AnswerRe: Strange error in CDatabase::Close()??? Pin
«_Superman_»28-Jul-09 4:00
professional«_Superman_»28-Jul-09 4:00 
GeneralRe: Strange error in CDatabase::Close()??? Pin
Arrin28-Jul-09 4:03
Arrin28-Jul-09 4:03 
QuestionWindow TopMost window on top??? Pin
Arrin28-Jul-09 3:39
Arrin28-Jul-09 3:39 
AnswerRe: Window TopMost window on top??? Pin
«_Superman_»28-Jul-09 3:51
professional«_Superman_»28-Jul-09 3:51 
AnswerRe: Window TopMost window on top??? Pin
john john mackey28-Jul-09 11:37
john john mackey28-Jul-09 11:37 
I may have had a similar problem back several months ago. I have a modeless PropertySheet (a modeless tabbed dialog window) separate from my main Doc-View window.

I created my modeless PropertySheet window:
<br />
// Modeless property sheet - with parent window as such and call to SetWindowPos() allows for property sheet to be on top<br />
m_pSettings->Create(this, WS_SYSMENU | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | DS_MODALFRAME | DS_CONTEXTHELP, WS_EX_DLGMODALFRAME);<br />
m_pSettings->SetWindowPos(this,0,0,0,0,SWP_NOMOVE | SWP_NOSIZE);<br />


I do recall that there was something special to this (modeless property sheet) and the peeps here helped me out!
QuestionThreading STL Queue Pin
RS.Ratheesh28-Jul-09 1:40
RS.Ratheesh28-Jul-09 1:40 
QuestionRe: Threading STL Queue Pin
CPallini28-Jul-09 1:43
mveCPallini28-Jul-09 1:43 
AnswerRe: Threading STL Queue Pin
RS.Ratheesh28-Jul-09 2:02
RS.Ratheesh28-Jul-09 2:02 
GeneralRe: Threading STL Queue Pin
CPallini28-Jul-09 2:38
mveCPallini28-Jul-09 2:38 
AnswerRe: Threading STL Queue Pin
Maximilien28-Jul-09 3:16
Maximilien28-Jul-09 3:16 
NewsMessage Closed Pin
28-Jul-09 1:04
Dane Marcelo28-Jul-09 1:04 
GeneralRe: CppDepend: C++ tool for architect Pin
Garth J Lancaster28-Jul-09 1:24
professionalGarth J Lancaster28-Jul-09 1:24 
QuestionRe: CppDepend: C++ tool for architect Pin
CPallini28-Jul-09 1:44
mveCPallini28-Jul-09 1:44 
AnswerRe: CppDepend: C++ tool for architect Pin
Dane Marcelo28-Jul-09 5:04
Dane Marcelo28-Jul-09 5:04 
GeneralRe: [Message Deleted] Pin
ThatsAlok28-Jul-09 23:35
ThatsAlok28-Jul-09 23:35 
QuestionHow can get crashing locations of exe? Pin
Le@rner28-Jul-09 0:57
Le@rner28-Jul-09 0:57 
AnswerRe: How can get crashing locations of exe? Pin
Iain Clarke, Warrior Programmer28-Jul-09 2:26
Iain Clarke, Warrior Programmer28-Jul-09 2:26 
AnswerRe: How can get crashing locations of exe? Pin
_AnsHUMAN_ 28-Jul-09 2:32
_AnsHUMAN_ 28-Jul-09 2:32 
AnswerRe: How can get crashing locations of exe? Pin
«_Superman_»28-Jul-09 3:45
professional«_Superman_»28-Jul-09 3:45 
AnswerRe: How can get crashing locations of exe? Pin
Randor 28-Jul-09 5:43
professional Randor 28-Jul-09 5:43 
QuestionSTL Queue in MFC Pin
RS.Ratheesh28-Jul-09 0:53
RS.Ratheesh28-Jul-09 0:53 
AnswerRe: STL Queue in MFC Pin
Garth J Lancaster28-Jul-09 1:20
professionalGarth J Lancaster28-Jul-09 1:20 

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.