Click here to Skip to main content
15,886,067 members

Articles by codefabricator (Tip/Trick: 1)

Tip/Trick: 1

RSS Feed

Average article rating:

No articles have been posted.

Average blogs rating:

No blogs have been submitted.

Average tips rating: 4.40

Desktop Programming
Win32
5 Nov 2010   Updated: 5 Nov 2010   Rating: 4.40/5    Votes: 5   Popularity: 3.08
Licence: CPOL    Views: 5,790     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
// Even more simplifiedclass Program{ [DllImport("user32", ExactSpelling = true)] static extern bool EnumWindows(WNDENUMPROC lpEnumFunc, IntPtr lParam); [UnmanagedFunctionPointer(CallingConvention.Winapi)] delegate bool WNDENUMPROC(IntPtr hwnd, IntPtr lParam); ...

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.