Click here to Skip to main content
15,908,173 members
Home / Discussions / C#
   

C#

 
AnswerRe: Decrypt Signons3.txt, signons.sqlite and key.db? Pin
nhqlbaislwfiikqraqnm13-Aug-09 5:07
nhqlbaislwfiikqraqnm13-Aug-09 5:07 
QuestionCustom Control Pin
Matt Cavanagh13-Aug-09 2:37
Matt Cavanagh13-Aug-09 2:37 
AnswerRe: Custom Control Pin
DaveyM6913-Aug-09 2:54
professionalDaveyM6913-Aug-09 2:54 
GeneralRe: Custom Control Pin
Matt Cavanagh13-Aug-09 3:59
Matt Cavanagh13-Aug-09 3:59 
GeneralRe: Custom Control Pin
DaveyM6913-Aug-09 5:42
professionalDaveyM6913-Aug-09 5:42 
QuestionIs it correct to leave COM1 open all along the program ? Pin
E_Gold13-Aug-09 2:07
E_Gold13-Aug-09 2:07 
AnswerRe: Is it correct to leave COM1 open all along the program ? Pin
benjymous13-Aug-09 2:25
benjymous13-Aug-09 2:25 
AnswerRe: Is it correct to leave COM1 open all along the program ? Pin
Luc Pattyn13-Aug-09 3:23
sitebuilderLuc Pattyn13-Aug-09 3:23 
Sure, you can treat a serial port like a file. If your app needs it, take it. And release it when you are sure you don't need it any longer. If you have multiple open-close cycles, there is a risk the first cycle succeeds, whereas a later one fails because some other app has opened it in the mean time.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

Questionrandomization of numbers without duplication in C# Pin
vasavi.p13-Aug-09 1:53
vasavi.p13-Aug-09 1:53 
AnswerRe: randomization of numbers without duplication in C# Pin
Pete O'Hanlon13-Aug-09 2:16
mvePete O'Hanlon13-Aug-09 2:16 
AnswerRe: randomization of numbers without duplication in C# Pin
benjymous13-Aug-09 2:24
benjymous13-Aug-09 2:24 
GeneralRe: randomization of numbers without duplication in C# Pin
Luc Pattyn13-Aug-09 2:42
sitebuilderLuc Pattyn13-Aug-09 2:42 
GeneralRe: randomization of numbers without duplication in C# Pin
Pete O'Hanlon13-Aug-09 2:58
mvePete O'Hanlon13-Aug-09 2:58 
GeneralRe: randomization of numbers without duplication in C# Pin
Luc Pattyn13-Aug-09 3:07
sitebuilderLuc Pattyn13-Aug-09 3:07 
GeneralRe: randomization of numbers without duplication in C# Pin
benjymous13-Aug-09 4:46
benjymous13-Aug-09 4:46 
JokeRe: randomization of numbers without duplication in C# Pin
Luc Pattyn13-Aug-09 4:50
sitebuilderLuc Pattyn13-Aug-09 4:50 
GeneralRe: randomization of numbers without duplication in C# Pin
molesworth13-Aug-09 3:12
molesworth13-Aug-09 3:12 
GeneralRe: randomization of numbers without duplication in C# Pin
Pete O'Hanlon13-Aug-09 4:11
mvePete O'Hanlon13-Aug-09 4:11 
GeneralRe: randomization of numbers without duplication in C# Pin
Luc Pattyn13-Aug-09 4:21
sitebuilderLuc Pattyn13-Aug-09 4:21 
GeneralRe: randomization of numbers without duplication in C# Pin
molesworth13-Aug-09 4:52
molesworth13-Aug-09 4:52 
GeneralRe: randomization of numbers without duplication in C# Pin
Pete O'Hanlon13-Aug-09 9:19
mvePete O'Hanlon13-Aug-09 9:19 
GeneralRe: randomization of numbers without duplication in C# Pin
benjymous13-Aug-09 4:44
benjymous13-Aug-09 4:44 
AnswerRe: randomization of numbers without duplication in C# Pin
PIEBALDconsult13-Aug-09 5:13
mvePIEBALDconsult13-Aug-09 5:13 
AnswerRe: randomization of numbers without duplication in C# Pin
cmk13-Aug-09 11:34
cmk13-Aug-09 11:34 
QuestionComexception with addpicture Pin
Member 415407413-Aug-09 0:44
Member 415407413-Aug-09 0:44 

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.