Re: Taskbar refresh?
- From: "Alexander Vasilevsky" <alvas@xxxxxxxxx>
- Date: Sun, 4 Nov 2007 20:20:59 +0200
For me all is good. Show your code, please.
--
http://www.alvas.net - Audio tools for C# and VB.Net developers
"Timo" <timo.r.lehtinen@xxxxxxxxxx> ???????/???????? ? ???????? ?????????:
news:7YHWi.246444$DK6.83187@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
When my app starts I set its caption in the main form:
Me.Text = "Untitled - MyApp"
After the application is loaded I open my application's document which may
take a while to load. So I switch to some other application and the
taskbar shows "Untitled - MyApp" as it should. Once the document is loaded
my applications sets main form's caption again:
Me.Text = "MyDocument - MyApp"
However, the taskbar still shows "Untitled - MyApp" instead of
"MyDocument - MyApp" even when I switch back to my application.
So, how should I "refresh" the taskbar to reflect changed application
caption? I'm using VB.NET EE in Win XP Pro SP2.
- Timo
.
- Follow-Ups:
- Re: Taskbar refresh?
- From: Timo
- Re: Taskbar refresh?
- References:
- Taskbar refresh?
- From: Timo
- Taskbar refresh?
- Prev by Date: RE: Controls disappear from designer...
- Next by Date: Surveying % WebForm vs WinForm development
- Previous by thread: Taskbar refresh?
- Next by thread: Re: Taskbar refresh?
- Index(es):
Relevant Pages
|