Click here to Skip to main content
16,005,339 members
Home / Discussions / C#
   

C#

 
GeneralRe: Anyway to get maxlength of a datacolumn when it comes back as -1 ? Pin
csharpguyfromde2-Feb-07 9:07
csharpguyfromde2-Feb-07 9:07 
QuestionPASS TEXTBOX.TEXT VALUE TO THE SQL QUERY BUILDER Pin
pranav kotak2-Feb-07 8:21
pranav kotak2-Feb-07 8:21 
AnswerRe: PASS TEXTBOX.TEXT VALUE TO THE SQL QUERY BUILDER Pin
led mike2-Feb-07 8:46
led mike2-Feb-07 8:46 
QuestionDetecting full screen applications Pin
Cesa372-Feb-07 8:02
Cesa372-Feb-07 8:02 
AnswerRe: Detecting full screen applications Pin
PIEBALDconsult2-Feb-07 8:26
mvePIEBALDconsult2-Feb-07 8:26 
GeneralRe: Detecting full screen applications Pin
Luc Pattyn2-Feb-07 9:08
sitebuilderLuc Pattyn2-Feb-07 9:08 
QuestionVisual Studio C# - plugging in external DLL's Pin
sysrev2-Feb-07 7:11
sysrev2-Feb-07 7:11 
AnswerRe: Visual Studio C# - plugging in external DLL's Pin
Luc Pattyn2-Feb-07 7:26
sitebuilderLuc Pattyn2-Feb-07 7:26 
See a previous message[^]

Plus:
chances are your USB dll is not a .NET dll but rather a native code dll.
In that case you dont need references and using, but you need PInvoke, i.e. the
techniques required to call native code.
Lots of examples are available on CodeProject. Prerequisite is some documentation
as to what functions are available in your USB dll.

Smile | :)

Luc Pattyn

GeneralRe: Visual Studio C# - plugging in external DLL's Pin
sysrev3-Feb-07 1:14
sysrev3-Feb-07 1:14 
GeneralRe: Visual Studio C# - plugging in external DLL's Pin
Luc Pattyn3-Feb-07 1:28
sitebuilderLuc Pattyn3-Feb-07 1:28 
GeneralRe: Visual Studio C# - plugging in external DLL's Pin
sysrev3-Feb-07 1:55
sysrev3-Feb-07 1:55 
Questionshape files Pin
hamadam212-Feb-07 6:57
hamadam212-Feb-07 6:57 
Questionscale picture Pin
hamadam212-Feb-07 6:55
hamadam212-Feb-07 6:55 
AnswerRe: scale picture Pin
Luc Pattyn2-Feb-07 7:32
sitebuilderLuc Pattyn2-Feb-07 7:32 
Questionhow to create multiple instance of windows service .Net Pin
sundar1562-Feb-07 6:44
sundar1562-Feb-07 6:44 
AnswerRe: how to create multiple instance of windows service .Net Pin
Luc Pattyn2-Feb-07 7:34
sitebuilderLuc Pattyn2-Feb-07 7:34 
GeneralRe: how to create multiple instance of windows service .Net Pin
PIEBALDconsult2-Feb-07 8:29
mvePIEBALDconsult2-Feb-07 8:29 
GeneralRe: how to create multiple instance of windows service .Net Pin
sundar1566-Feb-07 4:44
sundar1566-Feb-07 4:44 
QuestionLike contacts edit of outlook (exchange server 2003) from (c *.net with framework 1.1) Pin
HugoCor2-Feb-07 5:57
HugoCor2-Feb-07 5:57 
AnswerRe: Like contacts edit of outlook (exchange server 2003) from (c *.net with framework 1.1) Pin
led mike2-Feb-07 6:26
led mike2-Feb-07 6:26 
QuestionCreate Collection from Class Pin
mail5723522-Feb-07 5:21
mail5723522-Feb-07 5:21 
AnswerRe: Create Collection from Class Pin
Abisodun2-Feb-07 5:27
Abisodun2-Feb-07 5:27 
AnswerRe: Create Collection from Class Pin
Luc Pattyn2-Feb-07 7:36
sitebuilderLuc Pattyn2-Feb-07 7:36 
QuestionHow to Interact with hardware in C# Pin
Muhammad Kalim2-Feb-07 5:17
Muhammad Kalim2-Feb-07 5:17 
QuestionRe: How to Interact with hardware in C# Pin
MaxRelaxman2-Feb-07 5:58
MaxRelaxman2-Feb-07 5:58 

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.