skip to main
|
skip to sidebar
Mongol IT
Let's make sense... Boldbayar.S
Wednesday, April 2, 2008
Very easy way to get taskbar height in C#
Easy way to get taskbar height in C# ...
...
private void
button1_Click(
object
sender,
EventArgs
e)
{
int
nTaskBarHeight =
Screen
.PrimaryScreen.Bounds.Bottom -
Screen
.PrimaryScreen.WorkingArea.Bottom;
MessageBox
.Show(nTaskBarHeight.ToString());
}
...
0 comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Search and get the result.
Contact me
Archive
►
2013
(4)
►
August
(4)
►
2010
(8)
►
December
(1)
►
November
(1)
►
September
(3)
►
February
(3)
►
2009
(7)
►
August
(2)
►
February
(1)
►
January
(4)
▼
2008
(91)
►
December
(6)
►
November
(1)
►
October
(22)
►
September
(4)
►
July
(2)
►
June
(14)
►
May
(8)
▼
April
(33)
C#. No21- Anonymous Methods
C#. No20- Introduction to Generic Collections
C#. No19 - Encapsulation
C#. No18 - Overloading Operators
C#. No17 - Enums
C#. No16 - Using Attributes
C#. No15 - Introduction to Exception Handling
C#. No14 - Introduction to Delegates and Events
C#. No13 - Interfaces
C#. No12 - Structs
C#. No11 - Indexers
C#. No10 - Properties
C#. No9 - Polymorphism
C#. No8 - Class Inheritance
C#. No7 - Introduction to Classes
C#. No6 - Namespaces
C#. No5 - Methods
C#. No4 - Control Statements - Loops
C#. No3 - Control Statements - Selection
C#. No2 - Operators, Types, and Variables
C#. No1 - Getting started...
Very easy way to get taskbar height in C#
Get the taskbar height in Delphi.
Working With Database in C#
To create MDI form in C# /for beginners/
Rapid Application Development
Insert image as BLOB into DB using stored procedure.
About Stored Procedure
How to pass LOBs as parameters from Java to a Data...
Insert /retrieve an image into/ from a blob field ...
Accessing a control on another form.
... to change the properties of controls on anothe...
Getting info from a control on another form
►
February
(1)
Labels
Database - C#
(8)
Database - MySQL
(1)
Examples - C# WinForm
(52)
Examples - Delphi
(2)
Lessons - C# basics
(25)
Lessons - UML
(10)
Linux/Unix
(2)
Technology
(9)
Useful links
www.DeveloperFusion.com
O++'s BLOG
www.8x8.mn
www.CodeProject.COM
www.Csharp-Examples.NET
www.Csharp-Stacion.COM
www.InformIT.com
www.CsharpCumputing.com
www.GOOGLE.com
www.MNG.cc
0 comments:
Post a Comment