Penavin
March 9th, 2003, 12:02 PM
Hi!
How to get the form handle in VB .NET?
hWnd = Form1.???
Thank you.
How to get the form handle in VB .NET?
hWnd = Form1.???
Thank you.
|
Click to See Complete Forum and Search --> : Form handle in VB .NET Penavin March 9th, 2003, 12:02 PM Hi! How to get the form handle in VB .NET? hWnd = Form1.??? Thank you. vchapran March 9th, 2003, 12:34 PM Handle Property appears in the list. Did you try it? Vlad Penavin March 9th, 2003, 03:30 PM Thanks for answer. Form1.hWnd is Ok for Visual Basic 6, but in Visual Basic .Net there is not this property. Penavin :) DSJ March 10th, 2003, 08:01 AM Try FormName.Handle codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |