Click here to Skip to main content
15,893,487 members
Home / Discussions / C#
   

C#

 
GeneralRe: What are the API's that are available for USB based barcode scanners in C#? Pin
Akshay_8822-Jul-12 23:53
Akshay_8822-Jul-12 23:53 
GeneralRe: What are the API's that are available for USB based barcode scanners in C#? Pin
glennPattonWork323-Jul-12 0:09
professionalglennPattonWork323-Jul-12 0:09 
GeneralRe: What are the API's that are available for USB based barcode scanners in C#? Pin
Akshay_8823-Jul-12 0:44
Akshay_8823-Jul-12 0:44 
QuestionRe: What are the API's that are available for USB based barcode scanners in C#? Pin
Eddy Vluggen22-Jul-12 23:53
professionalEddy Vluggen22-Jul-12 23:53 
AnswerRe: What are the API's that are available for USB based barcode scanners in C#? Pin
Akshay_8822-Jul-12 23:56
Akshay_8822-Jul-12 23:56 
AnswerRe: What are the API's that are available for USB based barcode scanners in C#? Pin
Akshay_8822-Jul-12 23:58
Akshay_8822-Jul-12 23:58 
GeneralRe: What are the API's that are available for USB based barcode scanners in C#? Pin
Eddy Vluggen23-Jul-12 0:06
professionalEddy Vluggen23-Jul-12 0:06 
GeneralRe: What are the API's that are available for USB based barcode scanners in C#? Pin
Akshay_8823-Jul-12 0:44
Akshay_8823-Jul-12 0:44 
GeneralRe: What are the API's that are available for USB based barcode scanners in C#? Pin
Dave Kreskowiak23-Jul-12 2:08
mveDave Kreskowiak23-Jul-12 2:08 
QuestionCorrect way of doing installer in Windows That Checks for a Driver.... Pin
glennPattonWork322-Jul-12 23:09
professionalglennPattonWork322-Jul-12 23:09 
AnswerRe: Correct way of doing installer in Windows That Checks for a Driver.... Pin
glennPattonWork323-Jul-12 1:16
professionalglennPattonWork323-Jul-12 1:16 
GeneralTrying to retrieve PowerShell variables in C# Pin
Member 927497622-Jul-12 10:22
Member 927497622-Jul-12 10:22 
GeneralRe: Trying to retrieve PowerShell variables in C# Pin
BobJanova22-Jul-12 23:03
BobJanova22-Jul-12 23:03 
GeneralRe: Trying to retrieve PowerShell variables in C# Pin
Tyson326423-Jul-12 2:02
Tyson326423-Jul-12 2:02 
QuestionConnecting and disconnecting from internet Pin
Fred 3422-Jul-12 10:17
Fred 3422-Jul-12 10:17 
AnswerRe: Connecting and disconnecting from internet Pin
Wes Aday22-Jul-12 10:32
professionalWes Aday22-Jul-12 10:32 
GeneralRe: Connecting and disconnecting from internet Pin
Fred 3422-Jul-12 11:07
Fred 3422-Jul-12 11:07 
GeneralRe: Connecting and disconnecting from internet Pin
Eddy Vluggen22-Jul-12 11:27
professionalEddy Vluggen22-Jul-12 11:27 
GeneralRe: Connecting and disconnecting from internet Pin
Dave Kreskowiak22-Jul-12 11:37
mveDave Kreskowiak22-Jul-12 11:37 
GeneralRe: Connecting and disconnecting from internet Pin
Fred 3422-Jul-12 11:42
Fred 3422-Jul-12 11:42 
GeneralRe: Connecting and disconnecting from internet Pin
Sunil P V22-Jul-12 23:33
Sunil P V22-Jul-12 23:33 
Well there are 2 crude ways to do it: (if you haven't written drivers for your connectivity interfaces Poke tongue | ;-P )
1. Enumerate all the network interfaces (non-virtual) and disable them
2. Configure a non-existent proxy server (like 0.0.0.0 port 80) for time being. After you are done with your execution reset this dummy proxy. Ensure you can backup any existent proxy settings if any.
Sunil

AnswerRe: Connecting and disconnecting from internet Pin
Eddy Vluggen22-Jul-12 10:48
professionalEddy Vluggen22-Jul-12 10:48 
AnswerRe: Connecting and disconnecting from internet Pin
Luc Pattyn22-Jul-12 11:09
sitebuilderLuc Pattyn22-Jul-12 11:09 
GeneralRe: Connecting and disconnecting from internet Pin
Roger Wright22-Jul-12 20:12
professionalRoger Wright22-Jul-12 20:12 
QuestionChanging the date of system (computer ) from inside of our own program? Pin
Fred 3422-Jul-12 8:39
Fred 3422-Jul-12 8: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.