Click here to Skip to main content
15,795,318 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: How to Raise event before and after loading data to datagridview when virtual mode on Pin
Eddy Vluggen20-Jul-15 10:42
professionalEddy Vluggen20-Jul-15 10:42 
QuestionUse of Unicode characters -> Syntax. Pin
Mateo Hernández17-Jul-15 4:30
Mateo Hernández17-Jul-15 4:30 
AnswerRe: Use of Unicode characters -> Syntax. Pin
Richard MacCutchan17-Jul-15 4:33
mveRichard MacCutchan17-Jul-15 4:33 
GeneralRe: Use of Unicode characters -> Syntax. Pin
Mateo Hernández18-Jul-15 4:37
Mateo Hernández18-Jul-15 4:37 
QuestionWindows Form Shown Pin
Mateo Hernández12-Jul-15 13:58
Mateo Hernández12-Jul-15 13:58 
AnswerRe: Windows Form Shown Pin
erwinliong12-Jul-15 15:55
erwinliong12-Jul-15 15:55 
GeneralRe: Windows Form Shown Pin
Mateo Hernández12-Jul-15 21:45
Mateo Hernández12-Jul-15 21:45 
GeneralRe: Windows Form Shown Pin
Mateo Hernández13-Jul-15 0:11
Mateo Hernández13-Jul-15 0:11 
Hi!
As you suggested, I tried the example in

https://msdn.microsoft.com/en-us/library/system.windows.forms.form.load%28v=vs.100%29.aspx[^]

Had to change the code a bit, but managed to get it working and added a Form1_Shown event as well. Two things:
1) IMHO, I think that's what I need instead of a Form1_Load event, because I want to add something after the form has loaded and displayed all the controls with their initial values.
2) I have a bigger question now: What's the practical difference between the load event and the constructor code that I can write at the beginning of the form, right after the InitializeComponent() part?
Can you help me? THANK YOU, again!
GeneralRe: Windows Form Shown Pin
Sascha Lefèvre13-Jul-15 5:20
professionalSascha Lefèvre13-Jul-15 5:20 
GeneralRe: Windows Form Shown Pin
Mateo Hernández17-Jul-15 4:14
Mateo Hernández17-Jul-15 4:14 
QuestionFolder Permissions - Urgent Help Please Pin
Seuss13-May-15 4:09
Seuss13-May-15 4:09 
AnswerRe: Folder Permissions - Urgent Help Please Pin
Dave Kreskowiak25-May-15 4:57
mveDave Kreskowiak25-May-15 4:57 
AnswerRe: Folder Permissions - Urgent Help Please Pin
Nitzan Levi22-Aug-15 20:50
Nitzan Levi22-Aug-15 20:50 
QuestionAccordion in windows Forms Pin
sudevsu24-Apr-15 6:25
sudevsu24-Apr-15 6:25 
AnswerRe: Accordion in windows Forms Pin
Richard MacCutchan24-Apr-15 8:01
mveRichard MacCutchan24-Apr-15 8:01 
GeneralRe: Accordion in windows Forms Pin
sudevsu24-Apr-15 8:29
sudevsu24-Apr-15 8:29 
QuestionRe: Accordion in windows Forms Pin
Eddy Vluggen24-Apr-15 8:28
professionalEddy Vluggen24-Apr-15 8:28 
AnswerRe: Accordion in windows Forms Pin
sudevsu24-Apr-15 8:32
sudevsu24-Apr-15 8:32 
GeneralRe: Accordion in windows Forms Pin
Eddy Vluggen24-Apr-15 8:38
professionalEddy Vluggen24-Apr-15 8:38 
GeneralRe: Accordion in windows Forms Pin
sudevsu24-Apr-15 8:59
sudevsu24-Apr-15 8:59 
AnswerRe: Accordion in windows Forms Pin
Richard Deeming27-Apr-15 3:47
mveRichard Deeming27-Apr-15 3:47 
GeneralRe: Accordion in windows Forms Pin
sudevsu30-Apr-15 8:48
sudevsu30-Apr-15 8:48 
QuestionPRINT A DATAGRID WHITH VB.NET Pin
Member 1163064821-Apr-15 10:41
Member 1163064821-Apr-15 10:41 
AnswerRe: PRINT A DATAGRID WHITH VB.NET Pin
Eddy Vluggen21-Apr-15 11:04
professionalEddy Vluggen21-Apr-15 11:04 
GeneralRe: PRINT A DATAGRID WHITH VB.NET Pin
Member 1163064821-Apr-15 12:04
Member 1163064821-Apr-15 12:04 

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.