How to create Webpage Viewer
-
Below is the steps that i have followed to create a web page viewer and i have a restriction to create it only using Win32 Projects. Using visual studio .NET 7.0 with framework 1.1 1.File -> New -> Project 2.Choose Visual C++ Projects -> Win32 -> Win32 Project 3.Project Name "Browser" Now i want to make it a web page viewer and want to take screen shot of the viewed pages and want to save it as 24bit bitmap image. Thanks, Soumyadipta De
-
Below is the steps that i have followed to create a web page viewer and i have a restriction to create it only using Win32 Projects. Using visual studio .NET 7.0 with framework 1.1 1.File -> New -> Project 2.Choose Visual C++ Projects -> Win32 -> Win32 Project 3.Project Name "Browser" Now i want to make it a web page viewer and want to take screen shot of the viewed pages and want to save it as 24bit bitmap image. Thanks, Soumyadipta De
These steps are common for other objects except you set a browser name for it but do you want to show html pages on your dialog?