Click here to Skip to main content
16,013,581 members
Home / Discussions / C#
   

C#

 
GeneralRe: > C# question < Pin
Colin Angus Mackay23-May-04 1:41
Colin Angus Mackay23-May-04 1:41 
GeneralRe: > C# question < Pin
Heath Stewart23-May-04 4:26
protectorHeath Stewart23-May-04 4:26 
GeneralNetwork Programming Pin
tsandl22-May-04 20:12
tsandl22-May-04 20:12 
GeneralRe: Network Programming Pin
Colin Angus Mackay23-May-04 1:48
Colin Angus Mackay23-May-04 1:48 
Generalredraw a form Pin
theDawckta22-May-04 16:22
theDawckta22-May-04 16:22 
GeneralRe: redraw a form Pin
Charlie Williams22-May-04 18:42
Charlie Williams22-May-04 18:42 
GeneralRe: redraw a form Pin
theDawckta22-May-04 19:11
theDawckta22-May-04 19:11 
GeneralRe: redraw a form Pin
Charlie Williams22-May-04 19:22
Charlie Williams22-May-04 19:22 
Well, you instantiate six separate PictureBox controls in the Player class, but only one (tableCards) is ever actually added to the Controls collection of the form.

An instantiated control will exist in memory, but it will never show up on the surface of the form until it is added to the Controls collection.

Charlie

if(!curlies){ return; }
GeneralRe: redraw a form Pin
theDawckta22-May-04 19:33
theDawckta22-May-04 19:33 
GeneralRe: redraw a form Pin
Heath Stewart23-May-04 4:18
protectorHeath Stewart23-May-04 4:18 
GeneralRe: redraw a form Pin
theDawckta23-May-04 8:21
theDawckta23-May-04 8:21 
GeneralRe: redraw a form Pin
Dave Kreskowiak23-May-04 16:25
mveDave Kreskowiak23-May-04 16:25 
GeneralRe: redraw a form Pin
theDawckta23-May-04 8:56
theDawckta23-May-04 8:56 
GeneralRe: redraw a form Pin
theDawckta22-May-04 19:34
theDawckta22-May-04 19:34 
GeneralRe: redraw a form Pin
Dave Kreskowiak23-May-04 4:23
mveDave Kreskowiak23-May-04 4:23 
General"On screen keyboard" user control Pin
Alan Zhao22-May-04 15:21
Alan Zhao22-May-04 15:21 
GeneralRe: "On screen keyboard" user control Pin
Marc Clifton23-May-04 3:07
mvaMarc Clifton23-May-04 3:07 
GeneralRe: "On screen keyboard" user control Pin
Alan Zhao23-May-04 3:53
Alan Zhao23-May-04 3:53 
GeneralRe: "On screen keyboard" user control Pin
Heath Stewart23-May-04 4:13
protectorHeath Stewart23-May-04 4:13 
GeneralRe: "On screen keyboard" user control Pin
Heath Stewart23-May-04 4:03
protectorHeath Stewart23-May-04 4:03 
GeneralRe: "On screen keyboard" user control Pin
Alan Zhao23-May-04 4:17
Alan Zhao23-May-04 4:17 
GeneralRe: "On screen keyboard" user control Pin
Heath Stewart23-May-04 4:20
protectorHeath Stewart23-May-04 4:20 
GeneralRe: "On screen keyboard" user control Pin
Marc Clifton23-May-04 4:25
mvaMarc Clifton23-May-04 4:25 
GeneralRe: "On screen keyboard" user control Pin
Alan Zhao23-May-04 5:59
Alan Zhao23-May-04 5:59 
GeneralRe: "On screen keyboard" user control Pin
Marc Clifton23-May-04 11:39
mvaMarc Clifton23-May-04 11:39 

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.