Click here to Skip to main content
15,920,438 members
Home / Discussions / C#
   

C#

 
GeneralSpecifying number of digits after decimal in a fixed-point formatted string Pin
DTWC_Lawrence19-Oct-04 9:40
DTWC_Lawrence19-Oct-04 9:40 
GeneralRe: Specifying number of digits after decimal in a fixed-point formatted string Pin
Alex A. Miller19-Oct-04 9:57
Alex A. Miller19-Oct-04 9:57 
GeneralRe: Specifying number of digits after decimal in a fixed-point formatted string Pin
DTWC_Lawrence19-Oct-04 10:02
DTWC_Lawrence19-Oct-04 10:02 
GeneralRe: Specifying number of digits after decimal in a fixed-point formatted string Pin
Salil Khedkar19-Oct-04 21:17
Salil Khedkar19-Oct-04 21:17 
GeneralShrinking Toolbar images Pin
LannieK19-Oct-04 9:24
LannieK19-Oct-04 9:24 
GeneralRe: Shrinking Toolbar images Pin
Heath Stewart19-Oct-04 11:21
protectorHeath Stewart19-Oct-04 11:21 
GeneralRe: Shrinking Toolbar images Pin
LannieK20-Oct-04 2:23
LannieK20-Oct-04 2:23 
GeneralRe: Shrinking Toolbar images Pin
Heath Stewart20-Oct-04 5:20
protectorHeath Stewart20-Oct-04 5:20 
Yeah, that definitely sounds right. Did you set the ImageList.ImageSize property before or after you added the images? It's important to have all properties set before you add images, including the ImageSize and TransparentColor. If you didn't set these first, you'll need to remove your ImageList (i.e., delete it completely) and recreate it with the proper property values, then add your images.

If you did perform those operations in that order, than frankly I'm at a loss. You could try to unassign the ImageList from the control, close the designer (perhaps close VS.NET entirely), then re-open the control and reassign the ImageList. Sometimes - but rarely in my experience - the designer state gets a little "off" and needs a kick in the pants. I doubt this is the problem though; it's rare and is often caused by massive number of changes to the designer, especially when working with custom controls.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralRe: Shrinking Toolbar images Pin
LannieK20-Oct-04 10:03
LannieK20-Oct-04 10:03 
General32 bit integer from sbyte array Pin
BrcKcc19-Oct-04 9:03
BrcKcc19-Oct-04 9:03 
GeneralRe: 32 bit integer from sbyte array Pin
Dies19-Oct-04 9:38
Dies19-Oct-04 9:38 
GeneralRe: 32 bit integer from sbyte array Pin
Christian Graus19-Oct-04 9:41
protectorChristian Graus19-Oct-04 9:41 
GeneralMSMQ in C# Pin
ppp00119-Oct-04 9:00
ppp00119-Oct-04 9:00 
GeneralRe: MSMQ in C# Pin
Heath Stewart19-Oct-04 11:17
protectorHeath Stewart19-Oct-04 11:17 
GeneralMCE SDK 2005 problem Pin
Oguz Mazlum19-Oct-04 7:48
Oguz Mazlum19-Oct-04 7:48 
GeneralRe: MCE SDK 2005 problem Pin
Heath Stewart19-Oct-04 11:12
protectorHeath Stewart19-Oct-04 11:12 
GeneralRe: MCE SDK 2005 problem Pin
Oguz Mazlum19-Oct-04 11:46
Oguz Mazlum19-Oct-04 11:46 
GeneralRe: MCE SDK 2005 problem Pin
Heath Stewart19-Oct-04 12:50
protectorHeath Stewart19-Oct-04 12:50 
GeneralRe: MCE SDK 2005 problem Pin
Oguz Mazlum19-Oct-04 13:08
Oguz Mazlum19-Oct-04 13:08 
GeneralRe: MCE SDK 2005 problem Pin
Heath Stewart19-Oct-04 15:01
protectorHeath Stewart19-Oct-04 15:01 
GeneralAnimating .x files with MDX9 Pin
JDUK19-Oct-04 6:21
JDUK19-Oct-04 6:21 
GeneralRe: Animating .x files with MDX9 Pin
Heath Stewart19-Oct-04 7:26
protectorHeath Stewart19-Oct-04 7:26 
GeneralRe: Animating .x files with MDX9 Pin
JDUK19-Oct-04 7:41
JDUK19-Oct-04 7:41 
GeneralRe: Animating .x files with MDX9 Pin
Heath Stewart19-Oct-04 8:02
protectorHeath Stewart19-Oct-04 8:02 
GeneralRe: Animating .x files with MDX9 Pin
JDUK19-Oct-04 8:20
JDUK19-Oct-04 8:20 

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.