Click here to Skip to main content
15,892,480 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionSwitch Desktop Pin
Nishad S7-Nov-05 17:59
Nishad S7-Nov-05 17:59 
QuestionDumb Puzzling CFileDialog Error Pin
LighthouseJ7-Nov-05 17:04
LighthouseJ7-Nov-05 17:04 
AnswerRe: Dumb Puzzling CFileDialog Error Pin
Bob Ciora8-Nov-05 1:25
Bob Ciora8-Nov-05 1:25 
GeneralRe: Dumb Puzzling CFileDialog Error Pin
LighthouseJ8-Nov-05 5:25
LighthouseJ8-Nov-05 5:25 
QuestionError 10091 in socket program Pin
vani_bel7-Nov-05 16:38
vani_bel7-Nov-05 16:38 
AnswerRe: Error 10091 in socket program Pin
John R. Shaw7-Nov-05 17:37
John R. Shaw7-Nov-05 17:37 
QuestionSystem menu and Notify Icon Menu Pin
Nibu babu thomas7-Nov-05 16:36
Nibu babu thomas7-Nov-05 16:36 
AnswerRe: System menu and Notify Icon Menu Pin
douglasjordan7-Nov-05 17:56
douglasjordan7-Nov-05 17:56 
Try this:
// when you recieve the click notification
PostMessage(myhwnd, WM_SYSCOMMAND, 0xF093, yx);
// where myhwnd is the hwnd of your application window and
// yx has the menu x position in the lower word and y in the upper word.


QuestionDirectShow release of GraphBuilder Pin
douglasjordan7-Nov-05 15:44
douglasjordan7-Nov-05 15:44 
QuestionHexadecimal editor Pin
samkook7-Nov-05 15:02
samkook7-Nov-05 15:02 
AnswerRe: Hexadecimal editor Pin
Christian Graus7-Nov-05 15:07
protectorChristian Graus7-Nov-05 15:07 
AnswerRe: Hexadecimal editor Pin
Chris Losinger7-Nov-05 15:11
professionalChris Losinger7-Nov-05 15:11 
AnswerRe: Hexadecimal editor Pin
John R. Shaw7-Nov-05 15:55
John R. Shaw7-Nov-05 15:55 
GeneralRe: Hexadecimal editor Pin
samkook7-Nov-05 16:10
samkook7-Nov-05 16:10 
GeneralRe: Hexadecimal editor Pin
John R. Shaw7-Nov-05 17:06
John R. Shaw7-Nov-05 17:06 
AnswerRe: Hexadecimal editor Pin
LighthouseJ7-Nov-05 17:10
LighthouseJ7-Nov-05 17:10 
GeneralRe: Hexadecimal editor Pin
John R. Shaw7-Nov-05 17:49
John R. Shaw7-Nov-05 17:49 
AnswerRe: Hexadecimal editor Pin
samkook7-Nov-05 18:29
samkook7-Nov-05 18:29 
QuestionRemove all breakpoint Pin
bobi_zcl7-Nov-05 13:42
bobi_zcl7-Nov-05 13:42 
AnswerRe: Remove all breakpoint Pin
Christian Graus7-Nov-05 13:49
protectorChristian Graus7-Nov-05 13:49 
GeneralRe: Remove all breakpoint Pin
John R. Shaw7-Nov-05 16:20
John R. Shaw7-Nov-05 16:20 
GeneralRe: Remove all breakpoint Pin
Christian Graus7-Nov-05 16:23
protectorChristian Graus7-Nov-05 16:23 
GeneralRe: Remove all breakpoint Pin
John R. Shaw7-Nov-05 17:18
John R. Shaw7-Nov-05 17:18 
GeneralRe: Remove all breakpoint Pin
kakan7-Nov-05 19:17
professionalkakan7-Nov-05 19:17 
GeneralRe: Remove all breakpoint Pin
John R. Shaw9-Nov-05 20:37
John R. Shaw9-Nov-05 20:37 

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.