Click here to Skip to main content
15,894,267 members
Home / Discussions / C#
   

C#

 
GeneralRe: Covariant return types? Pin
S. Senthil Kumar29-May-05 19:23
S. Senthil Kumar29-May-05 19:23 
GeneralRe: Covariant return types? Pin
FriendlyFiend29-May-05 20:19
FriendlyFiend29-May-05 20:19 
GeneralRe: Covariant return types? Pin
S. Senthil Kumar29-May-05 20:47
S. Senthil Kumar29-May-05 20:47 
AnswerRe: Covariant return types? Pin
Kevin McFarlane30-May-05 1:47
Kevin McFarlane30-May-05 1:47 
GeneralRe: Covariant return types? Pin
S. Senthil Kumar30-May-05 3:45
S. Senthil Kumar30-May-05 3:45 
GeneralRe: Covariant return types? Pin
Kevin McFarlane30-May-05 4:39
Kevin McFarlane30-May-05 4:39 
QuestionHow to use texture bar in AxMSChart Pin
luckyeagle29-May-05 3:52
luckyeagle29-May-05 3:52 
GeneralCustom Control Woes Pin
notacake29-May-05 3:12
notacake29-May-05 3:12 
I'm trying to make a custom control that shows a collection of images (and more but I'm not having a problem with the other code), there's two problems I'm coming across:

Resizing: When the control is on the form it will redraw properly when being resized smaller than it was originally drawn as, but resizing any larger will stop it redrawing properly. I've added code on the Resize event properly, and I can see it works when I resize the control smaller. I think this might be a .net problem since I've seen this before, just can't remember where...

The more critical problem: Array Property. My control has an array of "Tiles" as a property, these Tile class currently holds two properties "Name" and "Thumbnail". The control arranges and draws these thumbnails on the control. When I put the control on a form and add Tiles via the properties window of the control in the form designer, it will add the tiles fine and draw them to the control. However when I run the program or close the form designer these tiles disappear Sigh | :sigh: I have a feeling I need some code to maintain the data but what? It's all rather confusing Confused | :confused:
GeneralRe: Custom Control Woes Pin
spif200130-May-05 1:55
spif200130-May-05 1:55 
GeneralRe: Custom Control Woes Pin
spif200130-May-05 1:59
spif200130-May-05 1:59 
GeneralRe: Custom Control Woes Pin
notacake30-May-05 2:44
notacake30-May-05 2:44 
Generaluse a per pixel image as background form Pin
Sasuko29-May-05 2:31
Sasuko29-May-05 2:31 
GeneralThe difference between . and , Pin
johanhertz29-May-05 2:29
johanhertz29-May-05 2:29 
GeneralRe: The difference between . and , Pin
Colin Angus Mackay29-May-05 3:11
Colin Angus Mackay29-May-05 3:11 
GeneralRe: The difference between . and , Pin
FriendlyFiend29-May-05 20:34
FriendlyFiend29-May-05 20:34 
GeneralRe: The difference between . and , Pin
johanhertz30-May-05 19:34
johanhertz30-May-05 19:34 
GeneralReadOnly GroupBox/Radio Buttons Pin
den2559729-May-05 0:51
den2559729-May-05 0:51 
GeneralRe: ReadOnly GroupBox/Radio Buttons Pin
Christian Graus29-May-05 0:58
protectorChristian Graus29-May-05 0:58 
GeneralRe: ReadOnly GroupBox/Radio Buttons Pin
nemopeti1-Jun-05 0:23
nemopeti1-Jun-05 0:23 
QuestionOutlook Customise Forms? Pin
davebarkshire29-May-05 0:23
davebarkshire29-May-05 0:23 
GeneralStreamWriter not working Pin
Niklas Ulvinge28-May-05 23:42
Niklas Ulvinge28-May-05 23:42 
GeneralRe: StreamWriter not working Pin
Colin Angus Mackay28-May-05 23:57
Colin Angus Mackay28-May-05 23:57 
GeneralRe: StreamWriter not working Pin
Niklas Ulvinge29-May-05 0:01
Niklas Ulvinge29-May-05 0:01 
GeneralRe: StreamWriter not working Pin
Colin Angus Mackay29-May-05 0:05
Colin Angus Mackay29-May-05 0:05 
GeneralRe: StreamWriter not working Pin
Niklas Ulvinge29-May-05 0:12
Niklas Ulvinge29-May-05 0:12 

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.