Click here to Skip to main content
15,888,100 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: CListCtrl::FindItem use find item in 1 column,How can i use this for finding other than first column? Pin
Kushagra Tiwari9-Oct-09 20:32
Kushagra Tiwari9-Oct-09 20:32 
AnswerRe: CListCtrl::FindItem use find item in 1 column,How can i use this for finding other than first column? Pin
David Crow10-Oct-09 4:26
David Crow10-Oct-09 4:26 
Questionsearch problems - to master of the forum Pin
includeh109-Oct-09 18:01
includeh109-Oct-09 18:01 
AnswerRe: search problems - to master of the forum Pin
Rajesh R Subramanian9-Oct-09 18:16
professionalRajesh R Subramanian9-Oct-09 18:16 
GeneralRe: search problems - to master of the forum Pin
includeh109-Oct-09 18:24
includeh109-Oct-09 18:24 
GeneralRe: search problems - to master of the forum Pin
Rajesh R Subramanian9-Oct-09 18:44
professionalRajesh R Subramanian9-Oct-09 18:44 
Questionshow and hide CWebBrowser2 Pin
includeh109-Oct-09 17:37
includeh109-Oct-09 17:37 
AnswerRe: show and hide CWebBrowser2 Pin
Chandu Bhaskara9-Dec-11 2:04
Chandu Bhaskara9-Dec-11 2:04 
i got a similar problem, and wanted to record the work around i did to acheive this. hope the OP must have got the solution for this problem by now.

i observed that, when we hide the CWebbrowser2 object, its hwnd is getting desroyed, and hence is throwing a crash, when tried to show it back.

there are two possible workarounds.

1.make its position as 0,0,0,0, using move window-to hide it. and revert its actual position back when you want to hide it.
ctlWebBrowserM.SetWindowPos(NULL,0,0,0,0,SWP_SHOWWINDOW);

2.create a pointer variable, when you wanted to show it, and display it. and then delete the pointer accordingly, when you want to hide it.
QuestionDifference between applying break points and not applying Pin
prithaa9-Oct-09 16:26
prithaa9-Oct-09 16:26 
AnswerRe: Difference between applying break points and not applying Pin
includeh109-Oct-09 18:18
includeh109-Oct-09 18:18 
GeneralRe: Difference between applying break points and not applying Pin
prithaa11-Oct-09 4:30
prithaa11-Oct-09 4:30 
QuestionUnable to run an executable from command prompt in MFC Pin
Kiran Satish9-Oct-09 12:39
Kiran Satish9-Oct-09 12:39 
QuestionRe: Unable to run an executable from command prompt in MFC Pin
David Crow9-Oct-09 17:20
David Crow9-Oct-09 17:20 
AnswerRe: Unable to run an executable from command prompt in MFC Pin
Kiran Satish9-Oct-09 17:37
Kiran Satish9-Oct-09 17:37 
QuestionRe: Unable to run an executable from command prompt in MFC Pin
David Crow10-Oct-09 4:22
David Crow10-Oct-09 4:22 
QuestionConverting Jultion Date/Time to Normal Calender Date & Time Pin
dipuks9-Oct-09 11:50
dipuks9-Oct-09 11:50 
AnswerRe: Converting Jultion Date/Time to Normal Calender Date & Time Pin
David Crow9-Oct-09 17:16
David Crow9-Oct-09 17:16 
AnswerRe: Converting Jultion Date/Time to Normal Calender Date & Time Pin
Richard MacCutchan9-Oct-09 22:55
mveRichard MacCutchan9-Oct-09 22:55 
QuestionWant to know about storing the output of FindFirstFile() and FindNextFile() in an array Pin
WindowsVsLinux9-Oct-09 9:40
WindowsVsLinux9-Oct-09 9:40 
AnswerRe: Want to know about storing the output of FindFirstFile() and FindNextFile() in an array Pin
includeh109-Oct-09 18:12
includeh109-Oct-09 18:12 
GeneralRe: Want to know about storing the output of FindFirstFile() and FindNextFile() in an array Pin
WindowsVsLinux9-Oct-09 19:55
WindowsVsLinux9-Oct-09 19:55 
GeneralRe: Want to know about storing the output of FindFirstFile() and FindNextFile() in an array Pin
Richard MacCutchan9-Oct-09 23:04
mveRichard MacCutchan9-Oct-09 23:04 
GeneralRe: Want to know about storing the output of FindFirstFile() and FindNextFile() in an array Pin
WindowsVsLinux9-Oct-09 23:49
WindowsVsLinux9-Oct-09 23:49 
GeneralRe: Want to know about storing the output of FindFirstFile() and FindNextFile() in an array Pin
Richard MacCutchan10-Oct-09 0:15
mveRichard MacCutchan10-Oct-09 0:15 
GeneralIs there any way to store the output of FindFirstFile() and FindNextFile() in an array Pin
WindowsVsLinux10-Oct-09 23:21
WindowsVsLinux10-Oct-09 23:21 

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.