Link to home
Start Free TrialLog in
Avatar of sansky_potov
sansky_potov

asked on

How can I create or drag drop a Label in CView

Hi,
I am trying to create an editor, which is similar to the VC++
Dialog resource editior.
I need to have drag-drop and resize features similar to the
resource editor.
Although I can drag-drop and resize images in CView, How
do I handle the text. The text needs to be as a single block.
So I am thinking of using label. I believe its not possible
to do drag and drop on a Dialog ( I hope I am right )
Can someone please tell me what should I do ?
ASKER CERTIFIED SOLUTION
Avatar of sabrog
sabrog

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sansky_potov
sansky_potov

ASKER

please suggest somemore idea