Click here to Skip to main content
15,920,031 members
Home / Discussions / C#
   

C#

 
GeneralRe: delegate invocation Pin
PIEBALDconsult30-May-10 6:21
mvePIEBALDconsult30-May-10 6:21 
GeneralRe: delegate invocation Pin
xilefxilef30-May-10 19:26
xilefxilef30-May-10 19:26 
GeneralRe: delegate invocation Pin
xilefxilef30-May-10 20:07
xilefxilef30-May-10 20:07 
QuestionDebugging a Native DLL From a C# Assembly Pin
Richard Andrew x6428-May-10 11:33
professionalRichard Andrew x6428-May-10 11:33 
AnswerRe: Debugging a Native DLL From a C# Assembly Pin
William Winner28-May-10 11:42
William Winner28-May-10 11:42 
AnswerRe: Debugging a Native DLL From a C# Assembly Pin
Luc Pattyn28-May-10 11:56
sitebuilderLuc Pattyn28-May-10 11:56 
GeneralRe: Debugging a Native DLL From a C# Assembly Pin
Richard Andrew x6428-May-10 12:00
professionalRichard Andrew x6428-May-10 12:00 
GeneralRe: Debugging a Native DLL From a C# Assembly Pin
Luc Pattyn28-May-10 12:02
sitebuilderLuc Pattyn28-May-10 12:02 
QuestionExcel Problem Pin
snouto28-May-10 10:43
snouto28-May-10 10:43 
AnswerRe: Excel Problem Pin
William Winner28-May-10 11:39
William Winner28-May-10 11:39 
GeneralRe: Excel Problem Pin
snouto28-May-10 11:59
snouto28-May-10 11:59 
GeneralRe: Excel Problem Pin
Eddy Vluggen29-May-10 0:37
professionalEddy Vluggen29-May-10 0:37 
QuestionDateTimePicker as only Time Picker help - need dropdown to only show times (not calendar) or show nothing at all Pin
roman_s28-May-10 8:53
roman_s28-May-10 8:53 
AnswerRe: DateTimePicker as only Time Picker help - need dropdown to only show times (not calendar) or show nothing at all Pin
Alan N28-May-10 11:05
Alan N28-May-10 11:05 
AnswerRe: DateTimePicker as only Time Picker help - need dropdown to only show times (not calendar) or show nothing at all Pin
Isaac Gordon29-May-10 2:04
Isaac Gordon29-May-10 2:04 
QuestionFighting for Top-Most Window in WinCE Pin
notsotragichero28-May-10 6:51
notsotragichero28-May-10 6:51 
AnswerRe: Fighting for Top-Most Window in WinCE Pin
PIEBALDconsult28-May-10 13:13
mvePIEBALDconsult28-May-10 13:13 
QuestionDatagridview Databinding Problem? Pin
Pawan Kiran28-May-10 2:31
Pawan Kiran28-May-10 2:31 
AnswerRe: Datagridview Databinding Problem? Pin
T M Gray28-May-10 10:54
T M Gray28-May-10 10:54 
GeneralRe: Datagridview Databinding Problem? Pin
Pawan Kiran31-May-10 18:15
Pawan Kiran31-May-10 18:15 
QuestionWrite Assembly code in C# Pin
shahramkeyboard28-May-10 2:18
shahramkeyboard28-May-10 2:18 
AnswerRe: Write Assembly code in C# Pin
Eddy Vluggen28-May-10 2:48
professionalEddy Vluggen28-May-10 2:48 
AnswerRe: Write Assembly code in C# Pin
Pete O'Hanlon28-May-10 2:50
mvePete O'Hanlon28-May-10 2:50 
You can't directly. .NET uses a form of intermediate language which is intended to be target neutral. If you want to use assembly code, you need to look at writing your application either in assembly, or in C/C++. .NET is entirely the wrong choice here.

"WPF has many lovers. It's a veritable porn star!" - Josh Smith

As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.


My blog | My articles | MoXAML PowerToys | Onyx



GeneralRe: Write Assembly code in C# Pin
AspDotNetDev28-May-10 9:45
protectorAspDotNetDev28-May-10 9:45 
GeneralRe: Write Assembly code in C# Pin
harold aptroot28-May-10 9:54
harold aptroot28-May-10 9:54 

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.