Click here to Skip to main content
15,891,708 members
Home / Discussions / Windows Forms
   

Windows Forms

 
QuestionOpen a form Modally only to the calling form Pin
cfao16-Nov-07 12:55
cfao16-Nov-07 12:55 
AnswerRe: Open a form Modally only to the calling form Pin
pishkari17-Nov-07 23:51
pishkari17-Nov-07 23:51 
Question.Net Paint events causes blinking Pin
JoeJoe10116-Nov-07 12:33
JoeJoe10116-Nov-07 12:33 
AnswerRe: .Net Paint events causes blinking Pin
JoeJoe10116-Nov-07 13:02
JoeJoe10116-Nov-07 13:02 
Questionemail validation Pin
afreen taj15-Nov-07 18:48
afreen taj15-Nov-07 18:48 
AnswerRe: email validation Pin
DigiOz Multimedia18-Nov-07 9:40
DigiOz Multimedia18-Nov-07 9:40 
QuestionChanging base form UI design, does not reflect in inherited form. Pin
kumar.bs15-Nov-07 14:10
kumar.bs15-Nov-07 14:10 
AnswerRe: Changing base form UI design, does not reflect in inherited form. Pin
Luc Pattyn15-Nov-07 14:51
sitebuilderLuc Pattyn15-Nov-07 14:51 
Hi,

if you add a Control to FormA inside its constructor (either programmatically or through
Visual Designer), it will be present in every instance of FormA, as well as in every
instance of FormB which inherits from FormA.

if you programmatically add a Control to an instance of FormA after it has been constructed,
then its FormA and FormB sibblings would not know this.

If none of the above seem to fit, please explain more and/or show the essential parts
of your code.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]


this months tips:
- use PRE tags to preserve formatting when showing multi-line code snippets
- before you ask a question here, search CodeProject, then Google


QuestionBackground text in treeview? Pin
ErikZ14-Nov-07 23:25
ErikZ14-Nov-07 23:25 
AnswerRe: Background text in treeview? Pin
TJoe15-Nov-07 2:30
TJoe15-Nov-07 2:30 
GeneralRe: Background text in treeview? Pin
ErikZ15-Nov-07 2:36
ErikZ15-Nov-07 2:36 
Questionbatch file code to send 'net send' message Pin
vat2do14-Nov-07 20:22
vat2do14-Nov-07 20:22 
AnswerRe: batch file code to send 'net send' message Pin
Christian Graus14-Nov-07 20:44
protectorChristian Graus14-Nov-07 20:44 
Questionhow to get the service startup type from an external application Pin
Anandpatel2314-Nov-07 19:00
Anandpatel2314-Nov-07 19:00 
AnswerRe: how to get the service startup type from an external application Pin
TJoe15-Nov-07 2:26
TJoe15-Nov-07 2:26 
Question.NET3 - Docked Grid hijacks focus Pin
Montago14-Nov-07 0:11
Montago14-Nov-07 0:11 
Questionpassing value to one form to other form Pin
kiran@p2softech13-Nov-07 22:46
kiran@p2softech13-Nov-07 22:46 
AnswerRe: passing value to one form to other form Pin
Christian Graus13-Nov-07 23:33
protectorChristian Graus13-Nov-07 23:33 
AnswerRe: passing value to one form to other form Pin
Giorgi Dalakishvili14-Nov-07 0:47
mentorGiorgi Dalakishvili14-Nov-07 0:47 
Questionwindows forms datagridview Pin
kiran@p2softech13-Nov-07 18:51
kiran@p2softech13-Nov-07 18:51 
AnswerRe: windows forms datagridview Pin
Christian Graus13-Nov-07 19:02
protectorChristian Graus13-Nov-07 19:02 
GeneralRe: windows forms datagridview Pin
kiran@p2softech13-Nov-07 19:34
kiran@p2softech13-Nov-07 19:34 
GeneralRe: windows forms datagridview Pin
kiran@p2softech13-Nov-07 19:45
kiran@p2softech13-Nov-07 19:45 
GeneralRe: windows forms datagridview Pin
Christian Graus13-Nov-07 19:55
protectorChristian Graus13-Nov-07 19:55 
QuestionFill text fields on web page Pin
mcnewsxp13-Nov-07 4:07
mcnewsxp13-Nov-07 4:07 

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.