You can do one thing, which comes in my mind,
Its regardless of all APis and all, just logic.
I am Comfortable with C#, so its in it.

Take one Windows form,
Set its WindowSate  property to Maximize,
Set Back Color to Black
Set FormBorderStyle to None,
Set StartPostion to Annual,
Set Transparent Key to black.
Set showInTaskbar to false
Set Always on Top to True.

After doing all this,
Take one panel on Form,
Anchor it to only Bottom
Make its size as you want,
Change back color From Black to any.
Put any control on it, whatevr you want on it.

Now in Cdding part, set its Location
like,

panel1.Location = new Point(Screen.WorkingSpace.X+ a, b);
//Where a and b will constant,
// a represents how much you want your pael to be in towards bottom of your
screen,
// b represents Horizontal alignment of your panel.
//Try running diff combination, eventually you will hit the best one...

Just thats it once you get Perfect COmbination of Posituon, you are ON,,,

Reply if it doesnt work way we wont,..
*I hadnt tried, it just striked in my mind...*



My Hands are Jet-lagged, so Ignore typos, else i ignore your Voice.

-- 
You received this message because you are subscribed to the Google
Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML
Web Services,.NET Remoting" group.
To post to this group, send email to dotnetdevelopment@googlegroups.com
To unsubscribe from this group, send email to
dotnetdevelopment+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en
or visit the group website at http://megasolutions.net

Reply via email to