Click here to Skip to main content
15,919,479 members
Home / Discussions / C#
   

C#

 
GeneralRe: Adding datagridview columns Pin
MickCurley5-Jun-09 21:54
MickCurley5-Jun-09 21:54 
Questionmaking a scanner .. it skips alphanumerics.. where am i going wrong?? Pin
canatan5-Jun-09 18:14
canatan5-Jun-09 18:14 
AnswerRe: making a scanner .. it skips alphanumerics.. where am i going wrong?? Pin
Christian Graus5-Jun-09 18:37
protectorChristian Graus5-Jun-09 18:37 
GeneralRe: making a scanner .. it skips alphanumerics.. where am i going wrong?? Pin
canatan5-Jun-09 20:33
canatan5-Jun-09 20:33 
GeneralRe: making a scanner .. it skips alphanumerics.. where am i going wrong?? Pin
Christian Graus5-Jun-09 20:48
protectorChristian Graus5-Jun-09 20:48 
GeneralRe: making a scanner .. it skips alphanumerics.. where am i going wrong?? Pin
canatan6-Jun-09 3:24
canatan6-Jun-09 3:24 
Questionhow to make Binary File in c# Pin
hamziak5-Jun-09 17:09
hamziak5-Jun-09 17:09 
AnswerRe: how to make Binary File in c# Pin
Christian Graus5-Jun-09 17:10
protectorChristian Graus5-Jun-09 17:10 
QuestionFlash movies without creating temporary files Pin
SSDream5-Jun-09 17:00
SSDream5-Jun-09 17:00 
AnswerRe: Flash movies without creating temporary files Pin
Christian Graus5-Jun-09 17:09
protectorChristian Graus5-Jun-09 17:09 
GeneralRe: Flash movies without creating temporary files Pin
SSDream6-Jun-09 18:26
SSDream6-Jun-09 18:26 
QuestionUse ActiveX without registration Pin
SSDream5-Jun-09 16:55
SSDream5-Jun-09 16:55 
AnswerRe: Use ActiveX without registration Pin
Christian Graus5-Jun-09 16:58
protectorChristian Graus5-Jun-09 16:58 
GeneralRe: Use ActiveX without registration Pin
SSDream6-Jun-09 18:43
SSDream6-Jun-09 18:43 
GeneralRe: Use ActiveX without registration Pin
Nishad S17-Jun-09 3:29
Nishad S17-Jun-09 3:29 
GeneralRe: Use ActiveX without registration Pin
SSDream17-Jun-09 16:32
SSDream17-Jun-09 16:32 
GeneralRe: Use ActiveX without registration Pin
Nishad S17-Jun-09 3:42
Nishad S17-Jun-09 3:42 
QuestionDLL protection Pin
SSDream5-Jun-09 16:53
SSDream5-Jun-09 16:53 
AnswerRe: DLL protection Pin
Christian Graus5-Jun-09 16:56
protectorChristian Graus5-Jun-09 16:56 
AnswerRe: DLL protection Pin
I Believe In GOD5-Jun-09 22:43
I Believe In GOD5-Jun-09 22:43 
AnswerRe: DLL protection Pin
0x3c05-Jun-09 22:58
0x3c05-Jun-09 22:58 
GeneralRe: DLL protection Pin
SSDream6-Jun-09 18:08
SSDream6-Jun-09 18:08 
Question3 forms - how to click button to go to each one Pin
johnnysmith15-Jun-09 15:27
johnnysmith15-Jun-09 15:27 
AnswerRe: 3 forms - how to click button to go to each one Pin
Christian Graus5-Jun-09 16:57
protectorChristian Graus5-Jun-09 16:57 
Sounds like you need to read a beginners book. What you've done, kind of works. But, it's not ideal. Ideally, you have your forms as member variables, and if you want to show one and hide the other, the best way to do that is to make them both controls inside the one form.

Christian Graus

Driven to the arms of OSX by Vista.

Please read this[^] if you don't like the answer I gave to your question.

"! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.

GeneralRe: 3 forms - how to click button to go to each one Pin
johnnysmith15-Jun-09 17:07
johnnysmith15-Jun-09 17:07 

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.