While we appreciate comments from our users, please follow our posting guidelines. Have you tried the Cyotek Forums for support from Cyotek and the community?

Styling with Markdown is supported

Original Comment

Gravatar

Paul Lehmann

# Reply

how i get teh TextBox.Handle ???

Gravatar

Richard Moss

# Reply

Hello,

It's right there in the article - and you wrote it in your comment. The Handle property of most controls will return the underlying hWnd for use with the Windows API. E.g., if my textbox was called firstNameTextBox, to get its handle would be IntPtr handle = firstNameTextBox.Handle.

Regards;
Richard Moss