Click here to Skip to main content
15,896,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: about overload : operate new Pin
Joaquín M López Muñoz23-Sep-03 23:55
Joaquín M López Muñoz23-Sep-03 23:55 
GeneralRe: about overload : operate new Pin
1.5kg24-Sep-03 16:56
1.5kg24-Sep-03 16:56 
GeneralRe: about overload : operate new Pin
Joaquín M López Muñoz24-Sep-03 20:04
Joaquín M López Muñoz24-Sep-03 20:04 
GeneralDevice input/output range... Pin
Manikandan23-Sep-03 21:13
Manikandan23-Sep-03 21:13 
Questionimplement resizing code on "Kodak Image Edit ActiveX Control"??? Pin
nsaadyah23-Sep-03 21:11
nsaadyah23-Sep-03 21:11 
AnswerRe: implement resizing code on "Kodak Image Edit ActiveX Control"??? Pin
Marissa18223-Sep-03 21:22
Marissa18223-Sep-03 21:22 
GeneralRe: implement resizing code on "Kodak Image Edit ActiveX Control"??? Pin
nsaadyah23-Sep-03 21:55
nsaadyah23-Sep-03 21:55 
GeneralRe: implement resizing code on "Kodak Image Edit ActiveX Control"??? Pin
Marissa18223-Sep-03 22:06
Marissa18223-Sep-03 22:06 
well first off when dynamicly creating the kodak thing just do this
frame->GetWindowRect(&rect); kodak->MoveWindow(&rect); that way you ensure the kodak is the the same size as the frame on creation you may want to adjust the size slightly its up to you

you could either inherate the frame class and overload its OnLButtonClk message or just use your windows message and use GetCursorPos and just test if its within the frame window and around the permiter then on the OnMouseMove do some work while the user is trying to resize thier thing and then finaly do your resizing in OnLButtonUp

also you can do this without the frame and just use the kodak thing where you would use the frame although i think the frame gives your control something easier to stick to

also if you didnt know you can get your kodak control in functions were its not in scope by doing GetDlgItem(ID_KODAK) same with the frame control
Generaldebug vs release Pin
Marissa18223-Sep-03 20:51
Marissa18223-Sep-03 20:51 
GeneralRe: debug vs release Pin
Abebe23-Sep-03 21:10
Abebe23-Sep-03 21:10 
GeneralRe: debug vs release Pin
Marissa18223-Sep-03 21:14
Marissa18223-Sep-03 21:14 
GeneralRe: debug vs release Pin
Abebe23-Sep-03 21:18
Abebe23-Sep-03 21:18 
GeneralRe: debug vs release Pin
Marissa18223-Sep-03 21:23
Marissa18223-Sep-03 21:23 
GeneralRe: debug vs release Pin
Michael P Butler23-Sep-03 22:00
Michael P Butler23-Sep-03 22:00 
GeneralRe: debug vs release Pin
Marissa18223-Sep-03 22:08
Marissa18223-Sep-03 22:08 
GeneralRe: debug vs release Pin
1.5kg23-Sep-03 22:02
1.5kg23-Sep-03 22:02 
GeneralRemove help button on CPropertySheet Pin
murali_utr23-Sep-03 20:27
murali_utr23-Sep-03 20:27 
GeneralTry this! Pin
Manikandan23-Sep-03 20:59
Manikandan23-Sep-03 20:59 
GeneralCProeperty Page OnOk() Pin
murali_utr23-Sep-03 23:18
murali_utr23-Sep-03 23:18 
Generalor Try this! Pin
Manikandan23-Sep-03 21:02
Manikandan23-Sep-03 21:02 
GeneralRe: or Try this! Pin
murali_utr23-Sep-03 22:20
murali_utr23-Sep-03 22:20 
GeneralRe: Remove help button on CPropertySheet Pin
Member 42425923-Sep-03 21:31
Member 42425923-Sep-03 21:31 
GeneralRe: Remove help button on CPropertySheet Pin
murali_utr23-Sep-03 22:19
murali_utr23-Sep-03 22:19 
GeneralDLL Registeration Issue Pin
fadee23-Sep-03 19:20
fadee23-Sep-03 19:20 
GeneralRe: DLL Registeration Issue Pin
geo_m23-Sep-03 21:09
geo_m23-Sep-03 21:09 

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.