Click here to Skip to main content
15,899,026 members
Home / Discussions / C#
   

C#

 
GeneralRe: TextChanged vs Click Pin
realmontanakid8-Dec-04 5:19
realmontanakid8-Dec-04 5:19 
GeneralRe: TextChanged vs Click Pin
Stefan Troschuetz9-Dec-04 21:59
Stefan Troschuetz9-Dec-04 21:59 
QuestionHow to create an array of textboxes with the disigner ? Pin
rgcolli8-Dec-04 2:22
rgcolli8-Dec-04 2:22 
GeneralBig DB problem Pin
Zamolxes8-Dec-04 1:51
Zamolxes8-Dec-04 1:51 
GeneralRe: Big DB problem Pin
turbochimp8-Dec-04 4:15
turbochimp8-Dec-04 4:15 
GeneralA DataGrid Problem Pin
A.Mohsen8-Dec-04 0:03
A.Mohsen8-Dec-04 0:03 
GeneralDrag and drop Pin
blazeski7-Dec-04 23:56
blazeski7-Dec-04 23:56 
GeneralRe: Drag and drop Pin
Heath Stewart8-Dec-04 5:43
protectorHeath Stewart8-Dec-04 5:43 
The same way you do within an application. Handle the ItemDrag event (or whatever is appropriate, or even just implement dragging yourself) and serialize your data in a format that can marshal across application boundaries, like text. If you're just trying to pass a control reference it won't work because that control is owned by the application from where you're dragging. If you serialize it, however, you can deserialize it in the other application (be sure to use a unique clipboard format (a string in the .NET implementation of drag and drop that wraps OLE's drag and drop)) and add it as a new control.

If you click "Search comments" above and search this forum (always a good idea to try first) and search for "drag drop" you'll find many examples, including several posts where I've discussed cross-application drag-n-drop as well as serializing and clipboard formats.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
Generalbitmap in c# Pin
arus20047-Dec-04 23:53
arus20047-Dec-04 23:53 
GeneralRe: bitmap in c# Pin
turbochimp8-Dec-04 4:59
turbochimp8-Dec-04 4:59 
GeneralRe: bitmap in c# Pin
arus20049-Dec-04 19:57
arus20049-Dec-04 19:57 
GeneralLinking Database to Dataset Pin
pjholliday7-Dec-04 22:54
pjholliday7-Dec-04 22:54 
GeneralRe: Linking Database to Dataset Pin
exhaulted7-Dec-04 23:11
exhaulted7-Dec-04 23:11 
Questionhow to translation matrix element Pin
montu33777-Dec-04 20:06
montu33777-Dec-04 20:06 
AnswerRe: how to translation matrix element Pin
Daniel Turini7-Dec-04 20:17
Daniel Turini7-Dec-04 20:17 
GeneralRe: how to translation matrix element Pin
montu33777-Dec-04 20:31
montu33777-Dec-04 20:31 
GeneralDynamic Button Pin
picasso27-Dec-04 19:35
picasso27-Dec-04 19:35 
GeneralRe: Dynamic Button Pin
Daniel Turini7-Dec-04 20:05
Daniel Turini7-Dec-04 20:05 
GeneralIQueryCancelAutoPlay Pin
myker7-Dec-04 18:26
myker7-Dec-04 18:26 
GeneralRe: IQueryCancelAutoPlay Pin
Daniel Turini7-Dec-04 20:23
Daniel Turini7-Dec-04 20:23 
GeneralRe: IQueryCancelAutoPlay Pin
Heath Stewart8-Dec-04 7:40
protectorHeath Stewart8-Dec-04 7:40 
GeneralRe: IQueryCancelAutoPlay Pin
Daniel Turini8-Dec-04 8:00
Daniel Turini8-Dec-04 8:00 
GeneralRe: IQueryCancelAutoPlay Pin
Heath Stewart8-Dec-04 8:07
protectorHeath Stewart8-Dec-04 8:07 
Questionhow make a mirror printing in c# Pin
bigmega7-Dec-04 17:27
bigmega7-Dec-04 17:27 
AnswerRe: how make a mirror printing in c# Pin
Christian Graus7-Dec-04 18:33
protectorChristian Graus7-Dec-04 18:33 

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.