Click here to Skip to main content
15,887,821 members
Home / Discussions / C#
   

C#

 
GeneralExport to Excel Problem Pin
Jassim Rahma10-Jan-03 0:10
Jassim Rahma10-Jan-03 0:10 
GeneralCommandbars Pin
suresh_sathya9-Jan-03 20:18
suresh_sathya9-Jan-03 20:18 
QuestionInclude Dll's in Build? Pin
granthnk9-Jan-03 16:54
granthnk9-Jan-03 16:54 
AnswerRe: Include Dll's in Build? Pin
Stephane Rodriguez.9-Jan-03 21:09
Stephane Rodriguez.9-Jan-03 21:09 
QuestionHow to get control reference from handle? Pin
FruitBatInShades9-Jan-03 14:01
FruitBatInShades9-Jan-03 14:01 
AnswerRe: How to get control reference from handle? Pin
leppie9-Jan-03 20:51
leppie9-Jan-03 20:51 
GeneralStatic TextBoxt that keeps disappearing Pin
laphijia9-Jan-03 13:43
laphijia9-Jan-03 13:43 
GeneralRe: Static TextBoxt that keeps disappearing Pin
FruitBatInShades9-Jan-03 14:07
FruitBatInShades9-Jan-03 14:07 
I don't think declaring a control as static is valid!Unsure | :~
The code you show is generated by (and deleted by) the form designer. If it doesn't like your declaration it will probably strip the control on code generation.

i.e. the code that the form designer creates.

Calc.tbDisplay = new System.Windows.Forms.TextBox();<br />
<br />
// tbDisplay<br />
// <br />
Calc.tbDisplay.Location = new System.Drawing.Point(136, 56);<br />
Calc.tbDisplay.Name = "tbDisplay";<br />
Calc.tbDisplay.Size = new System.Drawing.Size(208, 20);<br />
Calc.tbDisplay.TabIndex = 18;<br />
Calc.tbDisplay.Text = "0";<br />
Calc.tbDisplay.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;

GeneralRe: Static TextBoxt that keeps disappearing Pin
laphijia9-Jan-03 21:33
laphijia9-Jan-03 21:33 
Generalweird MSCORLIB Exception Pin
matthias s.9-Jan-03 11:36
matthias s.9-Jan-03 11:36 
GeneralRe: weird MSCORLIB Exception Pin
leppie9-Jan-03 12:13
leppie9-Jan-03 12:13 
GeneralRe: weird MSCORLIB Exception Pin
matthias s.10-Jan-03 6:33
matthias s.10-Jan-03 6:33 
GeneralRe: weird MSCORLIB Exception Pin
leppie10-Jan-03 6:55
leppie10-Jan-03 6:55 
GeneralRe: weird MSCORLIB Exception Pin
matthias s.10-Jan-03 7:32
matthias s.10-Jan-03 7:32 
GeneralRe: weird MSCORLIB Exception - Solution Pin
matthias s.10-Jan-03 7:47
matthias s.10-Jan-03 7:47 
GeneralRe: weird MSCORLIB Exception Pin
James T. Johnson10-Jan-03 18:31
James T. Johnson10-Jan-03 18:31 
GeneralRe: weird MSCORLIB Exception Pin
leppie11-Jan-03 0:23
leppie11-Jan-03 0:23 
Question'Subclassing' child controls. Is it possible? Pin
FruitBatInShades9-Jan-03 10:45
FruitBatInShades9-Jan-03 10:45 
AnswerRe: 'Subclassing' child controls. Is it possible? Pin
leppie9-Jan-03 11:00
leppie9-Jan-03 11:00 
GeneralRe: 'Subclassing' child controls. Is it possible? Pin
FruitBatInShades9-Jan-03 11:10
FruitBatInShades9-Jan-03 11:10 
GeneralRe: 'Subclassing' child controls. Is it possible? Pin
David Stone11-Jan-03 5:16
sitebuilderDavid Stone11-Jan-03 5:16 
GeneralQuestion on xml encoding in C# Pin
Bugoy9-Jan-03 10:29
Bugoy9-Jan-03 10:29 
GeneralRe: Question on xml encoding in C# Pin
leppie9-Jan-03 10:46
leppie9-Jan-03 10:46 
GeneralRe: Question on xml encoding in C# Pin
Bugoy9-Jan-03 11:49
Bugoy9-Jan-03 11:49 
GeneralRe: Question on xml encoding in C# Pin
leppie9-Jan-03 12:05
leppie9-Jan-03 12:05 

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.