chaandsheikh
Member
- Member since
- Jun 7, 2010
- Last active
- Apr 11, 2011
- Total activities
- 0
Activity feed
Recent contributions
-
#Threads
What Should i Do after Graduation?
scope as a ethical hacker in india
-
#Threads
How to add buttons in a window using Windows API?
I am a beginner in Windows API. I want to add a button to a window. Please share some light on Buttons...
-
#Threads
8b4aeba7-8a30-4ea4-884a-e7f101d6579f
#include <windows.h> const char g_szClassName[] = "myWindowClass"; // Step 4: the Window Procedure LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wPara...