Click here to Skip to main content
15,886,720 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: cannot convert void * to System::Data::DataColumn [modified] Pin
arvindbhateja13-Jul-06 5:00
arvindbhateja13-Jul-06 5:00 
GeneralRe: cannot convert void * to System::Data::DataColumn Pin
Jun Du13-Jul-06 6:02
Jun Du13-Jul-06 6:02 
GeneralRe: cannot convert void * to System::Data::DataColumn Pin
arvindbhateja13-Jul-06 23:45
arvindbhateja13-Jul-06 23:45 
GeneralRe: cannot convert void * to System::Data::DataColumn Pin
Jun Du14-Jul-06 8:38
Jun Du14-Jul-06 8:38 
QuestionMoving the DrawnRectangle with mouse on the Form [modified] Pin
Nagaraju_Focus12-Jul-06 19:36
Nagaraju_Focus12-Jul-06 19:36 
AnswerRe: Moving the DrawnRectangle with mouse on the Form Pin
Jun Du13-Jul-06 2:03
Jun Du13-Jul-06 2:03 
GeneralRe: Moving the DrawnRectangle with mouse on the Form Pin
Nagaraju_Focus13-Jul-06 23:02
Nagaraju_Focus13-Jul-06 23:02 
GeneralRe: Moving the DrawnRectangle with mouse on the Form Pin
Jun Du14-Jul-06 2:10
Jun Du14-Jul-06 2:10 
Nagaraju_Focus wrote:
when I keep the mouse on drawn Rectangle
MouseMove+LeftClickMOuse ,the rectangle should move accordingly


What do you mean "should"? You have to implement this capability manually. Here is what you should do:
1) Identify the mouse events you want link to the rectangle movement and handle these events.
2) In your event handler(s), based on new (x, y) location of your cursor, redraw the screen and rectangle.

Best,
Jun
GeneralRe: Moving the DrawnRectangle with mouse on the Form Pin
Nagaraju_Focus14-Jul-06 20:16
Nagaraju_Focus14-Jul-06 20:16 
GeneralRe: Moving the DrawnRectangle with mouse on the Form [modified] Pin
mertadin21-Jul-06 3:00
mertadin21-Jul-06 3:00 
QuestionC++ .NET Exception Pin
Pavan Rao12-Jul-06 19:21
Pavan Rao12-Jul-06 19:21 
AnswerRe: C++ .NET Exception Pin
Jonathan [Darka]12-Jul-06 21:54
professionalJonathan [Darka]12-Jul-06 21:54 
GeneralRe: C++ .NET Exception Pin
Pavan Rao12-Jul-06 22:56
Pavan Rao12-Jul-06 22:56 
GeneralRe: C++ .NET Exception Pin
Jonathan [Darka]12-Jul-06 22:58
professionalJonathan [Darka]12-Jul-06 22:58 
QuestionReleasing Managed Direct3D Device Pin
kevinFields12-Jul-06 6:16
kevinFields12-Jul-06 6:16 
QuestionThe memory could not be "written". error Pin
Shamnar12-Jul-06 1:57
Shamnar12-Jul-06 1:57 
AnswerRe: The memory could not be "written". error Pin
Jonathan [Darka]12-Jul-06 3:41
professionalJonathan [Darka]12-Jul-06 3:41 
QuestionWindows Forms Pin
mehmetned11-Jul-06 21:58
mehmetned11-Jul-06 21:58 
AnswerRe: Windows Forms Pin
Jonathan [Darka]12-Jul-06 3:59
professionalJonathan [Darka]12-Jul-06 3:59 
GeneralRe: Windows Forms Pin
mehmetned12-Jul-06 4:46
mehmetned12-Jul-06 4:46 
GeneralRe: Windows Forms Pin
Jonathan [Darka]12-Jul-06 5:06
professionalJonathan [Darka]12-Jul-06 5:06 
AnswerRe: Windows Forms Pin
Jun Du12-Jul-06 4:22
Jun Du12-Jul-06 4:22 
Questionmanaged c++ or unmanaged c++ Pin
mehmetned11-Jul-06 21:53
mehmetned11-Jul-06 21:53 
AnswerRe: managed c++ or unmanaged c++ Pin
Jonathan [Darka]12-Jul-06 3:57
professionalJonathan [Darka]12-Jul-06 3:57 
AnswerRe: managed c++ or unmanaged c++ Pin
Jun Du12-Jul-06 4:32
Jun Du12-Jul-06 4:32 

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.