Forms in Windows Taskbar

I am a newbie to .NET development...

I want to implement something very similar to MSN Messenger Alerts, My application is a client application, sits in windows Taskbar and when there is a alert, it pops-up a window displaying the alert. I dont want user to resize or move the alert window....

Any ideas how can I do that?

Thnx in advance

[367 byte] By [Raheel] at [2007-12-17]
# 1
If I understood corectly what you are trying to ask......the sollution is very simple.
If the allert window is a form(then read the sollution bellow...if not,I don't know):

in the form class add the folowing code :

'to stop the resizing
me.FormBorderStyle = Windows.Forms.FormBorderStyle.FixedSingle

Cypry

Cypry at 2007-9-8 > top of Msdn Tech,Visual Studio Express Editions,Visual Basic 2005 Express Edition...