|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
animation in menubar like in IEDoes anyone know of a way to create a "busy" flag like IE and OE have in
their menu bar on the right side? I'd like to put something in one in my app so the user can tell when it is busy processing or something like that.. thanks! You want to look into something called "owner drawing". Here's a start:
http://www.vb-helper.com/howto_net_ownerdraw_menu.html Show quoteHide quote "Brian Henry" <brianiupmsdn@newsgroups.nospam> wrote in message news:%233mORsDQFHA.1396@TK2MSFTNGP10.phx.gbl... > Does anyone know of a way to create a "busy" flag like IE and OE have in > their menu bar on the right side? I'd like to put something in one in my > app so the user can tell when it is busy processing or something like > that.. thanks! > I know what owner drawing is, but it never seems to let me draw on the
actual menu bar which is where i need to place the graphic Show quoteHide quote "Scott Swigart [MVP]" <sc***@swigartconsulting.com> wrote in message news:u1Xds0DQFHA.4024@TK2MSFTNGP10.phx.gbl... > You want to look into something called "owner drawing". Here's a start: > > http://www.vb-helper.com/howto_net_ownerdraw_menu.html > > > -- > Scott Swigart - MVP > http://blog.swigartconsulting.com > > "Brian Henry" <brianiupmsdn@newsgroups.nospam> wrote in message > news:%233mORsDQFHA.1396@TK2MSFTNGP10.phx.gbl... >> Does anyone know of a way to create a "busy" flag like IE and OE have in >> their menu bar on the right side? I'd like to put something in one in my >> app so the user can tell when it is busy processing or something like >> that.. thanks! >> > > You'll need to do that via Interop.
Draw directly on the menubar. http://www.dotnetrix.co.uk/menus.html --> Custom MenuBar color Use CreatePatternBrush instead of CreateSolidBrush. Add a right-aligned ownerdraw menuitem. http://dotnet.mvps.org/dotnet/faqs/?id=rightalignmenuitem&lang=en Show quoteHide quote "Brian Henry" <brianiupmsdn@newsgroups.nospam> wrote in message news:Or%23v5oJQFHA.2000@TK2MSFTNGP15.phx.gbl... >I know what owner drawing is, but it never seems to let me draw on the >actual menu bar which is where i need to place the graphic > > "Scott Swigart [MVP]" <sc***@swigartconsulting.com> wrote in message > news:u1Xds0DQFHA.4024@TK2MSFTNGP10.phx.gbl... >> You want to look into something called "owner drawing". Here's a start: >> >> http://www.vb-helper.com/howto_net_ownerdraw_menu.html >> >> >> -- >> Scott Swigart - MVP >> http://blog.swigartconsulting.com >> >> "Brian Henry" <brianiupmsdn@newsgroups.nospam> wrote in message >> news:%233mORsDQFHA.1396@TK2MSFTNGP10.phx.gbl... >>> Does anyone know of a way to create a "busy" flag like IE and OE have >>> in their menu bar on the right side? I'd like to put something in one in >>> my app so the user can tell when it is busy processing or something like >>> that.. thanks! >>> >> >> > >
How are you handling EUL agreement?
Panel-height greater Int16.MaxValue? Regex. Split or Split How to pass class as parameter? Finding Version of All Asemblies Required by Application How to Publish a Project to Production Server special character inside a string Category does not exist? self executable MsgBox Problem |
|||||||||||||||||||||||