Click here to Skip to main content
15,900,461 members
Home / Discussions / Windows Forms
   

Windows Forms

 
QuestionListView multi-select checkbox bug [modified] Pin
molesworth5-Jun-09 6:17
molesworth5-Jun-09 6:17 
AnswerRe: ListView multi-select checkbox bug Pin
hground26-Mar-10 6:43
hground26-Mar-10 6:43 
QuestionWinform RDLC Report Problem-VS 2005 Pin
Siddhartha S.5-Jun-09 2:06
Siddhartha S.5-Jun-09 2:06 
QuestionHow and where windows remember the window size Pin
rameshbabu_peddapalli4-Jun-09 9:34
rameshbabu_peddapalli4-Jun-09 9:34 
AnswerRe: How and where windows remember the window size Pin
Dave Kreskowiak4-Jun-09 9:46
mveDave Kreskowiak4-Jun-09 9:46 
GeneralRe: How and where windows remember the window size Pin
rameshbabu_peddapalli4-Jun-09 19:41
rameshbabu_peddapalli4-Jun-09 19:41 
GeneralRe: How and where windows remember the window size Pin
Dave Kreskowiak5-Jun-09 3:50
mveDave Kreskowiak5-Jun-09 3:50 
QuestionRe: How and where windows remember the window size Pin
Baeltazor11-Jun-09 18:54
Baeltazor11-Jun-09 18:54 
Sorry to go a little off-topic here, but why is everybody so fixated on using the Registry to store such information?

It's so much easier to use Settings like, create 2 Settings entries and then use:

Form Load:

this.Size.Width = Properties.Settings.Default.SizeWidth;
this.Size.Height = Properties.Settings.Default.SizeHeight;


then, Form_Closing:

Properties.Settings.Default.SizeWidth = this.Size.Width;
Properties.Settings.Default.SizeHeight = this.Size.Height;


It works flawlessly for me, and there's no need to go digging into the registry and spending 75 years trying to find the right place to get/set information. Can someone please explain why virtually everyone prefers or needs to use the registry?

Smile | :)
AnswerRe: How and where windows remember the window size Pin
Dave Kreskowiak12-Jun-09 11:05
mveDave Kreskowiak12-Jun-09 11:05 
AnswerRe: How and where windows remember the window size Pin
Luc Pattyn12-Jun-09 11:22
sitebuilderLuc Pattyn12-Jun-09 11:22 
QuestionDynamically change the Crystal report Pin
bruze4-Jun-09 0:38
bruze4-Jun-09 0:38 
Questionbreakpoint is skiping out Pin
Choubey Prashant3-Jun-09 23:06
Choubey Prashant3-Jun-09 23:06 
AnswerRe: breakpoint is skiping out Pin
Dave Kreskowiak4-Jun-09 1:34
mveDave Kreskowiak4-Jun-09 1:34 
AnswerRe: breakpoint is skiping out Pin
Henry Minute5-Jun-09 5:22
Henry Minute5-Jun-09 5:22 
QuestionIs it possible to Bind a datagridview (or a column in one) across more than one datatable? Pin
rj_hogan3-Jun-09 4:25
rj_hogan3-Jun-09 4:25 
AnswerRe: Is it possible to Bind a datagridview (or a column in one) across more than one datatable? Pin
Dave Kreskowiak3-Jun-09 5:37
mveDave Kreskowiak3-Jun-09 5:37 
GeneralRe: Is it possible to Bind a datagridview (or a column in one) across more than one datatable? Pin
rj_hogan3-Jun-09 6:35
rj_hogan3-Jun-09 6:35 
Questionsqlprofileprovider Pin
anandhakrishnan2-Jun-09 22:29
anandhakrishnan2-Jun-09 22:29 
QuestionFeature/component state Pin
SoumyaSri2-Jun-09 3:09
SoumyaSri2-Jun-09 3:09 
QuestionAdobe illustrator file development library Pin
vietth20042-Jun-09 0:20
vietth20042-Jun-09 0:20 
AnswerRe: Adobe illustrator file development library Pin
BillWoodruff13-Jun-09 22:57
professionalBillWoodruff13-Jun-09 22:57 
NewsFree Half-Day Windows 7 App Compatibility Labs Available in USA in June Pin
brucedkyle1-Jun-09 12:58
brucedkyle1-Jun-09 12:58 
Questionsaving data to sql database from excel sheet Pin
Choubey Prashant1-Jun-09 3:15
Choubey Prashant1-Jun-09 3:15 
AnswerRe: saving data to sql database from excel sheet Pin
Mycroft Holmes1-Jun-09 17:32
professionalMycroft Holmes1-Jun-09 17:32 
QuestionCursor control in Text Box Pin
sakthii1-Jun-09 0:15
sakthii1-Jun-09 0:15 

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.