Quantcast
Channel: Visual C forum
Viewing all articles
Browse latest Browse all 15302

Help with my Win32 Application

$
0
0

Hi,

I would like to know how to create a win32 application with some textboxs and buttons in the main Application window.

I think it is something to do with WM_PAINT.

case WM_PAINT:
	hdc = BeginPaint(hWnd, &ps);
	// TODO: Add any drawing code here...

        //How to add a textbox in the main 
        //application window with a button.

	EndPaint(hWnd, &ps);
	break;

Thank you

From

James Burton





Viewing all articles
Browse latest Browse all 15302

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>