Click here to Skip to main content
15,902,745 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to get private key from a file (not from a keystore) to sign data ? Pin
Richard MacCutchan4-Feb-13 22:20
mveRichard MacCutchan4-Feb-13 22:20 
GeneralRe: how to get private key from a file (not from a keystore) to sign data ? Pin
IICTECH4-Feb-13 23:44
IICTECH4-Feb-13 23:44 
GeneralRe: how to get private key from a file (not from a keystore) to sign data ? Pin
Richard MacCutchan4-Feb-13 23:58
mveRichard MacCutchan4-Feb-13 23:58 
GeneralRe: how to get private key from a file (not from a keystore) to sign data ? Pin
Graham Breach5-Feb-13 3:57
Graham Breach5-Feb-13 3:57 
QuestionPop up window from a dialog based application Pin
Member 80516113-Feb-13 23:46
Member 80516113-Feb-13 23:46 
AnswerRe: Pop up window from a dialog based application Pin
Richard MacCutchan4-Feb-13 0:21
mveRichard MacCutchan4-Feb-13 0:21 
GeneralRe: Pop up window from a dialog based application Pin
Member 80516114-Feb-13 0:55
Member 80516114-Feb-13 0:55 
GeneralRe: Pop up window from a dialog based application Pin
Richard MacCutchan4-Feb-13 2:34
mveRichard MacCutchan4-Feb-13 2:34 
GeneralRe: Pop up window from a dialog based application Pin
Member 80516114-Feb-13 19:19
Member 80516114-Feb-13 19:19 
GeneralRe: Pop up window from a dialog based application Pin
Richard MacCutchan4-Feb-13 22:17
mveRichard MacCutchan4-Feb-13 22:17 
GeneralRe: Pop up window from a dialog based application Pin
Member 80516114-Feb-13 23:59
Member 80516114-Feb-13 23:59 
GeneralRe: Pop up window from a dialog based application Pin
Richard MacCutchan5-Feb-13 0:04
mveRichard MacCutchan5-Feb-13 0:04 
GeneralRe: Pop up window from a dialog based application Pin
Member 80516115-Feb-13 1:03
Member 80516115-Feb-13 1:03 
GeneralRe: Pop up window from a dialog based application Pin
Richard MacCutchan5-Feb-13 1:33
mveRichard MacCutchan5-Feb-13 1:33 
GeneralRe: Pop up window from a dialog based application Pin
Member 80516115-Feb-13 17:47
Member 80516115-Feb-13 17:47 
GeneralRe: Pop up window from a dialog based application Pin
Richard MacCutchan5-Feb-13 21:10
mveRichard MacCutchan5-Feb-13 21:10 
GeneralRe: Pop up window from a dialog based application Pin
Member 80516116-Feb-13 22:45
Member 80516116-Feb-13 22:45 
Dear Richard,
I am attempting what you have suggested. But I am curious how to open a pop-up window from the SDI application(CWinapp1+CDocument1+CFrameWnd1+CScrollView1) which shows the first image. The pop-up window (CWinapp2+CDocument2+CFrameWnd2+CScrollView2) which corresponds to grating/second image has to be displayed from CSrollview1::OnLButtonDown. If I can do that, it would save me a lot of effort. But I don't know how to do it. In CSrollview1 I tried
....
AddDocTemplate(pDocTemplate2);//corresponding to 2nd document
.....
m_pMainWnd->ShowWindow(SW_SHOW);
m_pMainWnd->UpdateWindow();
but it didn't work that way. Please guide me. Thanks very much,
-DJ
GeneralRe: Pop up window from a dialog based application Pin
Richard MacCutchan6-Feb-13 23:43
mveRichard MacCutchan6-Feb-13 23:43 
GeneralRe: Pop up window from a dialog based application Pin
Member 80516117-Feb-13 0:29
Member 80516117-Feb-13 0:29 
GeneralRe: Pop up window from a dialog based application Pin
Richard MacCutchan7-Feb-13 0:50
mveRichard MacCutchan7-Feb-13 0:50 
GeneralRe: Pop up window from a dialog based application Pin
Member 805161111-Feb-13 19:55
Member 805161111-Feb-13 19:55 
GeneralRe: Pop up window from a dialog based application Pin
Member 80516115-Feb-13 19:33
Member 80516115-Feb-13 19:33 
AnswerRe: Pop up window from a dialog based application Pin
Albert Holguin4-Feb-13 12:18
professionalAlbert Holguin4-Feb-13 12:18 
QuestionHow to Implement Drag & Drop feature for Imagesin MFC.? Pin
mbatra313-Feb-13 19:17
mbatra313-Feb-13 19:17 
AnswerRe: How to Implement Drag & Drop feature for Imagesin MFC.? Pin
Jochen Arndt3-Feb-13 21:46
professionalJochen Arndt3-Feb-13 21:46 

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.