|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
interop: FindWindow is to Caption as ?? is to TextThe lpWindowName parameter in FindWindow gives me the ability to search for
what would be the caption of a dialog (if these were .Net messageboxes). How would I get what would be the text of that dialog? (again if these were ..Net messageboxes) Is it possible (or more possible) if we assume that the lpClassName is #32770? thanks in advance, gabe >How would I get what would be the text of that dialog? (again if these were You can use for example FindWindowEx to get the handle to the static>.Net messageboxes) text control, and then SendMessage(WM_GETTEXT) to it to retrieve the text. >Is it possible (or more possible) if we assume that the lpClassName is #32770? Yeah that's the standard mesagebox dialog class.Mattias -- Mattias Sjögren [C# MVP] mattias @ mvps.org http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com Please reply only to the newsgroup.
Set PrivateFont in browser
richtextbox changing fontstyles for selected text is it possible to get delegates from properties directly? control types "Global" objects Parsing the appended data of log file in real time Control.BackColor Transparency, Control.BackColor = Color.Transparent XML-RPC Copying A Control Not As A Reference Change the rowspan, columnspan property of a button control in a TableLayoutPanel at runtime |
|||||||||||||||||||||||