Question

I need to create Windows form that has the following features.

  1. Semi-transparent on top-half of form(about 100-200 pixel).
  2. Quick access toolbar like Microsoft Office 2010 TP.
  3. Control box(minimize, maximize, close button) that is generated by Windows API(I don't like to create custom control box).

alt text http://rabu4g.bay.livefilestore.com/y1pkkJL5_Xgghjczn0wckj0lpDrPXL4EhIzUX9d5FyWXI5Pqoe8bz9F9y1agq18jEb5bSiK3anmEyiq7bfkhqju-dilWu_GgHCt/Capture.PNG

Thanks,

Was it helpful?

Solution

Take a look at this CodeProject article.

http://www.codeproject.com/KB/vista/AeroGlassForms.aspx

OTHER TIPS

There's a number of third-party controls that can provide the toolbar in the title bar - I like DevExpress' offering - but I'm unsure of the semi-transparent aspect.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top