Click here to Skip to main content
15,892,674 members
Home / Discussions / C#
   

C#

 
GeneralRe: String to Int Pin
Blekk15-Nov-06 6:11
Blekk15-Nov-06 6:11 
AnswerRe: String to Int Pin
Syed Shahid Hussain15-Nov-06 6:16
Syed Shahid Hussain15-Nov-06 6:16 
AnswerRe: String to Int Pin
Jon Sagara15-Nov-06 6:34
Jon Sagara15-Nov-06 6:34 
QuestionDisplaying a Control at Runtime Pin
Gareth H15-Nov-06 5:06
Gareth H15-Nov-06 5:06 
AnswerRe: Displaying a Control at Runtime Pin
led mike15-Nov-06 5:14
led mike15-Nov-06 5:14 
AnswerRe: Displaying a Control at Runtime Pin
vinSharp15-Nov-06 20:22
vinSharp15-Nov-06 20:22 
GeneralRe: Displaying a Control at Runtime Pin
Gareth H15-Nov-06 22:49
Gareth H15-Nov-06 22:49 
GeneralRe: Displaying a Control at Runtime Pin
vinSharp16-Nov-06 0:00
vinSharp16-Nov-06 0:00 
gareth111,

By points 1 and 2 I meant the following:
Suppose you add InitControl at Location (10,10) within the this.Controls
and elsewhere you add another opaque control whose span overlaps the InitControl, then also it would make your control invisible.

To do a double check on that, add the following line after initControl.SetBounds(...)

Add the line: initControl.BringToFront()

Check whether this works for you...

There are two types of fools in this world: One who give advice and the others who do not take it...

GeneralRe: Displaying a Control at Runtime Pin
Gareth H16-Nov-06 1:23
Gareth H16-Nov-06 1:23 
Questionuse c# to search for an hardware Pin
keroed_edmond15-Nov-06 4:46
keroed_edmond15-Nov-06 4:46 
AnswerRe: use c# to search for an hardware Pin
Judah Gabriel Himango15-Nov-06 11:59
sponsorJudah Gabriel Himango15-Nov-06 11:59 
Questionfilter datagrid bound to arraylist Pin
zamillia zuma15-Nov-06 3:45
zamillia zuma15-Nov-06 3:45 
AnswerRe: filter datagrid bound to arraylist Pin
Kevin McFarlane15-Nov-06 4:14
Kevin McFarlane15-Nov-06 4:14 
AnswerRe: filter datagrid bound to arraylist Pin
Drew McGhie15-Nov-06 4:40
Drew McGhie15-Nov-06 4:40 
GeneralRe: filter datagrid bound to arraylist Pin
zamillia zuma15-Nov-06 4:49
zamillia zuma15-Nov-06 4:49 
GeneralRe: filter datagrid bound to arraylist Pin
Drew McGhie15-Nov-06 9:55
Drew McGhie15-Nov-06 9:55 
GeneralRe: filter datagrid bound to arraylist Pin
zamillia zuma15-Nov-06 9:56
zamillia zuma15-Nov-06 9:56 
GeneralRe: filter datagrid bound to arraylist Pin
Drew McGhie15-Nov-06 10:50
Drew McGhie15-Nov-06 10:50 
GeneralRe: filter datagrid bound to arraylist Pin
zamillia zuma17-Nov-06 0:23
zamillia zuma17-Nov-06 0:23 
QuestionMaster pages and menus Pin
lsugirljte15-Nov-06 3:37
lsugirljte15-Nov-06 3:37 
AnswerRe: Master pages and menus Pin
Stefan Troschuetz15-Nov-06 6:04
Stefan Troschuetz15-Nov-06 6:04 
AnswerRe: Master pages and menus Pin
lsugirljte15-Nov-06 6:07
lsugirljte15-Nov-06 6:07 
Questioncalculating with measurements Pin
Yustme15-Nov-06 3:35
Yustme15-Nov-06 3:35 
AnswerRe: calculating with measurements Pin
ednrgc15-Nov-06 3:42
ednrgc15-Nov-06 3:42 
GeneralRe: calculating with measurements Pin
Yustme15-Nov-06 3:49
Yustme15-Nov-06 3:49 

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.