Click here to Skip to main content
15,883,915 members
Home / Discussions / C#
   

C#

 
Questioncode for detecting an IP address Pin
raniam25-Apr-06 14:13
raniam25-Apr-06 14:13 
AnswerRe: code for detecting an IP address Pin
Graham Nimbley25-Apr-06 15:03
Graham Nimbley25-Apr-06 15:03 
Questionbitmap from a Graphics object Pin
likefood25-Apr-06 13:28
likefood25-Apr-06 13:28 
AnswerRe: bitmap from a Graphics object Pin
Graham Nimbley25-Apr-06 13:57
Graham Nimbley25-Apr-06 13:57 
GeneralRe: bitmap from a Graphics object Pin
likefood25-Apr-06 14:00
likefood25-Apr-06 14:00 
AnswerRe: bitmap from a Graphics object Pin
Robert Rohde25-Apr-06 18:16
Robert Rohde25-Apr-06 18:16 
GeneralRe: bitmap from a Graphics object Pin
likefood26-Apr-06 6:54
likefood26-Apr-06 6:54 
GeneralRe: bitmap from a Graphics object Pin
Robert Rohde26-Apr-06 8:03
Robert Rohde26-Apr-06 8:03 
That it needs to be repainted is just how windows works. You have to catch the Paint event (or override OnPaint) from the panel and draw your stuff there everytime it gets called. Using a back buffer is nevertheless a good idea.
GeneralRe: bitmap from a Graphics object Pin
likefood26-Apr-06 11:05
likefood26-Apr-06 11:05 
QuestionFile Copy Problem (C# Newb) Pin
teejayem25-Apr-06 12:44
teejayem25-Apr-06 12:44 
AnswerRe: File Copy Problem (C# Newb) Pin
Graham Nimbley25-Apr-06 13:21
Graham Nimbley25-Apr-06 13:21 
GeneralRe: File Copy Problem (C# Newb) Pin
teejayem25-Apr-06 13:29
teejayem25-Apr-06 13:29 
AnswerRe: File Copy Problem (C# Newb) Pin
Guffa25-Apr-06 13:23
Guffa25-Apr-06 13:23 
GeneralRe: File Copy Problem (C# Newb) Pin
teejayem25-Apr-06 13:31
teejayem25-Apr-06 13:31 
Questionsum up values in DataTable Pin
kani9825-Apr-06 11:34
kani9825-Apr-06 11:34 
AnswerRe: sum up values in DataTable Pin
Robert Rohde25-Apr-06 19:52
Robert Rohde25-Apr-06 19:52 
GeneralRe: sum up values in DataTable Pin
kani9826-Apr-06 5:13
kani9826-Apr-06 5:13 
QuestionChange textbox to listbox at runtime Pin
oracleConvert25-Apr-06 10:03
oracleConvert25-Apr-06 10:03 
AnswerRe: Change textbox to listbox at runtime Pin
Christian Graus25-Apr-06 10:08
protectorChristian Graus25-Apr-06 10:08 
GeneralRe: Change textbox to listbox at runtime Pin
oracleConvert27-Apr-06 7:03
oracleConvert27-Apr-06 7:03 
GeneralRe: Change textbox to listbox at runtime Pin
Christian Graus27-Apr-06 10:53
protectorChristian Graus27-Apr-06 10:53 
QuestionWindows authentication Domainname\Userid Pin
krishna nimmalapudi25-Apr-06 9:56
krishna nimmalapudi25-Apr-06 9:56 
AnswerRe: Windows authentication Domainname\Userid Pin
tapsbin25-Apr-06 11:28
tapsbin25-Apr-06 11:28 
GeneralRe: Windows authentication Domainname\Userid Pin
krishna nimmalapudi25-Apr-06 17:01
krishna nimmalapudi25-Apr-06 17:01 
QuestionList groups of AD Pin
yuki1025-Apr-06 8:25
yuki1025-Apr-06 8:25 

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.