I use a free dockcontainer control in my projects. http://www.codeproject.com/KB/toolbars/VS_IDE_Dock_Container.aspx
This is in winforms. I am creating a User control that is basically a FlowlayoutControl filled with other User Controls. I need each of the controls added to be docked to the top of the previ开发者_如
I\'m designing the GUI for a project, and I want a left bar like this ones (source: patatux.开发者_如何学Pythonnet)
Now I have finally managed to create a fullscreen window via http://cocoadevcentral.com/articles/000028.php
How开发者_Go百科 can I get events when the Dock is showing or hiding?You can get a notification if the dock is visible or not using Carbon. I do not know of any way to do it in Cocoa.
Working on a end of the year project for school and chose to create a password generator that stores themlocally and encrypted. I have everything working for the most part and just adding some little
How can I change the Dock Icon of a program, in Java, on the Macintosh platform? I have heard about usi开发者_C百科ng Apple\'s Java library (that provides some sort of extra support on the Mac platfor
My Cocoa application supports dropping files onto its Dock icon, but I\'d like different behavior depending on whether a modifier key is held down (Command, Option, etc.).
I know how to remove an application from the dock by setting the LSUIElement property in info.plist, is there anyway to hide this icon and yet still have it appear in the cmd-Tab viewer (it is a statu
How can I hide the dock icon for a running AppleScript, and keep the application only in the menu ba开发者_如何学JAVAr?To hide an application from appearing in the dock, you need to modify the Info.pl