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

C / C++ / MFC

 
GeneralRe: Calling C++ functions from C Pin
Stormwind28-Apr-03 16:15
Stormwind28-Apr-03 16:15 
GeneralMDI Child Windows Help Pin
Steven M Hunt27-Apr-03 12:41
Steven M Hunt27-Apr-03 12:41 
GeneralRe: MDI Child Windows Help Pin
Neville Franks28-Apr-03 0:18
Neville Franks28-Apr-03 0:18 
GeneralRe: MDI Child Windows Help Pin
Hans Dietrich28-Apr-03 0:27
mentorHans Dietrich28-Apr-03 0:27 
GeneralProblem with linking Pin
sjcomp27-Apr-03 10:35
sjcomp27-Apr-03 10:35 
GeneralRe: Problem with linking Pin
Dave Bryant27-Apr-03 11:01
Dave Bryant27-Apr-03 11:01 
GeneralRe: Problem with linking Pin
sjcomp27-Apr-03 12:35
sjcomp27-Apr-03 12:35 
General3D perspective: zoom to extent Pin
Bartosz Bien27-Apr-03 10:10
Bartosz Bien27-Apr-03 10:10 
GeneralHelp Pin
th3kill3r27-Apr-03 7:16
th3kill3r27-Apr-03 7:16 
GeneralRe: Help Pin
th3kill3r27-Apr-03 7:17
th3kill3r27-Apr-03 7:17 
GeneralRe: Help Pin
Nish Nishant27-Apr-03 7:27
sitebuilderNish Nishant27-Apr-03 7:27 
GeneralRe: Help Pin
Kuniva27-Apr-03 7:46
Kuniva27-Apr-03 7:46 
GeneralRe: Help Pin
Anonymous28-Apr-03 11:56
Anonymous28-Apr-03 11:56 
GeneralRe: Help Pin
Kuniva29-Apr-03 4:49
Kuniva29-Apr-03 4:49 
GeneralSSL - i don't fully get the concept Pin
Kuniva27-Apr-03 7:15
Kuniva27-Apr-03 7:15 
GeneralRe: SSL - i don't fully get the concept Pin
Nish Nishant27-Apr-03 7:31
sitebuilderNish Nishant27-Apr-03 7:31 
GeneralRe: SSL - i don't fully get the concept Pin
Kuniva27-Apr-03 7:42
Kuniva27-Apr-03 7:42 
GeneralRe: SSL - i don't fully get the concept Pin
Felix Gartsman27-Apr-03 8:29
Felix Gartsman27-Apr-03 8:29 
GeneralPass IStream in Image Class Pin
Emiliano27-Apr-03 4:53
Emiliano27-Apr-03 4:53 
GeneralRe: Pass IStream in Image Class Pin
MAAK28-Apr-03 11:38
MAAK28-Apr-03 11:38 
GeneralCell Manipulation in CListCtrl Pin
ttohme27-Apr-03 4:04
ttohme27-Apr-03 4:04 
GeneralRe: Cell Manipulation in CListCtrl Pin
Stormwind27-Apr-03 17:02
Stormwind27-Apr-03 17:02 
GeneralRe: Cell Manipulation in CListCtrl Pin
basementman28-Apr-03 4:43
basementman28-Apr-03 4:43 
QuestionCan we customize the title bar buttons of a window? Pin
Abin27-Apr-03 3:48
Abin27-Apr-03 3:48 
AnswerRe: Can we customize the title bar buttons of a window? Pin
basementman28-Apr-03 4:46
basementman28-Apr-03 4:46 
The only way that I know of to do this is to trap the WM_NCPAINT and do one of two things:
1) call the default handler and then paint over the [X] button with your own widget
2) take total control over painting the window frame yourself.

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.