Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can any one help me in replacing the picture control with activex control?

I am basically using picture control, but now I want activex control instead to actually highlight the border of the frame other than black, white,grey and Etched.
C++
pWnd = GetDlgItem(IDC_STATIC_ULD_AFT_LEFT);
   pWnd->GetWindowRect(&rectULDAftLeft);
pWnd = GetDlgItem(IDC_STATIC_ULD_AFT_LEFT);
    pWnd->GetWindowRect(&rectULDAftLeft);
Posted
Updated 19-Oct-10 1:50am
v2

1 solution

Do you have an activex control in mind or do you want to create one?
Do place an activex control on a dialog, right click on the dialog and select Insert ActiveX Control.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900