Top "Dock" questions

A dock or Quick Launch bar is a graphical user interface element that typically provides the user with a way of launching, switching between, and monitoring running programs or applications.

How to connect an iOS device to a custom USB device?

I'm developing a custom electronic device - think of it as a special kind of data logger, and I need …

ios usb dock
DockStyle Fill for RunTime Generated Controls

I'm trying to do something very simple that is giving me huge problems in C# Winforms. I have two group …

c# winforms controls dock
ListBox AutoSizes by item height

I use TableLayoutPanel for all my elements in a form. I use Dock Fill to autosize a TextBox and a …

c# winforms listbox dock tablelayoutpanel
Making a Pure CSS Dock

After playing with CSS 3, I had the crazy idea to make an OS X-style dock with it (a DIV container …

html css cross-browser dock
Stop Java Coffee Cup icon from appearing in the Dock on Mac OSX

After upgrading to OSX 10.8.4, background Java processes started placing a Java Cup icon in the Dock. It causes the currently …

java macos hadoop dock
Winforms: FlowLayoutPanel with Docking

This is in winforms. I am creating a User control that is basically a FlowlayoutControl filled with other User Controls. …

c# winforms dock flowlayoutpanel
Debugging an iOS app with an external accessory connected via Dock

Am I missing something glaringly obvious or is there no way to debug an iOS app which uses an external …

iphone xcode debugging dock accessory
Auto resizing controls on full screen in windows forms

I want to auto resize my windows form controls on fullscreen. I use tableLayoutPanel and anchoring. But it's not pleasing …

c# winforms fullscreen autoresize dock
Dropping Files onto Dock Icon in Cocoa

How can I drop a file(or select to open it in Finder) of a type specified in the Info.…

cocoa file drag-and-drop dock
Programmatically setting the dock:name Java Mac OS X JVM property

Is there a programatic alternative to setting the dock:name Java Mac OS X property by doing java -Xdock:name="…

java macos operating-system dock