Message window

  • Thread starter Thread starter tshad
  • Start date Start date
T

tshad

I noticed that a couple of apps (outlook, Citrix) create a small blue
message window above the toolbar that fades in for about 10 seconds than
fades out.

Is that a object we can use in VS 2008? Or is that just something they
wrote for themselves?

It looks pretty neat and I'd like to use it if it is available.

Thanks,

Tom
 
Most likely, it's using AJAX, which is available in VS 2008, but you may
need to use the AJAX Toolkit, which is a free download, to get the
particular AJAX control that you want.
 
Scott M. said:
Most likely, it's using AJAX, which is available in VS 2008, but you may
need to use the AJAX Toolkit, which is a free download, to get the
particular AJAX control that you want.

I am using VS 2008. Would I need Ajax Toolkit as well?

Thanks,

Tom
 
As I said, AJAX is in VS 2008, but the toolkit has additional controls that
aren't in 2008, so it would need to be downloaded.
 
Back
Top