S
Steve Twors
// do this in dotnet ...
newtabpage = new System.Windows.Forms.TabPage();
newtabpage.Text = "this does not work";
tempstring = newtabpage.Text; // << put breakpoint here
Text property says its "Form1" even though I just set it to "this does not
work".
It correctly displays "this does not work" on my computer screen though.
What up with this crap? thanks,
newtabpage = new System.Windows.Forms.TabPage();
newtabpage.Text = "this does not work";
tempstring = newtabpage.Text; // << put breakpoint here
Text property says its "Form1" even though I just set it to "this does not
work".
It correctly displays "this does not work" on my computer screen though.
What up with this crap? thanks,