PDA

Click to See Complete Forum and Search --> : GetClassName


HAVocINCARNATE29
Sep 13th, 2000, 08:25 PM
how do i use GetClassName to store a window's class name in a variable named "Class"

(assume the window i need to get the class from is named "Example Window")




thanks for any help in advance

Sep 13th, 2000, 09:49 PM
Take a look at this thread (http://forums.vb-world.net/showthread.php?threadid=25470). Megatron shows how to get the class of a Window using the GetClassName api function.