Click here to Skip to main content
15,895,423 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to concatenate 2 nibbles in 1 byte? Pin
Guffa3-Sep-05 2:10
Guffa3-Sep-05 2:10 
GeneralRe: How to concatenate 2 nibbles in 1 byte? Pin
bouli3-Sep-05 2:11
bouli3-Sep-05 2:11 
AnswerRe: How to concatenate 2 nibbles in 1 byte? Pin
leppie3-Sep-05 2:11
leppie3-Sep-05 2:11 
GeneralRe: How to concatenate 2 nibbles in 1 byte? Pin
bouli3-Sep-05 2:12
bouli3-Sep-05 2:12 
AnswerRe: How to concatenate 2 nibbles in 1 byte? Pin
Anonymous3-Sep-05 2:13
Anonymous3-Sep-05 2:13 
GeneralRe: How to concatenate 2 nibbles in 1 byte? Pin
bouli3-Sep-05 2:16
bouli3-Sep-05 2:16 
QuestionNeed help! - accessing disposed object Pin
Libor Tinka3-Sep-05 0:35
Libor Tinka3-Sep-05 0:35 
AnswerRe: Need help! - accessing disposed object Pin
if_mel_yes_else_no3-Sep-05 8:47
if_mel_yes_else_no3-Sep-05 8:47 
If I'm reading this right. You have a form with a control, and then in your code you dispose of the control? So when you try to activate the window it throws the exception about the disposed object? That's because your form thinks it still exists when you go to re-activate the window. Before you dispose the object, you should remove it from the form with form.controls.remove(yourControl). Then you can dispose of the object all you want.
GeneralRe: Need help! - accessing disposed object Pin
Libor Tinka3-Sep-05 9:06
Libor Tinka3-Sep-05 9:06 
QuestionHow Can I Use Visual Studio Code Editor? Pin
2-Sep-05 22:45
suss2-Sep-05 22:45 
AnswerRe: How Can I Use Visual Studio Code Editor? Pin
leppie3-Sep-05 2:13
leppie3-Sep-05 2:13 
QuestionHow to Develope Independent Clock Pin
Suseel kumar P2-Sep-05 21:42
Suseel kumar P2-Sep-05 21:42 
AnswerRe: How to Develope Independent Clock Pin
Libor Tinka3-Sep-05 0:14
Libor Tinka3-Sep-05 0:14 
QuestionSystem.Type --> Instance Pin
peterchen2-Sep-05 21:42
peterchen2-Sep-05 21:42 
AnswerRe: System.Type --> Instance Pin
Anonymous3-Sep-05 2:15
Anonymous3-Sep-05 2:15 
AnswerRe: System.Type --> Instance Pin
Anonymous3-Sep-05 2:15
Anonymous3-Sep-05 2:15 
AnswerRe: System.Type --> Instance Pin
leppie3-Sep-05 2:16
leppie3-Sep-05 2:16 
Questioncan anyone convert this to C# Pin
Mridang Agarwalla2-Sep-05 21:41
Mridang Agarwalla2-Sep-05 21:41 
AnswerRe: can anyone convert this to C# Pin
leppie3-Sep-05 2:23
leppie3-Sep-05 2:23 
Questionhow to control datetimepicker control manuaaly Pin
ravimohan162-Sep-05 18:41
ravimohan162-Sep-05 18:41 
Questionexporting dataset to excel Pin
Member 22115382-Sep-05 18:28
Member 22115382-Sep-05 18:28 
Questionexporting dataset to excel Pin
Member 22115382-Sep-05 18:25
Member 22115382-Sep-05 18:25 
QuestionHow to create Graphics g? Event Fires Pin
...---...2-Sep-05 14:31
...---...2-Sep-05 14:31 
AnswerRe: How to create Graphics g? Event Fires Pin
Mohamad Al Husseiny2-Sep-05 14:41
Mohamad Al Husseiny2-Sep-05 14:41 
GeneralRe: How to create Graphics g? Event Fires Pin
...---...2-Sep-05 15:01
...---...2-Sep-05 15:01 

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.