Hi,
Can this be done simply in .NET with the Infragistics tool set?
By "Application Desktop Toolbars" I mean these: http://msdn.microsoft.com/en-us/library/cc144177(VS.85).aspx
Thanks,
Andy.
Hello Andy,
Based on the sample it seems that this toolbar was managed by Windows API’s and is it not a Windows forms Control. Generally we don’t support non managed controls. If there is a managed WinForms control for toolbar then the Infragistics controls should be working correctly.
I hope this clarify the things.
Let me know if you have further questions related to this.
Regards,
Lyuba
Developer Support Engineer
Infragistics
www.infragistics.com/support
http://forums.infragistics.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/180/5582.DesktopApp.zip
Yes.
The idea is to have an AppBar at the top of the screen to act as a gateway to a suite of functionality.
The most common AppBar in use is the "Windows Task Bar".
I'll add a screen shot and sample project mock using the Win32 API. The project is just a form whith some basic contros on it.
I was wondering if there is a nicer way of doing this so the control positioning works without having to play around with all the control positions/locations manually. Assuming the bars content was built at runtime.
Can you give us more details about your scenario? It would be nice if it is possible for you to show some screenshot and some description of what you want to implement.