Click here to Skip to main content
15,889,860 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Signature PictureBox Error !!! Pin
jitforce258513-Aug-12 5:20
jitforce258513-Aug-12 5:20 
AnswerRe: Signature PictureBox Error !!! Pin
Dave Kreskowiak13-Aug-12 5:28
mveDave Kreskowiak13-Aug-12 5:28 
QuestionRemove non-empty remote directory in Webserver Pin
ulasoc12-Aug-12 12:21
ulasoc12-Aug-12 12:21 
AnswerRe: Remove non-empty remote directory in Webserver Pin
Eddy Vluggen12-Aug-12 22:01
professionalEddy Vluggen12-Aug-12 22:01 
GeneralTracking system Pin
kipchirchir11-Aug-12 20:50
kipchirchir11-Aug-12 20:50 
GeneralRe: Tracking system Pin
Richard MacCutchan11-Aug-12 21:42
mveRichard MacCutchan11-Aug-12 21:42 
QuestionEncrypting File Problem Pin
jitforce258511-Aug-12 10:40
jitforce258511-Aug-12 10:40 
AnswerRe: Encrypting File Problem Pin
André Kraak11-Aug-12 11:37
André Kraak11-Aug-12 11:37 
Your specifying FileAccess.Read[^] when opening the output file:
VB
fsOutPut = New FileStream(jitfOutputFile, FileMode.OpenOrCreate, FileAccess.Read)
Change FileAccess.Read to FileAccess.Write or FileAccess.ReadWrite and it should work.
VB
fsOutPut = New FileStream(jitfOutputFile, FileMode.OpenOrCreate, FileAccess.Write)

0100000101101110011001000111001011101001

GeneralRe: Encrypting File Problem Pin
jitforce258512-Aug-12 4:45
jitforce258512-Aug-12 4:45 
Questionhow to create a boolean property in user control and that can be used ? Pin
ankita.rose911-Aug-12 0:28
ankita.rose911-Aug-12 0:28 
AnswerRe: how to create a boolean property in user control and that can be used ? Pin
Eddy Vluggen11-Aug-12 0:38
professionalEddy Vluggen11-Aug-12 0:38 
QuestionCrossing the UI sync context with a datasource Pin
JoeRip8-Aug-12 12:11
JoeRip8-Aug-12 12:11 
AnswerRe: Crossing the UI sync context with a datasource Pin
Ed Hill _5_8-Aug-12 22:37
Ed Hill _5_8-Aug-12 22:37 
AnswerRe: Crossing the UI sync context with a datasource Pin
Eddy Vluggen8-Aug-12 23:55
professionalEddy Vluggen8-Aug-12 23:55 
GeneralRe: Crossing the UI sync context with a datasource Pin
JoeRip9-Aug-12 11:22
JoeRip9-Aug-12 11:22 
GeneralRe: Crossing the UI sync context with a datasource Pin
Eddy Vluggen9-Aug-12 21:08
professionalEddy Vluggen9-Aug-12 21:08 
AnswerRe: Crossing the UI sync context with a datasource Pin
JoeRip9-Aug-12 10:29
JoeRip9-Aug-12 10:29 
GeneralRe: Crossing the UI sync context with a datasource Pin
Ed Hill _5_9-Aug-12 22:45
Ed Hill _5_9-Aug-12 22:45 
GeneralRe: Crossing the UI sync context with a datasource Pin
Eddy Vluggen9-Aug-12 23:01
professionalEddy Vluggen9-Aug-12 23:01 
GeneralRe: Crossing the UI sync context with a datasource Pin
JoeRip9-Aug-12 23:46
JoeRip9-Aug-12 23:46 
GeneralRe: Crossing the UI sync context with a datasource Pin
JoeRip10-Aug-12 16:16
JoeRip10-Aug-12 16:16 
GeneralRe: Crossing the UI sync context with a datasource Pin
Ed Hill _5_11-Aug-12 6:14
Ed Hill _5_11-Aug-12 6:14 
GeneralRe: Crossing the UI sync context with a datasource Pin
JoeRip10-Aug-12 18:47
JoeRip10-Aug-12 18:47 
QuestionIf proccess is running then start coding ! Help Needed Pin
jitforce25858-Aug-12 8:09
jitforce25858-Aug-12 8:09 
AnswerRe: If proccess is running then start coding ! Help Needed Pin
jitforce25858-Aug-12 8:58
jitforce25858-Aug-12 8: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.