|
|
|
|
|
Dicas
|
|
Visual Basic.Net (Monitores)
|
|
|
Título da Dica: Pegando a resolução do video no vb.net
|
|
|
|
Postada em 29/1/2004 por messohal
Dim DeskTop As System.Windows.Forms.Screen Dim iWidth As Integer = DeskTop.PrimaryScreen.Bounds.Width Dim iHeight As Integer = DeskTop.PrimaryScreen.Bounds.Height
Abraços
Emerson Silva .net Developer
|
|
|
|
|