Draw a Program in vc++ to get several window on screen


#include<windows.h>
int _stdcall WinMain(HINSTANCE hi,HINSTANCE pvi,char *str,int i)
{
            HWND h[10];
            int x;
            for(x=0;x<10;x++)
            {
               h[x]=CreateWindow("BUTTON","Press Me",WS_OVERLAPPEDWINDOW,x*25,x*35,150,100,0,0,hi,0);
                        ShowWindow(h[x],i);

            }

            MessageBox(0,"Hii","WAiting",0);
                        return 0;

}

Output:



About the Author

Unknown

Author & Editor

Has laoreet percipitur ad. Vide interesset in mei, no his legimus verterem. Et nostrum imperdiet appellantur usu, mnesarchum referrentur id vim.

 
My Study Voice © 2015 - Designed by Templateism | Distributed By Blogger Templates