Bot to Open a Webpage in C++

Ageer HariKrishna May 06, 2021

This project is about a Bot to open a webpage in C++ with the help of ShellExecuteA. The bot automates towards the site where the user enters the URL .

This packet is about a Bot to open a webpage in C++ with the help of ShellExecuteA.The windows library plays a key role in this project.
The user must enter the URL which user wants to browse.
The bot takes you to the entered webpage. user can pass parameters to ShellExecuteA .with open as a parameter the bot directs towards the entered webpage.it's like webautomation.
The following library must be included in the project : -

stdio.h

string.h

fstream

windows.h

iostream

 

Project Files

Loading...
..
This directory is empty.

Comments (0)

Leave a Comment