Click here to Skip to main content
15,894,460 members
Home / Discussions / C#
   

C#

 
GeneralRe: ComboBox Pin
Gary Kirkham12-Dec-03 10:45
Gary Kirkham12-Dec-03 10:45 
GeneralProblem with .Net Framework bootstrap program rebooting the system in Win 98 Pin
blakeb_112-Dec-03 5:24
blakeb_112-Dec-03 5:24 
GeneralRe: Problem with .Net Framework bootstrap program rebooting the system in Win 98 Pin
Heath Stewart12-Dec-03 9:32
protectorHeath Stewart12-Dec-03 9:32 
GeneralAssembly fails to load Pin
Le centriste12-Dec-03 5:06
Le centriste12-Dec-03 5:06 
GeneralRe: Assembly fails to load Pin
Heath Stewart12-Dec-03 9:29
protectorHeath Stewart12-Dec-03 9:29 
GeneralRe: Assembly fails to load Pin
Eric Gunnerson (msft)12-Dec-03 13:30
Eric Gunnerson (msft)12-Dec-03 13:30 
GeneralDetermining the location of a DragDrop External to a form Pin
Tristan Rhodes12-Dec-03 4:47
Tristan Rhodes12-Dec-03 4:47 
GeneralRe: Determining the location of a DragDrop External to a form Pin
Heath Stewart12-Dec-03 9:19
protectorHeath Stewart12-Dec-03 9:19 
Without system hooks, you can't. You have to pack the data - each with an appropriate clipboard format - and if the target supports that clipboard format, it extracts the data. There are a number of clipboard formats used throughout the Windows shell and that other programs uniformely support (like for text, unicode text, HTML files, etc.). If you use the clipboard formats and pack the data into the IDataObject correctly, the target will take care of the rest.

 

-----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: Determining the location of a DragDrop External to a form Pin
Tristan Rhodes12-Dec-03 11:21
Tristan Rhodes12-Dec-03 11:21 
GeneralRe: Determining the location of a DragDrop External to a form Pin
Heath Stewart12-Dec-03 11:26
protectorHeath Stewart12-Dec-03 11:26 
GeneralRe: Determining the location of a DragDrop External to a form Pin
Tristan Rhodes12-Dec-03 11:35
Tristan Rhodes12-Dec-03 11:35 
GeneralRe: Determining the location of a DragDrop External to a form Pin
Heath Stewart12-Dec-03 11:46
protectorHeath Stewart12-Dec-03 11:46 
GeneralDetermining a pc's memory & disk space Pin
Manster12-Dec-03 4:34
Manster12-Dec-03 4:34 
GeneralRe: Determining a pc's memory & disk space Pin
Heath Stewart12-Dec-03 9:16
protectorHeath Stewart12-Dec-03 9:16 
GeneralRe: Determining a pc's memory & disk space Pin
Manster15-Dec-03 3:58
Manster15-Dec-03 3:58 
GeneralRe: Determining a pc's memory & disk space Pin
Manster15-Dec-03 4:04
Manster15-Dec-03 4:04 
GeneralRe: Determining a pc's memory & disk space Pin
Jonathan Guidry12-Dec-03 9:37
Jonathan Guidry12-Dec-03 9:37 
GeneralAlpha Texture Problems Pin
12-Dec-03 2:01
suss12-Dec-03 2:01 
GeneralRe: Alpha Texture Problems Pin
Heath Stewart12-Dec-03 4:32
protectorHeath Stewart12-Dec-03 4:32 
GeneralRe: Alpha Texture Problems Pin
12-Dec-03 4:39
suss12-Dec-03 4:39 
GeneralSOLVED Pin
Tristan Rhodes12-Dec-03 10:36
Tristan Rhodes12-Dec-03 10:36 
QuestionHow to compile inline code documentation into assemblies? Pin
Vasek12-Dec-03 1:43
Vasek12-Dec-03 1:43 
AnswerRe: How to compile inline code documentation into assemblies? Pin
Nigel Savidge12-Dec-03 2:01
Nigel Savidge12-Dec-03 2:01 
GeneralRe: How to compile inline code documentation into assemblies? Pin
Vasek15-Dec-03 7:15
Vasek15-Dec-03 7:15 
GeneralRe: How to compile inline code documentation into assemblies? Pin
Nigel Savidge15-Dec-03 7:39
Nigel Savidge15-Dec-03 7:39 

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.