|
-
Jul 29th, 2008, 09:34 PM
#1
Thread Starter
Hyperactive Member
[2005] Enum Windows
Hi,
Can someone post code to Enumerate child windows ? The code in code bank section doesn't works.
please help.
thanks
-
Jul 29th, 2008, 10:11 PM
#2
Re: [2005] Enum Windows
What code in the CodeBank? What's happens when you use it?
-
Jul 29th, 2008, 10:49 PM
#3
Thread Starter
Hyperactive Member
-
Jul 29th, 2008, 10:55 PM
#4
Re: [2005] Enum Windows
Looks like all you have to do is pass hwnd, no cast.
Although, considering he does show both explicit/strict on - you may have more problems if that flagged you. He could have done this is something besides 1.1.
I can't say for certain; all of it looks really old.
-
Jul 29th, 2008, 11:01 PM
#5
Re: [2005] Enum Windows
There's no need to cast. Just declare any parameters that represent handles as type IntPtr instead of Integer/Int32 in the first place. Alternatively you can invoke the IntPtr constructor and pass the Integer as an argument.
See. People have a hope of helping if they know what you're talking about.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|