Click here to Skip to main content
15,889,805 members
Home / Discussions / C#
   

C#

 
GeneralRe: Mouse and button position difference Pin
Ian Shlasko22-Sep-09 9:27
Ian Shlasko22-Sep-09 9:27 
GeneralRe: Mouse and button position difference Pin
p3rson22-Sep-09 9:41
p3rson22-Sep-09 9:41 
QuestionContent-Disposition Attachment not working in IE7 Pin
sudhirBirlapur22-Sep-09 6:14
sudhirBirlapur22-Sep-09 6:14 
AnswerRe: Content-Disposition Attachment not working in IE7 Pin
EliottA22-Sep-09 7:35
EliottA22-Sep-09 7:35 
AnswerRe: Content-Disposition Attachment not working in IE7 Pin
Manas Bhardwaj22-Sep-09 9:07
professionalManas Bhardwaj22-Sep-09 9:07 
GeneralRe: Content-Disposition Attachment not working in IE7 Pin
sudhirBirlapur22-Sep-09 18:59
sudhirBirlapur22-Sep-09 18:59 
Questionwriting usb driver in visual C#.Net.? Pin
Mir_As22-Sep-09 4:23
Mir_As22-Sep-09 4:23 
AnswerRe: writing usb driver in visual C#.Net.? Pin
Dave Kreskowiak22-Sep-09 4:36
mveDave Kreskowiak22-Sep-09 4:36 
Mir_As wrote:
How can i write usb driver software for microcontrollers?


Using C#?? You can't. The microcontroller cannot run the .NET Framework, so any C# code you write will also not run.

You can write an app to talk to something on the microcontroller, but whatever you write for the micro will most likely have to be written in C, not C#. How you do the communication depends entirely on the micro and how you expose the data to the outside world. It's entirely up to you.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




GeneralRe: writing usb driver in visual C#.Net.? Pin
Mir_As22-Sep-09 5:04
Mir_As22-Sep-09 5:04 
GeneralRe: writing usb driver in visual C#.Net.? Pin
EliottA22-Sep-09 5:10
EliottA22-Sep-09 5:10 
GeneralRe: writing usb driver in visual C#.Net.? Pin
Dave Kreskowiak22-Sep-09 5:19
mveDave Kreskowiak22-Sep-09 5:19 
GeneralRe: writing usb driver in visual C#.Net.? Pin
Xmen Real 22-Sep-09 5:36
professional Xmen Real 22-Sep-09 5:36 
GeneralRe: writing usb driver in visual C#.Net.? Pin
Dave Kreskowiak22-Sep-09 6:26
mveDave Kreskowiak22-Sep-09 6:26 
GeneralRe: writing usb driver in visual C#.Net.? Pin
Richard MacCutchan22-Sep-09 6:27
mveRichard MacCutchan22-Sep-09 6:27 
GeneralRe: writing usb driver in visual C#.Net.? Pin
Xmen Real 22-Sep-09 6:36
professional Xmen Real 22-Sep-09 6:36 
AnswerRe: writing usb driver in visual C#.Net.? Pin
Luc Pattyn22-Sep-09 5:26
sitebuilderLuc Pattyn22-Sep-09 5:26 
GeneralRe: writing usb driver in visual C#.Net.? Pin
EliottA22-Sep-09 6:57
EliottA22-Sep-09 6:57 
GeneralRe: writing usb driver in visual C#.Net.? Pin
DaveyM6922-Sep-09 7:46
professionalDaveyM6922-Sep-09 7:46 
GeneralRe: writing usb driver in visual C#.Net.? Pin
Luc Pattyn22-Sep-09 11:49
sitebuilderLuc Pattyn22-Sep-09 11:49 
AnswerRe: writing usb driver in visual C#.Net.? Pin
DaveyM6922-Sep-09 7:45
professionalDaveyM6922-Sep-09 7:45 
Questionremoting over the internet?? Pin
Tridip Bhattacharjee22-Sep-09 3:25
professionalTridip Bhattacharjee22-Sep-09 3:25 
AnswerRe: remoting over the internet?? Pin
Not Active22-Sep-09 4:07
mentorNot Active22-Sep-09 4:07 
AnswerRe: remoting over the internet?? Pin
Dave Kreskowiak22-Sep-09 4:33
mveDave Kreskowiak22-Sep-09 4:33 
AnswerRe: remoting over the internet?? Pin
Xmen Real 22-Sep-09 5:30
professional Xmen Real 22-Sep-09 5:30 
AnswerRe: remoting over the internet?? Pin
Big Daddy Farang22-Sep-09 8:42
Big Daddy Farang22-Sep-09 8:42 

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.