Click here to Skip to main content
15,909,829 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Debug a 6.0.DLL from VS.NET Pin
Chris Losinger13-Jan-06 7:32
professionalChris Losinger13-Jan-06 7:32 
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 
Hi!

I have a strange problem: I want to pop-up a (modal) dialog from an ActiveX control which is a MDI child. I created the dialog and it pops up as regularly using DoModal. I can click around and use the dialog until I don't click the title bar e.g. in order to drag the dialog around. If I do so the dialog freezes the mouse input and I can only navigate through the dialog via keyboard.

Using Spy++ I checked the message queue. When I click on the title bar a WM_SYSCOMMAND (WPARAM: SC_MOVE) is sent and that's it. Message queue hangs. All I can do is navigating by keyboard or Alt+Tab away from and back to the dialog. Then I can use the mouse again. Surely without clicking on the title bar.

I googled for the problem and saw that some people have the same problem but there is no real solution for it. Somebody proposed to surround DoModal with PreModalDialog/PostModalDialog which didn't change anything.

Is it possible that some ActiveX events are missing that need to be routed to the control? I'm out of ideas anyway... Frown | :(
Thanks for your help.


Regards, mykel


If they give you lined paper, write the other way!
AnswerRe: ActiveX control popping up a modal dialog Pin
sps-itsec4616-Jan-06 5:15
sps-itsec4616-Jan-06 5:15 
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 

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.