Click here to Skip to main content
15,913,685 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Debug a 6.0.DLL from VS.NET Pin
eddyroth15-Jan-06 21:43
eddyroth15-Jan-06 21:43 
QuestionCListCtrl: Automatic Scroll Down Pin
romuzu13-Jan-06 2:28
romuzu13-Jan-06 2:28 
AnswerRe: CListCtrl: Automatic Scroll Down Pin
kakan13-Jan-06 2:37
professionalkakan13-Jan-06 2:37 
AnswerRe: CListCtrl: Automatic Scroll Down Pin
Rajesh R Subramanian13-Jan-06 18:57
professionalRajesh R Subramanian13-Jan-06 18:57 
GeneralRe: CListCtrl: Automatic Scroll Down Pin
romuzu15-Jan-06 22:38
romuzu15-Jan-06 22:38 
GeneralRe: CListCtrl: Automatic Scroll Down Pin
Rajesh R Subramanian18-Jan-06 23:45
professionalRajesh R Subramanian18-Jan-06 23:45 
QuestionActiveX control popping up a modal dialog Pin
sps-itsec4613-Jan-06 2:17
sps-itsec4613-Jan-06 2:17 
AnswerRe: ActiveX control popping up a modal dialog Pin
sps-itsec4616-Jan-06 5:15
sps-itsec4616-Jan-06 5:15 
alright, found a solution:

problem was that MSDN Q187988[^] was applied sometime before which swallowed all my precious messages using a Windows WH_GETMESSAGE hook.

my quick and dirty solution is to disable the windows hook directly before opening the popup dialog and enable the hook again directly after the popup dialog is closed. everything works fine then and I can finally drag the dialog around... yipeeh! what a pain in the ...! WTF | :WTF:

perhaps there is a smarter solution. if you know one I would be glad for a short post.

regards, mykel

If they give you lined paper, write the other way!
QuestionProblem when inserting items in CListCtrl Icon view Pin
Naveen13-Jan-06 1:42
Naveen13-Jan-06 1:42 
AnswerRe: Problem when inserting items in CListCtrl Icon view Pin
Rajesh R Subramanian13-Jan-06 18:58
professionalRajesh R Subramanian13-Jan-06 18:58 
GeneralRe: Problem when inserting items in CListCtrl Icon view Pin
Naveen13-Jan-06 22:11
Naveen13-Jan-06 22:11 
Questiontemplate Visual Studio 6 to Visual Studio .NET Pin
patgo13-Jan-06 0:54
patgo13-Jan-06 0:54 
GeneralRe: template Visual Studio 6 to Visual Studio .NET Pin
toxcct13-Jan-06 1:07
toxcct13-Jan-06 1:07 
GeneralRe: template Visual Studio 6 to Visual Studio .NET Pin
Rajesh R Subramanian13-Jan-06 1:16
professionalRajesh R Subramanian13-Jan-06 1:16 
GeneralRe: template Visual Studio 6 to Visual Studio .NET Pin
patgo13-Jan-06 1:17
patgo13-Jan-06 1:17 
GeneralRe: template Visual Studio 6 to Visual Studio .NET Pin
Stephen Hewitt14-Jan-06 14:50
Stephen Hewitt14-Jan-06 14:50 
GeneralRe: template Visual Studio 6 to Visual Studio .NET Pin
patgo15-Jan-06 22:16
patgo15-Jan-06 22:16 
GeneralRe: template Visual Studio 6 to Visual Studio .NET Pin
Stephen Hewitt15-Jan-06 22:44
Stephen Hewitt15-Jan-06 22:44 
QuestionAny module to encode and decode from bufferarray with a short time ? Pin
James Duy Trinh (VietDoor)13-Jan-06 0:37
James Duy Trinh (VietDoor)13-Jan-06 0:37 
QuestionCListCtrl: Automatic Scroll- Down Pin
romuzu13-Jan-06 0:27
romuzu13-Jan-06 0:27 
AnswerRe: CListCtrl: Automatic Scroll- Down Pin
Rajesh R Subramanian13-Jan-06 0:37
professionalRajesh R Subramanian13-Jan-06 0:37 
AnswerRe: CListCtrl: Automatic Scroll- Down Pin
khan++13-Jan-06 1:35
khan++13-Jan-06 1:35 
GeneralRe: CListCtrl: Automatic Scroll- Down Pin
Rajesh R Subramanian13-Jan-06 1:48
professionalRajesh R Subramanian13-Jan-06 1:48 
QuestionCan i pass MFC Objects in between thread ? Pin
vikas amin12-Jan-06 23:20
vikas amin12-Jan-06 23:20 
AnswerRe: Can i pass MFC Objects in between thread ? Pin
Owner drawn12-Jan-06 23:31
Owner drawn12-Jan-06 23:31 

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.