|  | 
| Is there a replacement for ImageList and ... | 
| Post Reply   | 
| Author | |
| Jebo   Senior Member   Joined: 27 October 2005 Location: Germany Status: Offline Points: 318 |  Post Options  Thanks(0)  Quote  Reply  Topic: Is there a replacement for ImageList and ... Posted: 17 April 2008 at 12:43pm | 
| 
   Hi CJ-Team,
 two questions please... 1.) I see there are some subclassed replacements of the "Windows Common Controls" in the "Xtreme Suite Controls". That's great... ...But I need as last one the ImageList-control! This last one is the reason, why I must always put the "comctl32.ocx" to all my projects. Some of my controls need the ImageList for binding - so I can't disclaim it.   Is there a API or so to use this from my projects OR can U put this control also to the suite? 2.) Is there a Splitter-Control anywhere in the Xtreme-Suite? Thank you   | |
|  | |
| Oleg   Senior Member   Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |  Post Options  Thanks(0)  Quote  Reply  Posted: 17 April 2008 at 1:26pm | 
| 1. We can't put Microsoft's control to our ocx. If we create own your controls will not accept it.2. No :( | |
| 
     Oleg, Support Team CODEJOCK SOFTWARE SOLUTIONS | |
|  | |
| Jebo   Senior Member   Joined: 27 October 2005 Location: Germany Status: Offline Points: 318 |  Post Options  Thanks(0)  Quote  Reply  Posted: 17 April 2008 at 1:29pm | 
| 
   OK, but thx 4 fast feedback! ;-)
    | |
|  | |
| Aaron   Senior Member   Joined: 29 January 2008 Status: Offline Points: 2192 |  Post Options  Thanks(0)  Quote  Reply  Posted: 18 April 2008 at 1:58am | 
| 
   Hi,
 The splitter control you want could be done with DockingPanes. I guess you have controls in a form which will be seperated with splitters. If you add picturebox (with the control in it) to the form and set DockingPaneHistory.PaintManager.ShowCaption to False, you would see only the splitters.  If you want to drag a control to another area, just set DockingPaneHistory.PaintManager.ShowCaption to true, maybe for creating another layout for the user....       | |
|  | |
| Jebo   Senior Member   Joined: 27 October 2005 Location: Germany Status: Offline Points: 318 |  Post Options  Thanks(0)  Quote  Reply  Posted: 18 April 2008 at 5:04am | 
| Wow, that works great! Thank you Aaron!   | |
|  | |
| Post Reply   | |
| Tweet | 
| Forum Jump | Forum Permissions  You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |