Private Const SWP_NOSIZE As Integer = &H1
'
' Will override the default position of the form and set it to whatever is specified
'
Dim hWnd As Integer = Me.Handle.ToInt32
SetWindowPos(hWnd, 0, 400, 200, 0, 0, SWP_NOSIZE)
A blog about simple C# and VB.NET code samples and general sharing with the professional development community at large.
Calling .NET From COM Originally posted by Mikec276 on C Sharp Friends It might be hard to convince your IT manager to let you build y...
No comments:
Post a Comment