What kinds of control is this?
-
http://www.themightyatom.nl/screenshots/control_type.jpg[^] What kind of contol is this? I'd like to have something similar for my current application.
Virtual Space Shuttle Astronaut
-
http://www.themightyatom.nl/screenshots/control_type.jpg[^] What kind of contol is this? I'd like to have something similar for my current application.
Virtual Space Shuttle Astronaut
Like which? Are you talking about the individual pictures or the entire right side panel of the form? In either case, I'd bet that they are both custom made controls. You'd probably start with a Panel control and custom paint the image it should show. You could probably use a Panel control inside of another Panel to handle scrolling. The inner Panel would host all of your image controls.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
Like which? Are you talking about the individual pictures or the entire right side panel of the form? In either case, I'd bet that they are both custom made controls. You'd probably start with a Panel control and custom paint the image it should show. You could probably use a Panel control inside of another Panel to handle scrolling. The inner Panel would host all of your image controls.
A guide to posting questions on CodeProject[^]
Dave KreskowiakMeh, dunno anything about custom painting. Do you know of any third party controls that look like it?
Virtual Space Shuttle Astronaut
-
Meh, dunno anything about custom painting. Do you know of any third party controls that look like it?
Virtual Space Shuttle Astronaut
The Mighty Atom wrote:
Meh, dunno anything about custom painting.
Wow. So much for learning...
The Mighty Atom wrote:
Do you know of any third party controls that look like it?
I don't know of a third party control that does this for you.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
http://www.themightyatom.nl/screenshots/control_type.jpg[^] What kind of contol is this? I'd like to have something similar for my current application.
Virtual Space Shuttle Astronaut
Looks like a set of picture boxes (perhaps in a panel).
The funniest thing about this particular signature is that by the time you realise it doesn't say anything it's too late to stop reading it. My latest tip/trick
-
http://www.themightyatom.nl/screenshots/control_type.jpg[^] What kind of contol is this? I'd like to have something similar for my current application.
Virtual Space Shuttle Astronaut
-
The one on the left is a TreeView. The one on the right is probably a custom built view, try asking the site where you saw it. Lots of samples of both can be found in the CodeProject articles or via Google.
I must get a clever new signature for 2011.
Will do, thanks. I don't mind learning, i just don't know where to start when it comes to custom painting.
Virtual Space Shuttle Astronaut
-
Will do, thanks. I don't mind learning, i just don't know where to start when it comes to custom painting.
Virtual Space Shuttle Astronaut
The Mighty Atom wrote:
i just don't know where to start when it comes to custom painting.
Try somewhere like this[^]. Use the tools available, such as MSDN, Google and all the various 'techie' sites (such as CodeProject) where people post articles, suggestions, tips etc.
I must get a clever new signature for 2011.