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

C#

 
QuestionHelp regarding window form in a window Pin
edel_ong14-Jan-06 17:46
edel_ong14-Jan-06 17:46 
AnswerRe: Help regarding window form in a window Pin
Joshua Quick14-Jan-06 18:30
Joshua Quick14-Jan-06 18:30 
QuestionC# casting problem object to string[] Pin
plsaiuser14-Jan-06 15:34
plsaiuser14-Jan-06 15:34 
AnswerRe: C# casting problem object to string[] Pin
Joshua Quick14-Jan-06 18:15
Joshua Quick14-Jan-06 18:15 
Questionimage 2 mpeg-2 Pin
Kin Tutnik14-Jan-06 14:11
Kin Tutnik14-Jan-06 14:11 
AnswerRe: image 2 mpeg-2 Pin
Sasuko14-Jan-06 14:33
Sasuko14-Jan-06 14:33 
Questionhow do I implement scrolling? PART 2 Pin
Sasuko14-Jan-06 13:46
Sasuko14-Jan-06 13:46 
AnswerRe: how do I implement scrolling? PART 2 Pin
Dave Kreskowiak14-Jan-06 16:10
mveDave Kreskowiak14-Jan-06 16:10 
You really have to rethink your design. You can't put 1,000 controls on a form and expect it to run.

That's 1,000 windows on the form and a window handle to get with each. You're form will take forever to come up while all those controls are just added to the form. That doesn't include drawing them! You might be able to get away with managing to add only the visible controls to the form, but be prepared for a complicated design.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

AnswerRe: how do I implement scrolling? PART 2 Pin
Robert Rohde14-Jan-06 21:30
Robert Rohde14-Jan-06 21:30 
GeneralRe: how do I implement scrolling? PART 2 Pin
Sasuko15-Jan-06 0:41
Sasuko15-Jan-06 0:41 
GeneralRe: how do I implement scrolling? PART 2 Pin
Robert Rohde15-Jan-06 1:58
Robert Rohde15-Jan-06 1:58 
GeneralRe: how do I implement scrolling? PART 2 Pin
Sasuko15-Jan-06 4:05
Sasuko15-Jan-06 4:05 
GeneralRe: how do I implement scrolling? PART 2 Pin
Robert Rohde15-Jan-06 5:22
Robert Rohde15-Jan-06 5:22 
GeneralRe: how do I implement scrolling? PART 2 Pin
Sasuko15-Jan-06 5:39
Sasuko15-Jan-06 5:39 
QuestionDataGridBoolColumn Question Pin
lior654#hotmail.com14-Jan-06 12:30
lior654#hotmail.com14-Jan-06 12:30 
AnswerRe: DataGridBoolColumn Question Pin
Robert Rohde14-Jan-06 21:21
Robert Rohde14-Jan-06 21:21 
GeneralRe: DataGridBoolColumn Question Pin
lior654#hotmail.com17-Jan-06 4:03
lior654#hotmail.com17-Jan-06 4:03 
GeneralRe: DataGridBoolColumn Question Pin
Robert Rohde17-Jan-06 8:15
Robert Rohde17-Jan-06 8:15 
GeneralRe: DataGridBoolColumn Question Pin
lior654#hotmail.com17-Jan-06 11:02
lior654#hotmail.com17-Jan-06 11:02 
GeneralRe: DataGridBoolColumn Question Pin
Robert Rohde18-Jan-06 0:17
Robert Rohde18-Jan-06 0:17 
QuestionHelp Needed in C# Chess Game development Pin
usmanali12314-Jan-06 10:40
usmanali12314-Jan-06 10:40 
AnswerRe: Help Needed in C# Chess Game development Pin
Christian Graus14-Jan-06 12:34
protectorChristian Graus14-Jan-06 12:34 
AnswerRe: Help Needed in C# Chess Game development Pin
Robert Rohde14-Jan-06 21:36
Robert Rohde14-Jan-06 21:36 
QuestionIEnumerator Pin
Duif14-Jan-06 10:17
Duif14-Jan-06 10:17 
GeneralRe: IEnumerator Pin
Guffa14-Jan-06 11:23
Guffa14-Jan-06 11:23 

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.