Click here to Skip to main content
15,902,635 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: ThreadStateException Pin
Patrick Etc.17-Feb-08 5:39
Patrick Etc.17-Feb-08 5:39 
GeneralRe: ThreadStateException Pin
johland18-Feb-08 0:29
johland18-Feb-08 0:29 
GeneralProblem with Parent Child Data Binding Pin
Brady Kelly16-Feb-08 7:52
Brady Kelly16-Feb-08 7:52 
GeneralRe: Problem with Parent Child Data Binding Pin
Marc Clifton17-Feb-08 2:05
mvaMarc Clifton17-Feb-08 2:05 
GeneralRe: Problem with Parent Child Data Binding Pin
Brady Kelly17-Feb-08 2:31
Brady Kelly17-Feb-08 2:31 
GeneralRe: Problem with Parent Child Data Binding Pin
Marc Clifton17-Feb-08 2:40
mvaMarc Clifton17-Feb-08 2:40 
GeneralCommon Features and Functions Across Forms Several Forms Pin
Brady Kelly16-Feb-08 1:36
Brady Kelly16-Feb-08 1:36 
GeneralRe: Common Features and Functions Across Forms Several Forms Pin
Luc Pattyn16-Feb-08 1:46
sitebuilderLuc Pattyn16-Feb-08 1:46 
Hi Brady,

if you need a number of forms all sharing some characteristics or capabilities, it seems
logical to me to define such a specialized form class, then instantiate it (or one of
its derivatives). That is OO for you.

If on the other hand, the commonality is not in the form itself, but rather in the
objects (Controls) it contains, creating one or more UserControls may be the way to go;
in this case, the form isn't anything special, you mainly make it easier to populate it.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

This month's tips:
- before you ask a question here, search CodeProject, then Google;
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get;
- use PRE tags to preserve formatting when showing multi-line code snippets.


GeneralRe: Common Features and Functions Across Forms Several Forms Pin
Brady Kelly16-Feb-08 2:24
Brady Kelly16-Feb-08 2:24 
GeneralRe: Common Features and Functions Across Forms Several Forms Pin
Luc Pattyn16-Feb-08 2:36
sitebuilderLuc Pattyn16-Feb-08 2:36 
Generaltimer problem Pin
Miss Maheshwari15-Feb-08 20:08
Miss Maheshwari15-Feb-08 20:08 
GeneralRe: timer problem Pin
Christian Graus16-Feb-08 11:37
protectorChristian Graus16-Feb-08 11:37 
GeneralRe: timer problem Pin
Navneet Hegde25-Feb-08 23:36
Navneet Hegde25-Feb-08 23:36 
GeneralParsing problem string to int Pin
RanaSohail15-Feb-08 5:00
RanaSohail15-Feb-08 5:00 
GeneralRe: Parsing problem string to int Pin
Colin Angus Mackay15-Feb-08 5:15
Colin Angus Mackay15-Feb-08 5:15 
GeneralRe: Parsing problem string to int Pin
Luc Pattyn15-Feb-08 7:56
sitebuilderLuc Pattyn15-Feb-08 7:56 
GeneralRe: Parsing problem string to int Pin
RanaSohail15-Feb-08 20:06
RanaSohail15-Feb-08 20:06 
GeneralRe: Parsing problem string to int Pin
Luc Pattyn16-Feb-08 1:53
sitebuilderLuc Pattyn16-Feb-08 1:53 
General[Message Deleted] Pin
Miss Maheshwari15-Feb-08 1:18
Miss Maheshwari15-Feb-08 1:18 
GeneralRe: not showing the form on mdi parent form Pin
Dave Kreskowiak15-Feb-08 6:11
mveDave Kreskowiak15-Feb-08 6:11 
Generaldatabase problem Pin
Naresh12345678914-Feb-08 23:38
Naresh12345678914-Feb-08 23:38 
GeneralRe: database problem Pin
Colin Angus Mackay15-Feb-08 1:52
Colin Angus Mackay15-Feb-08 1:52 
GeneralRe: database problem Pin
Naresh1234567896-Mar-08 1:18
Naresh1234567896-Mar-08 1:18 
GeneralRe: database problem Pin
Colin Angus Mackay6-Mar-08 1:26
Colin Angus Mackay6-Mar-08 1:26 
GeneralBest practices winforms projects in C# Pin
SimonH7614-Feb-08 22:39
SimonH7614-Feb-08 22:39 

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.