Main Menu

HOME

.Net
ASP
Assembly
C
C++
Delphi
HTML
Java
JavaScript
MySQL
PC interface
Powershell
Perl
PHP
VBScript
Visual Basic
XML

US Job listings




   Misc

   Amazon

   Links

    


screen resolution

 

Private Declare Function GetSystemMetrics Lib "User32" (ByVal index As Long) As Long
Dim X As Long, Y As Long

Private Sub Form_Load()
Dim strDimensions

X = GetSystemMetrics(0)
Y = GetSystemMetrics(1)

strDimensions = CStr(X) & " X " & CStr(Y)

MsgBox (strDimensions)
End Sub

 

 

 

 

 




   Sponsors
 

   Software
500 Java Tips E-book
PHP editor
PERL editor
Beginning Java
Beginning Visual Basic
Learn VB.net
Learn VB 6
VB and databases
ASP image library
C++ builder programming
C++ fundamentals

   Source Code
display the date(PHP)
A to Z links(PHP)
Display meta tags(PHP)
Mozilla or Internet explorer(PHP)
read a file to a list box(VB)
Open notepad when a key is pressed(VB)
mouse position(VB)
factorial function(VB)

    




Copyright © 2003 by programmershelp.co.uk