Click here to Skip to main content
15,885,309 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: need help: image coordinates(x,y) in opencv with mfc Pin Pin
Richard MacCutchan2-Jul-12 0:31
mveRichard MacCutchan2-Jul-12 0:31 
GeneralRe: need help: image coordinates(x,y) in opencv with mfc Pin Pin
jawadali4772-Jul-12 1:38
jawadali4772-Jul-12 1:38 
GeneralRe: need help: image coordinates(x,y) in opencv with mfc Pin Pin
Richard MacCutchan2-Jul-12 6:40
mveRichard MacCutchan2-Jul-12 6:40 
GeneralRe: need help: image coordinates(x,y) in opencv with mfc Pin Pin
jawadali4772-Jul-12 17:53
jawadali4772-Jul-12 17:53 
GeneralRe: need help: image coordinates(x,y) in opencv with mfc Pin Pin
Richard MacCutchan2-Jul-12 21:17
mveRichard MacCutchan2-Jul-12 21:17 
GeneralRe: need help: image coordinates(x,y) in opencv with mfc Pin Pin
jawadali4775-Jul-12 0:49
jawadali4775-Jul-12 0:49 
GeneralRe: need help: image coordinates(x,y) in opencv with mfc Pin Pin
Richard MacCutchan5-Jul-12 2:28
mveRichard MacCutchan5-Jul-12 2:28 
QuestionGet Current View in SDI Pin
D.Manivelan1-Jul-12 18:40
D.Manivelan1-Jul-12 18:40 
I am developing a application in MDI which contains few child windows.
And also i want few windows which is not attached to CMainframe.So i created new class derived from CFrameWnd.
C++
pTagSummaryTemplate = new CSingleDocTemplate(
		IDR_MAINFRAME,
		RUNTIME_CLASS(CHarmonyDoc),
		RUNTIME_CLASS(CFrameWnd),       // main SDI frame window
		RUNTIME_CLASS(CTagSummary));
	AddDocTemplate(pTagSummaryTemplate);


And also each window has to updated frequently and im doing this by uisng below code for MDI childwindows from CMainframe
C++
CMDIChildWnd *fChWnd = GetActivePanelWnd();
if(fChWnd->GetSafeHwnd())
{
CView *curView = ((CView *)fChWnd->GetActiveView());
if(curView)
{
((COverView *)curView)->UpdatePanel();
}
}

But for SDI, i dont know how to get activeview(Current active view of SDI)So pls help me.
AnswerRe: Get Current View in SDI Pin
Richard MacCutchan1-Jul-12 22:14
mveRichard MacCutchan1-Jul-12 22:14 
GeneralRe: Get Current View in SDI Pin
krmed2-Jul-12 0:48
krmed2-Jul-12 0:48 
GeneralRe: Get Current View in SDI Pin
Richard MacCutchan2-Jul-12 0:53
mveRichard MacCutchan2-Jul-12 0:53 
QuestionCalling a member class implicitly Pin
ForNow1-Jul-12 3:36
ForNow1-Jul-12 3:36 
GeneralRe: Calling a member class implicitly Pin
Richard MacCutchan1-Jul-12 6:16
mveRichard MacCutchan1-Jul-12 6:16 
GeneralRe: Calling a member class implicitly Pin
ForNow1-Jul-12 6:30
ForNow1-Jul-12 6:30 
GeneralRe: Calling a member class implicitly Pin
Richard MacCutchan1-Jul-12 6:43
mveRichard MacCutchan1-Jul-12 6:43 
GeneralRe: Calling a member class implicitly Pin
ForNow1-Jul-12 9:46
ForNow1-Jul-12 9:46 
GeneralRe: Calling a member class implicitly Pin
enhzflep1-Jul-12 8:08
enhzflep1-Jul-12 8:08 
AnswerRe: Calling a member class implicitly Pin
Albert Holguin1-Jul-12 12:46
professionalAlbert Holguin1-Jul-12 12:46 
GeneralRe: Calling a member class implicitly Pin
ForNow1-Jul-12 13:23
ForNow1-Jul-12 13:23 
AnswerRe: Calling a member class implicitly Pin
Albert Holguin1-Jul-12 13:40
professionalAlbert Holguin1-Jul-12 13:40 
GeneralRe: Calling a member class implicitly Pin
ForNow1-Jul-12 15:06
ForNow1-Jul-12 15:06 
GeneralRe: Calling a member class implicitly Pin
Albert Holguin2-Jul-12 4:30
professionalAlbert Holguin2-Jul-12 4:30 
QuestionFtp : how to know downloading data is completed? Pin
includeh101-Jul-12 2:15
includeh101-Jul-12 2:15 
AnswerRe: Ftp : how to know downloading data is completed? Pin
Richard MacCutchan1-Jul-12 6:13
mveRichard MacCutchan1-Jul-12 6:13 
AnswerRe: Ftp : how to know downloading data is completed? Pin
Jochen Arndt1-Jul-12 22:36
professionalJochen Arndt1-Jul-12 22:36 

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.