Click here to Skip to main content
15,909,827 members
Home / Discussions / C#
   

C#

 
GeneralHelp Regarding Image Transfer Pin
Ali Gohar14-Dec-03 9:24
sussAli Gohar14-Dec-03 9:24 
GeneralRe: Help Regarding Image Transfer Pin
Heath Stewart15-Dec-03 4:18
protectorHeath Stewart15-Dec-03 4:18 
GeneralHeath - Further External Drag Drop Questions Pin
Tristan Rhodes14-Dec-03 6:42
Tristan Rhodes14-Dec-03 6:42 
GeneralRe: Heath - Further External Drag Drop Questions Pin
Nick Parker14-Dec-03 7:22
protectorNick Parker14-Dec-03 7:22 
GeneralRe: Heath - Further External Drag Drop Questions Pin
Tristan Rhodes14-Dec-03 12:10
Tristan Rhodes14-Dec-03 12:10 
GeneralRe: Heath - Further External Drag Drop Questions Pin
Heath Stewart15-Dec-03 4:13
protectorHeath Stewart15-Dec-03 4:13 
GeneralRe: Heath - Further External Drag Drop Questions Pin
Tristan Rhodes15-Dec-03 6:59
Tristan Rhodes15-Dec-03 6:59 
GeneralRe: Heath - Further External Drag Drop Questions Pin
Heath Stewart15-Dec-03 8:27
protectorHeath Stewart15-Dec-03 8:27 
I don't have any examples to give you, but as far as packing information for the selected control, just get the control that is passed as the sender for the MouseUp or MouseDown command. It will probably be easiest if you set a boolean flag in the MouseDown event, then in the MouseMove event do the drag-n-drop code if the boolean flag is set. In the MouseUp event, reset the boolean flag so that just passing over the control with the mouse doesn't begin a drag operation. Understand how drag and drop works will definitely help.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: Heath - Further External Drag Drop Questions Pin
Tristan Rhodes15-Dec-03 8:58
Tristan Rhodes15-Dec-03 8:58 
GeneralRe: Heath - Further External Drag Drop Questions Pin
Heath Stewart15-Dec-03 9:00
protectorHeath Stewart15-Dec-03 9:00 
GeneralRe: Heath - Further External Drag Drop Questions Pin
Tristan Rhodes15-Dec-03 10:15
Tristan Rhodes15-Dec-03 10:15 
GeneralRe: Heath - Further External Drag Drop Questions Pin
J. Dunlap15-Dec-03 11:11
J. Dunlap15-Dec-03 11:11 
GeneralNever mind... Pin
J. Dunlap15-Dec-03 11:14
J. Dunlap15-Dec-03 11:14 
GeneralRe: Never mind... Pin
Tristan Rhodes15-Dec-03 11:16
Tristan Rhodes15-Dec-03 11:16 
GeneralRe: Never mind... Pin
Tristan Rhodes15-Dec-03 11:33
Tristan Rhodes15-Dec-03 11:33 
GeneralRe: Never mind... Pin
J. Dunlap15-Dec-03 11:43
J. Dunlap15-Dec-03 11:43 
GeneralRe: Never mind... Pin
Tristan Rhodes15-Dec-03 11:52
Tristan Rhodes15-Dec-03 11:52 
GeneralRe: Never mind... Pin
J. Dunlap15-Dec-03 11:46
J. Dunlap15-Dec-03 11:46 
GeneralRe: Heath - Further External Drag Drop Questions Pin
Heath Stewart15-Dec-03 11:23
protectorHeath Stewart15-Dec-03 11:23 
GeneralNevermind 2 Pin
Heath Stewart15-Dec-03 11:25
protectorHeath Stewart15-Dec-03 11:25 
GeneralRe: Nevermind 2 Pin
15-Dec-03 11:41
suss15-Dec-03 11:41 
GeneralOutlookbar-style menu interface Pin
G_ULJEE14-Dec-03 0:25
G_ULJEE14-Dec-03 0:25 
GeneralRe: Outlookbar-style menu interface Pin
Nick Parker14-Dec-03 3:31
protectorNick Parker14-Dec-03 3:31 
Generalprinting Pin
caryb13-Dec-03 19:13
caryb13-Dec-03 19:13 
GeneralRe: printing Pin
Heath Stewart14-Dec-03 5:38
protectorHeath Stewart14-Dec-03 5:38 

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.