Click here to Skip to main content
15,906,335 members
Home / Discussions / C#
   

C#

 
AnswerRe: XML Serialization Pin
J4amieC16-Jul-07 23:36
J4amieC16-Jul-07 23:36 
GeneralRe: XML Serialization Pin
blackjack215017-Jul-07 1:03
blackjack215017-Jul-07 1:03 
QuestionSystem Files in Deployment Pin
RoyRose7816-Jul-07 22:30
RoyRose7816-Jul-07 22:30 
AnswerRe: System Files in Deployment Pin
Colin Angus Mackay16-Jul-07 22:33
Colin Angus Mackay16-Jul-07 22:33 
QuestionRDLC report problem Pin
manoj_ce16-Jul-07 22:17
manoj_ce16-Jul-07 22:17 
QuestionCrystal Report (beginner) Pin
T.EDY16-Jul-07 21:58
T.EDY16-Jul-07 21:58 
Questiondrawing shape that is allowed to drag and drop Pin
cyn816-Jul-07 20:17
cyn816-Jul-07 20:17 
AnswerRe: drawing shape that is allowed to drag and drop Pin
Bert delaVega17-Jul-07 6:18
Bert delaVega17-Jul-07 6:18 
It's a bit complicated, but you have to set properties into two different objects (sender, receiver):

- Allow Drag
- Allow Drop

Basically you want to drag on object (a shape control) into a container that'll accept the object. It's not that simple, but you do need to handle the events that are triggered by the drag/drop event.

There's a lot of articles/projects on this site that go through drag/drop in detail. I'd take a look at some of that code and adapt it to what you're trying to do. Good luck!


QuestionHow to changeIME mode Pin
iprasad00716-Jul-07 19:58
iprasad00716-Jul-07 19:58 
AnswerRe: How to changeIME mode Pin
Eduard Keilholz16-Jul-07 21:55
Eduard Keilholz16-Jul-07 21:55 
GeneralRe: How to changeIME mode Pin
iprasad00717-Jul-07 0:01
iprasad00717-Jul-07 0:01 
AnswerRe: How to changeIME mode Pin
originSH16-Jul-07 22:00
originSH16-Jul-07 22:00 
GeneralRe: How to changeIME mode Pin
iprasad00717-Jul-07 0:11
iprasad00717-Jul-07 0:11 
GeneralRe: How to changeIME mode Pin
originSH17-Jul-07 0:26
originSH17-Jul-07 0:26 
QuestionImages+popup menu Pin
razanabanu16-Jul-07 19:33
razanabanu16-Jul-07 19:33 
AnswerRe: Images+popup menu Pin
Martin#16-Jul-07 19:56
Martin#16-Jul-07 19:56 
GeneralRe: Images+popup menu Pin
razanabanu16-Jul-07 20:52
razanabanu16-Jul-07 20:52 
Questionwriting combo box items Pin
Xmen Real 16-Jul-07 19:26
professional Xmen Real 16-Jul-07 19:26 
AnswerRe: writing combo box items Pin
Martin#16-Jul-07 19:52
Martin#16-Jul-07 19:52 
GeneralRe: writing combo box items Pin
Xmen Real 16-Jul-07 21:07
professional Xmen Real 16-Jul-07 21:07 
JokeRe: writing combo box items Pin
Martin#16-Jul-07 21:17
Martin#16-Jul-07 21:17 
GeneralRe: writing combo box items Pin
Xmen Real 16-Jul-07 22:51
professional Xmen Real 16-Jul-07 22:51 
AnswerRe: writing combo box items Pin
Nouman Bhatti16-Jul-07 19:59
Nouman Bhatti16-Jul-07 19:59 
GeneralRe: writing combo box items Pin
Martin#16-Jul-07 20:04
Martin#16-Jul-07 20:04 
GeneralRe: writing combo box items Pin
Vikram A Punathambekar16-Jul-07 21:41
Vikram A Punathambekar16-Jul-07 21:41 

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.