Click here to Skip to main content
15,902,938 members
Home / Discussions / C#
   

C#

 
GeneralRe: Liinking two web pages Pin
Jomon T Jose26-Sep-11 17:24
Jomon T Jose26-Sep-11 17:24 
AnswerRe: Liinking two web pages Pin
ScottM126-Sep-11 20:34
ScottM126-Sep-11 20:34 
AnswerRe: Liinking two web pages Pin
Armando de la Torre26-Sep-11 21:28
Armando de la Torre26-Sep-11 21:28 
QuestionGDI+ with Graphics Object and text boxes, etc in c# 4.0 Pin
AU Jase26-Sep-11 2:40
AU Jase26-Sep-11 2:40 
AnswerRe: GDI+ with Graphics Object and text boxes, etc in c# 4.0 Pin
Dave Kreskowiak26-Sep-11 3:56
mveDave Kreskowiak26-Sep-11 3:56 
AnswerRe: GDI+ with Graphics Object and text boxes, etc in c# 4.0 Pin
Luc Pattyn26-Sep-11 4:15
sitebuilderLuc Pattyn26-Sep-11 4:15 
GeneralRe: GDI+ with Graphics Object and text boxes, etc in c# 4.0 Pin
AU Jase26-Sep-11 16:20
AU Jase26-Sep-11 16:20 
AnswerRe: GDI+ with Graphics Object and text boxes, etc in c# 4.0 Pin
Luc Pattyn26-Sep-11 16:43
sitebuilderLuc Pattyn26-Sep-11 16:43 
hi Jase,

1.
you probably created a mess with classes inside other classes. In my example, I had public class DoubleBufferedPanel : Panel {...} directly in its namespace, and that is what I recommend.

2.
Stop using confusing names, a namespace should not be called PanelForm as it is NOT a form.

3.
AU Jase wrote:
or should I use a timer to achieve the same result !

I already answered that one twice.

4.
AU Jase wrote:
Graphics ... coupled with textboxes and labels is bad form ?

Not necessarily, however you could make another mess of it; and it may harm performance and cause flicker.

5.
IMO you need to study the basics first, walk before you run. Why don't you spend a day or two on an introductory book to C# and Windows programming? (And no, I don't have a recommendation at hand).

Smile | :)
Luc Pattyn [My Articles] Nil Volentibus Arduum

QuestionChanges in already excisted excel file Pin
Member 387988126-Sep-11 1:54
Member 387988126-Sep-11 1:54 
AnswerRe: Changes in already excisted excel file Pin
Dave Kreskowiak26-Sep-11 3:53
mveDave Kreskowiak26-Sep-11 3:53 
AnswerRe: Changes in already excisted excel file Pin
Alan Balkany26-Sep-11 5:23
Alan Balkany26-Sep-11 5:23 
QuestionCouldn't able to set the environment variables Pin
NarVish26-Sep-11 1:18
NarVish26-Sep-11 1:18 
AnswerRe: Couldn't able to set the environment variables Pin
Daniel.Grondal26-Sep-11 1:47
Daniel.Grondal26-Sep-11 1:47 
GeneralRe: Couldn't able to set the environment variables Pin
NarVish26-Sep-11 2:46
NarVish26-Sep-11 2:46 
GeneralRe: Couldn't able to set the environment variables Pin
Daniel.Grondal26-Sep-11 10:08
Daniel.Grondal26-Sep-11 10:08 
GeneralRe: Couldn't able to set the environment variables Pin
NarVish26-Sep-11 18:19
NarVish26-Sep-11 18:19 
AnswerRe: Couldn't able to set the environment variables Pin
Ravi Bhavnani26-Sep-11 1:47
professionalRavi Bhavnani26-Sep-11 1:47 
GeneralRe: Couldn't able to set the environment variables Pin
NarVish26-Sep-11 2:46
NarVish26-Sep-11 2:46 
AnswerRe: Couldn't able to set the environment variables PinPopular
PIEBALDconsult26-Sep-11 2:47
mvePIEBALDconsult26-Sep-11 2:47 
AnswerRe: Couldn't able to set the environment variables Pin
Ravi Bhavnani26-Sep-11 3:49
professionalRavi Bhavnani26-Sep-11 3:49 
Questionproject ideas Pin
angel 225-Sep-11 21:37
angel 225-Sep-11 21:37 
AnswerRe: project ideas Pin
Dalek Dave25-Sep-11 21:43
professionalDalek Dave25-Sep-11 21:43 
AnswerRe: project ideas Pin
Bernhard Hiller26-Sep-11 0:43
Bernhard Hiller26-Sep-11 0:43 
AnswerRe: project ideas Pin
Rob Philpott26-Sep-11 1:55
Rob Philpott26-Sep-11 1:55 
AnswerRe: project ideas Pin
Nagy Vilmos26-Sep-11 1:57
professionalNagy Vilmos26-Sep-11 1:57 

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.