Click here to Skip to main content
15,867,704 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: System.Appdomain.CreatedDomain(...) returns __TransparentProxy ?!? Pin
Rein_Petersen14-Oct-05 6:04
Rein_Petersen14-Oct-05 6:04 
QuestionGetting size (in bytes) of Bitmap object Pin
nzmike11-Oct-05 23:09
nzmike11-Oct-05 23:09 
Questionrequiredfield validator and rangevalidators don't work on remote server?? Pin
vicky45711-Oct-05 13:22
vicky45711-Oct-05 13:22 
QuestionGUI Framework Pin
Al Baraki11-Oct-05 6:21
Al Baraki11-Oct-05 6:21 
AnswerRe: GUI Framework Pin
Dave Kreskowiak11-Oct-05 6:54
mveDave Kreskowiak11-Oct-05 6:54 
GeneralRe: GUI Framework Pin
John M. Drescher11-Oct-05 12:22
John M. Drescher11-Oct-05 12:22 
GeneralRe: GUI Framework Pin
Dave Kreskowiak11-Oct-05 13:49
mveDave Kreskowiak11-Oct-05 13:49 
QuestionI'm no magician! Pin
CoolAmir11-Oct-05 2:14
CoolAmir11-Oct-05 2:14 
Hi guys =)

Just drag in a ListBox & copy/paste this piece of code & run.
<br />
for (int i=0; i<50; i++)<br />
{<br />
   listBox1.Items.Add("");<br />
   TextBox tx = new TextBox();<br />
   tx.Location = new Point(0,i*20);<br />
   listBox1.Controls.Add(tx);<br />
}<br />

Now scroll the listbox as fast as u can. Items disappear! WTF | :WTF: WTF | :WTF: WTF | :WTF: That's on XP ofcourse.
Anyone can help?


-- modified at 8:55 Tuesday 11th October, 2005
AnswerRe: ME TOO Pin
militiaware12-Oct-05 16:10
militiaware12-Oct-05 16:10 
QuestionRegex URL problem - help needed! Pin
nzmike11-Oct-05 1:25
nzmike11-Oct-05 1:25 
AnswerRe: Regex URL problem - help needed! Pin
minhpc_bk11-Oct-05 16:44
minhpc_bk11-Oct-05 16:44 
GeneralRe: Regex URL problem - help needed! Pin
nzmike11-Oct-05 16:48
nzmike11-Oct-05 16:48 
QuestionIIS Pin
Nisha8010-Oct-05 22:33
Nisha8010-Oct-05 22:33 
AnswerRe: IIS Pin
Dave Kreskowiak11-Oct-05 6:51
mveDave Kreskowiak11-Oct-05 6:51 
AnswerRe: IIS Pin
Nuray15-Oct-05 0:22
Nuray15-Oct-05 0:22 
Questioninterview question Pin
Anonymous9-Oct-05 20:18
Anonymous9-Oct-05 20:18 
AnswerRe: interview question Pin
Colin Angus Mackay9-Oct-05 21:37
Colin Angus Mackay9-Oct-05 21:37 
GeneralRe: interview question Pin
Anonymous9-Oct-05 22:45
Anonymous9-Oct-05 22:45 
QuestionStreamWriter cutting short Pin
nim529-Oct-05 11:49
nim529-Oct-05 11:49 
AnswerRe: StreamWriter cutting short Pin
Dave Kreskowiak9-Oct-05 14:38
mveDave Kreskowiak9-Oct-05 14:38 
GeneralRe: StreamWriter cutting short Pin
nim529-Oct-05 14:51
nim529-Oct-05 14:51 
AnswerRe: StreamWriter cutting short Pin
S. Senthil Kumar9-Oct-05 19:28
S. Senthil Kumar9-Oct-05 19:28 
Questionhow can i send SUM Parameter from Form to.. Pin
kings_19-Oct-05 8:45
kings_19-Oct-05 8:45 
QuestionHow to determine the installation directory in a setup project... Pin
Fredy8-Oct-05 6:57
Fredy8-Oct-05 6:57 
AnswerRe: How to determine the installation directory in a setup project... Pin
rwestgraham8-Oct-05 21:10
rwestgraham8-Oct-05 21:10 

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.