Click here to Skip to main content
15,914,165 members
Home / Discussions / C#
   

C#

 
AnswerRe: DXF reading and drawing with undo and redo functions in Drawing Editor Pin
mav.northwind28-May-07 19:20
mav.northwind28-May-07 19:20 
Questionsorting grid view Pin
tauras8128-May-07 18:00
tauras8128-May-07 18:00 
AnswerRe: sorting grid view Pin
Sathesh Sakthivel28-May-07 18:05
Sathesh Sakthivel28-May-07 18:05 
QuestionHelp me, please Pin
angelinajoilie28-May-07 17:25
angelinajoilie28-May-07 17:25 
AnswerRe: Help me, please Pin
Sathesh Sakthivel28-May-07 17:58
Sathesh Sakthivel28-May-07 17:58 
QuestionLinux client with Windows Server Pin
islheg28-May-07 9:35
islheg28-May-07 9:35 
QuestionWhat am I missing here??? [modified] Pin
new_phoenix28-May-07 7:55
new_phoenix28-May-07 7:55 
AnswerRe: What am I missing here??? Pin
Guffa28-May-07 8:37
Guffa28-May-07 8:37 
Drag-and-drop isn't used to move controls around, it's used for grabbings something (more or less) imaginary (like the representation of some files in an explorer window), and drag them to a control of some kind.

If you want to move a control around, you should just capture the mouse on MouseDown, move the control on MouseMove and release the mouse on MouseUp. (Actually, I'm not sure if that is the best way of doing it, but it will get you far closer than using drag-and-drop.)

---
single minded; short sighted; long gone;

GeneralRe: What am I missing here??? Pin
new_phoenix2-Jun-07 12:19
new_phoenix2-Jun-07 12:19 
AnswerRe: What am I missing here??? Pin
Guffa2-Jun-07 14:03
Guffa2-Jun-07 14:03 
Questioni have to ask regarding "Report Parameter" Pin
Lucky Hamad28-May-07 7:23
Lucky Hamad28-May-07 7:23 
QuestionRegular Expressions... Pin
simplicitylabs28-May-07 5:55
simplicitylabs28-May-07 5:55 
AnswerRe: Regular Expressions... Pin
J. Dunlap28-May-07 6:28
J. Dunlap28-May-07 6:28 
GeneralRe: Regular Expressions... Pin
simplicitylabs28-May-07 6:48
simplicitylabs28-May-07 6:48 
GeneralRe: Regular Expressions... Pin
J. Dunlap28-May-07 7:16
J. Dunlap28-May-07 7:16 
QuestionRe-Starting an application after self killing (autodestruction) Pin
dannygilbert328-May-07 5:24
dannygilbert328-May-07 5:24 
AnswerRe: Re-Starting an application after self killing (autodestruction) Pin
Dave Herren28-May-07 5:38
Dave Herren28-May-07 5:38 
AnswerRe: Re-Starting an application after self killing (autodestruction) Pin
Giorgi Dalakishvili28-May-07 7:15
mentorGiorgi Dalakishvili28-May-07 7:15 
QuestionSecurity report icons on IE Pin
ilaxi28-May-07 4:29
ilaxi28-May-07 4:29 
AnswerRe: Security report icons on IE Pin
Sathesh Sakthivel28-May-07 4:31
Sathesh Sakthivel28-May-07 4:31 
Questionselect menustrip item by code Pin
hamid_m28-May-07 3:58
hamid_m28-May-07 3:58 
AnswerRe: select menustrip item by code Pin
Seishin#28-May-07 22:44
Seishin#28-May-07 22:44 
QuestionReportViewer.RefreshReport() takes too long time… Pin
anderslundsgard28-May-07 3:56
anderslundsgard28-May-07 3:56 
QuestionADO Paramater Class Pin
Sean Venter28-May-07 3:53
Sean Venter28-May-07 3:53 
QuestionHelp regarding icon of a webpage Pin
anu8128-May-07 3:41
anu8128-May-07 3: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.