Click here to Skip to main content
16,007,472 members
Home / Discussions / C#
   

C#

 
GeneralRe: Drag and Drop into a node of a treeview Pin
Bill Dean5-Sep-02 4:19
Bill Dean5-Sep-02 4:19 
GeneralParameters question Pin
leppie4-Sep-02 10:29
leppie4-Sep-02 10:29 
GeneralRe: Parameters question Pin
jparsons5-Sep-02 2:59
jparsons5-Sep-02 2:59 
GeneralRe: Parameters question Pin
leppie5-Sep-02 3:13
leppie5-Sep-02 3:13 
QuestionReplace with a C# Regex? Pin
Zombies with Coffee, LLC4-Sep-02 9:25
professionalZombies with Coffee, LLC4-Sep-02 9:25 
AnswerRe: Replace with a C# Regex? Pin
Eric Gunnerson (msft)4-Sep-02 10:17
Eric Gunnerson (msft)4-Sep-02 10:17 
GeneralClickety Pin
David Stone4-Sep-02 12:20
sitebuilderDavid Stone4-Sep-02 12:20 
GeneralUnsafe Question Pin
Nick Parker4-Sep-02 9:24
protectorNick Parker4-Sep-02 9:24 
Is it safe to assume that anytime you do some sort of COM Interop with a dll that wasn't written using the .NET Framework that the method call needs to be prefixed with the unsafe marker, or is this only needed when the method deals with pointers that are outside the bounds of .NET to handle directly?

[System.Runtime.InteropServices.DllImport("kernel32.dll")]
    unsafe int SomeFunction(....);




Nick Parker


GeneralRe: Unsafe Question Pin
leppie4-Sep-02 9:39
leppie4-Sep-02 9:39 
GeneralRe: Unsafe Question Pin
Nick Parker4-Sep-02 9:43
protectorNick Parker4-Sep-02 9:43 
GeneralOptional parameters Pin
Nnamdi Onyeyiri4-Sep-02 8:21
Nnamdi Onyeyiri4-Sep-02 8:21 
GeneralRe: Optional parameters Pin
Nick Parker4-Sep-02 8:56
protectorNick Parker4-Sep-02 8:56 
GeneralRe: Optional parameters Pin
leppie4-Sep-02 9:33
leppie4-Sep-02 9:33 
GeneralRe: Optional parameters Pin
Nick Parker4-Sep-02 9:44
protectorNick Parker4-Sep-02 9:44 
GeneralRe: Optional parameters Pin
Eric Gunnerson (msft)4-Sep-02 10:10
Eric Gunnerson (msft)4-Sep-02 10:10 
GeneralRe: Optional parameters Pin
leppie4-Sep-02 10:18
leppie4-Sep-02 10:18 
GeneralRe: Optional parameters Pin
David Stone4-Sep-02 12:22
sitebuilderDavid Stone4-Sep-02 12:22 
GeneralRe: Optional parameters Pin
Paul Riley4-Sep-02 12:21
Paul Riley4-Sep-02 12:21 
GeneralRe: Optional parameters Pin
Nick Parker5-Sep-02 2:59
protectorNick Parker5-Sep-02 2:59 
GeneralRe: Optional parameters Pin
leppie4-Sep-02 13:20
leppie4-Sep-02 13:20 
GeneralRe: Optional parameters Pin
Paul Riley5-Sep-02 2:10
Paul Riley5-Sep-02 2:10 
GeneralRe: Optional parameters Pin
leppie5-Sep-02 2:24
leppie5-Sep-02 2:24 
GeneralRe: Optional parameters Pin
Nick Parker5-Sep-02 3:02
protectorNick Parker5-Sep-02 3:02 
GeneralRe: Optional parameters Pin
Paul Riley5-Sep-02 3:54
Paul Riley5-Sep-02 3:54 
GeneralRe: Optional parameters Pin
leppie4-Sep-02 10:14
leppie4-Sep-02 10:14 

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.