Get Tittle Name for window form ?
-
i want get name tittle of WINDOW FORM from a handle of child form. for example : when i click mouse at a point of winform => i will get name tittle of that winform. i used function Getparent(..), GetAncestor(..) of method IntPtr, but it wrong. wish help me. thanks very much. aazz
nothing
-
i want get name tittle of WINDOW FORM from a handle of child form. for example : when i click mouse at a point of winform => i will get name tittle of that winform. i used function Getparent(..), GetAncestor(..) of method IntPtr, but it wrong. wish help me. thanks very much. aazz
nothing
Hi, you will need several Win32 functions, and P/Invoke to get at them. Have a look at GetParent()[^], http://www.pinvoke.net/ and maybe this article. :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]
Getting an article published on CodeProject should be easier and faster.
modified on Thursday, April 1, 2010 9:38 AM