Search found 2 matches

by kumara
Wed Aug 19, 2009 2:40 pm
Forum: Visual Basic Programming
Topic: Create rounded form
Replies: 1
Views: 2199

Re: Create rounded form

Private Declare Function GetWindowRect Lib "user32" (ByVal hWnd As Long, lpRect As RECT) As Long Private Declare Function SetWindowRgn Lib "user32" (ByVal hWnd As Long, ByVal hRgn As Long, ByVal bRedraw As Long) As Long Private Declare Function CreateRoundRectRgn Lib "gdi32" (ByVal X1 As Long, _ By...
by kumara
Tue Jul 21, 2009 11:36 pm
Forum: .NET Programming
Topic: Get list of serial ports
Replies: 1
Views: 2419

Get list of serial ports

How to get list of serial ports in c#?

Go to advanced search