Click here to Skip to main content
15,891,529 members
Home / Discussions / C#
   

C#

 
QuestionGenerics in an Attribute? Pin
Ista23-Aug-06 9:17
Ista23-Aug-06 9:17 
AnswerRe: Generics in an Attribute? Pin
Nader Elshehabi23-Aug-06 9:51
Nader Elshehabi23-Aug-06 9:51 
QuestionWeb Browser Control link re-direction Pin
Josiah Smith23-Aug-06 8:57
Josiah Smith23-Aug-06 8:57 
AnswerRe: Web Browser Control link re-direction Pin
Nader Elshehabi23-Aug-06 10:00
Nader Elshehabi23-Aug-06 10:00 
GeneralRe: Web Browser Control link re-direction Pin
Josiah Smith23-Aug-06 13:36
Josiah Smith23-Aug-06 13:36 
GeneralRe: Web Browser Control link re-direction Pin
Josiah Smith31-Oct-06 7:41
Josiah Smith31-Oct-06 7:41 
QuestionAgregation vs Heredity Pin
Legolas_Bilbao23-Aug-06 8:37
Legolas_Bilbao23-Aug-06 8:37 
AnswerRe: Agregation vs Heredity Pin
Jun Du23-Aug-06 8:51
Jun Du23-Aug-06 8:51 
GeneralRe: Agregation vs Heredity Pin
Legolas_Bilbao23-Aug-06 21:12
Legolas_Bilbao23-Aug-06 21:12 
GeneralRe: Agregation vs Heredity Pin
Jun Du24-Aug-06 3:26
Jun Du24-Aug-06 3:26 
GeneralRe: Agregation vs Heredity Pin
Legolas_Bilbao25-Aug-06 8:15
Legolas_Bilbao25-Aug-06 8:15 
QuestionPainting a button Pin
kalyanPaladugu23-Aug-06 8:04
kalyanPaladugu23-Aug-06 8:04 
AnswerRe: Painting a button Pin
BarV23-Aug-06 8:08
BarV23-Aug-06 8:08 
AnswerRe: Painting a button Pin
Nader Elshehabi23-Aug-06 9:39
Nader Elshehabi23-Aug-06 9:39 
GeneralRe: Painting a button Pin
Christian Graus23-Aug-06 12:01
protectorChristian Graus23-Aug-06 12:01 
Questionone instance Pin
TAREQ F ABUZUHRI23-Aug-06 7:07
TAREQ F ABUZUHRI23-Aug-06 7:07 
AnswerRe: one instance Pin
Not Active23-Aug-06 7:59
mentorNot Active23-Aug-06 7:59 
AnswerRe: one instance Pin
Guffa23-Aug-06 8:02
Guffa23-Aug-06 8:02 
QuestionWYSIWYG Html control for Windows Form Pin
Nadia Monalisa23-Aug-06 6:56
Nadia Monalisa23-Aug-06 6:56 
AnswerRe: WYSIWYG Html control for Windows Form Pin
Chris Maunder23-Aug-06 17:06
cofounderChris Maunder23-Aug-06 17:06 
GeneralRe: WYSIWYG Html control for Windows Form Pin
emran83423-Aug-06 18:24
emran83423-Aug-06 18:24 
QuestionSafe Vs. Unsafe Pixel Processing... Pin
Shy Agam23-Aug-06 6:24
Shy Agam23-Aug-06 6:24 
AnswerRe: Safe Vs. Unsafe Pixel Processing... Pin
leppie23-Aug-06 6:51
leppie23-Aug-06 6:51 
Questionevent Pin
TAREQ F ABUZUHRI23-Aug-06 6:20
TAREQ F ABUZUHRI23-Aug-06 6:20 
AnswerRe: event Pin
Nader Elshehabi23-Aug-06 9:23
Nader Elshehabi23-Aug-06 9:23 
Hello

You should put your code in the Form.Shown event. Yet, notice that it needs .Net version 2.0

If you don't have version 2.0 you may try the Activated event, yet it will be fired evry time you code is activate it. So if you want to run it once, make a bool and set it to false after the first time.

RegardsRose | [Rose]

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.