Click here to Skip to main content
15,917,709 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Linking problem Pin
Dave Bryant8-Jul-03 11:00
Dave Bryant8-Jul-03 11:00 
GeneralRe: Linking problem Pin
Navin8-Jul-03 11:54
Navin8-Jul-03 11:54 
GeneralModal Dailog Box Pin
ppathan8-Jul-03 9:57
ppathan8-Jul-03 9:57 
GeneralRe: Modal Dailog Box Pin
valikac8-Jul-03 10:10
valikac8-Jul-03 10:10 
GeneralRe: Modal Dailog Box Pin
ppathan8-Jul-03 10:21
ppathan8-Jul-03 10:21 
GeneralRe: Modal Dailog Box Pin
Dave Bryant8-Jul-03 10:38
Dave Bryant8-Jul-03 10:38 
GeneralRe: Modal Dailog Box Pin
ppathan8-Jul-03 10:45
ppathan8-Jul-03 10:45 
GeneralRe: Modal Dailog Box Pin
Dave Bryant8-Jul-03 10:56
Dave Bryant8-Jul-03 10:56 
GeneralRe: Modal Dailog Box Pin
Ravi Bhavnani8-Jul-03 11:01
professionalRavi Bhavnani8-Jul-03 11:01 
GeneralRe: Modal Dailog Box Pin
ppathan8-Jul-03 11:08
ppathan8-Jul-03 11:08 
GeneralRe: Modal Dailog Box Pin
Ravi Bhavnani8-Jul-03 11:14
professionalRavi Bhavnani8-Jul-03 11:14 
GeneralRe: Modal Dailog Box Pin
Ryan Binns8-Jul-03 17:02
Ryan Binns8-Jul-03 17:02 
GeneralNeed CEditView source code or Example Pin
Anonymous8-Jul-03 9:36
Anonymous8-Jul-03 9:36 
GeneralRe: Need CEditView source code or Example Pin
David Crow8-Jul-03 9:44
David Crow8-Jul-03 9:44 
GeneralControls losing focus Pin
PaulFrazee8-Jul-03 8:31
PaulFrazee8-Jul-03 8:31 
GeneralRestricting resizing of controlbars Pin
electronicman_x8-Jul-03 8:08
electronicman_x8-Jul-03 8:08 
GeneralRe: Restricting resizing of controlbars Pin
David Crow8-Jul-03 9:54
David Crow8-Jul-03 9:54 
GeneralRe: Restricting resizing of controlbars Pin
electronicman_x8-Jul-03 10:36
electronicman_x8-Jul-03 10:36 
GeneralModeless Child Dialog Pin
Daishy8-Jul-03 8:00
Daishy8-Jul-03 8:00 
Hi Everybody,
I've spend some time trying to attach a dialog to winamp 2.xx(like the Plugins for winamp). It's not a Plugindll, but an indipendent exefile. I've tried to do it with;

HWND m_hWinamp = FindWindow("Winamp v1.x",NULL); //Find Winamp
CWnd pWin;pWin.m_hWnd = m_hWinamp; //(Is this possible?) I've tried to generate a CWnd for the Createfunction

//this code is for making the modeless Dialog
CTestDlg *dlg = new CTestDlg;
dlg->Create(IDD_TEST_DIALOG, &pWin);
dlg->ShowWindow(SW_SHOWNORMAL);

But i get an abnormal program termination in the dlg->Create(IDD_xyz, &pWin) line as i run the program. Is it after all possible to attach my own window to an other program, or is there another, better way to something like that?
Thanks for your help! I hope i've explained it clearly Smile | :)
GeneralRe: Modeless Child Dialog Pin
Magnus Westin8-Jul-03 8:14
Magnus Westin8-Jul-03 8:14 
GeneralRe: Modeless Child Dialog Pin
Daishy10-Jul-03 3:38
Daishy10-Jul-03 3:38 
GeneralRecent File List (MRU) Pin
Rome Singh8-Jul-03 7:26
Rome Singh8-Jul-03 7:26 
GeneralRe: Recent File List (MRU) Pin
David Crow8-Jul-03 7:34
David Crow8-Jul-03 7:34 
GeneralRe: Recent File List (MRU) Pin
Rome Singh8-Jul-03 7:45
Rome Singh8-Jul-03 7:45 
QuestionEveryone has STUpload source code in MCSD C++ Kit? Pin
Anonymous8-Jul-03 7:06
Anonymous8-Jul-03 7:06 

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.