Click here to Skip to main content
15,916,189 members
Home / Discussions / C#
   

C#

 
GeneralRe: HttpWebRequest Timeout Problem Pin
surfman193-Sep-05 14:36
surfman193-Sep-05 14:36 
GeneralRe: HttpWebRequest Timeout Problem Pin
Andy Brummer3-Sep-05 17:03
sitebuilderAndy Brummer3-Sep-05 17:03 
GeneralRe: HttpWebRequest Timeout Problem Pin
surfman194-Sep-05 1:23
surfman194-Sep-05 1:23 
QuestionCurciut problem Pin
Niklas Ulvinge3-Sep-05 3:30
Niklas Ulvinge3-Sep-05 3:30 
AnswerRe: Curciut problem Pin
rudy.net3-Sep-05 5:21
rudy.net3-Sep-05 5:21 
GeneralRe: Curciut problem Pin
Niklas Ulvinge3-Sep-05 5:33
Niklas Ulvinge3-Sep-05 5:33 
QuestionNow, how to extract low nibble and high nibble from a byte? Pin
bouli3-Sep-05 3:15
bouli3-Sep-05 3:15 
AnswerRe: Now, how to extract low nibble and high nibble from a byte? Pin
Colin Angus Mackay3-Sep-05 3:21
Colin Angus Mackay3-Sep-05 3:21 
AnswerRe: Now, how to extract low nibble and high nibble from a byte? Pin
Guffa3-Sep-05 6:09
Guffa3-Sep-05 6:09 
QuestionPlease Heeeeeeeeelp: Problem with Pinvoke??? Pin
E6AD3-Sep-05 2:46
E6AD3-Sep-05 2:46 
Questionlooping statement Pin
Anonymous3-Sep-05 1:53
Anonymous3-Sep-05 1:53 
QuestionRe: looping statement Pin
Guffa3-Sep-05 2:10
Guffa3-Sep-05 2:10 
AnswerRe: looping statement Pin
Libor Tinka3-Sep-05 2:42
Libor Tinka3-Sep-05 2:42 
AnswerRe: looping statement Pin
Colin Angus Mackay3-Sep-05 3:23
Colin Angus Mackay3-Sep-05 3:23 
QuestionMy C++ MFC-app into a dll -> to be used in .NET app… Pin
anderslundsgard3-Sep-05 1:25
anderslundsgard3-Sep-05 1:25 
QuestionHow to concatenate 2 nibbles in 1 byte? Pin
bouli3-Sep-05 1:22
bouli3-Sep-05 1:22 
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 
GeneralRe: Need help! - accessing disposed object Pin
Libor Tinka3-Sep-05 9:06
Libor Tinka3-Sep-05 9:06 
When I use Controls.Remove(Control), the form start to working weird. It seems to be inactive (light blue) and blinking when clicked, but still keeping inactive.

I also tried to use SuspendLayout() and ResumeLayout() methods. Nothing changed.

And when all things worked (I had to remove more controls), Windows.Forms already tried to access correctly REMOVED and DISPOSED object calling its CreateHandle() method.

The last thing I've done was to change design of my app. I have no more time to solve these bugs, maybe later.

Thanks for answer!

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.