473,394 Members | 2,168 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Visiting Web Pages Via C++

I am currently trying to open a web page via c++ programming, not to show the page but to open with iexplore. How cn i do this??
Mar 21 '07 #1
3 1415
Banfa
9,065 Expert Mod 8TB
Just start a new iexplorer process (system, ShellExecute or CreateProcess) with the address on the command line

"\Program Files\Internet Explorer\iexplore.exe" http://www.bbc.co.uk
Mar 21 '07 #2
Just start a new iexplorer process (system, ShellExecute or CreateProcess) with the address on the command line

"\Program Files\Internet Explorer\iexplore.exe" http://www.bbc.co.uk
I mean, creating a program in c++ which opens an explorer window and loads a certain web page
Mar 21 '07 #3
Banfa
9,065 Expert Mod 8TB
Yes, just start a new iexplorer process by calling one of the functions system, ShellExecute or CreateProcess with the URL on the command line.
Mar 21 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Martien van Wanrooij | last post by:
I am working on a site that will have several pages and where the user will find some investment advices. I must say that the concept of sessions/session variables is relatively new for me. What I...
2
by: skura | last post by:
I am trying to understand how the data in sql server is stored and also regarding fill factor and page splitting. 1) My first question what is the difference between Index pages and Data pages....
2
by: Ken Fine | last post by:
Using ASP, is there an easy way in code to "visit a URL", without opening a browser session? Explanation: I have a page caching class. The page caching class's behavior can effectively be...
12
by: Sunny | last post by:
Hi, I need to download some web pages from a web server (most of them are not static html, but .asp pages). The content (I.e. the pure html) in the pages are not changed very often, so I'll...
1
by: VB Programmer | last post by:
I went to a few ASP.NET websites today. For some aspx pages I get this error (too consistently, which is why I think it's my PC): Server Error in '/CuteEditorTest' Application....
21
by: matvdl | last post by:
I have a system that was originally developed in asp - the pages are saved in SQL (there are over 10,000 pages) and saved to a temp directory in the server when requested by a client. I have...
5
by: Michael Herman \(Parallelspace\) | last post by:
1. What are some compelling solutions for using Master/Content pages with Web Pages? 2. If a content area has a web part zone with web parts, what is the user experience like when "editting" the...
7
by: Jack | last post by:
Hello: We have a customer whose stuff are using Macintosh, and we just created an asp.net web application in windows 2003 server, but we met some strange problems when they visit the application,...
1
by: Leszek | last post by:
Hi. I've written a litle script that should count how many users visited the site each day. The problem is that now i can see over hundred different ip number in database but on the web site of...
6
by: ddeme | last post by:
Can u please tell me how can i get keywords by which user is visiting my site. I read some where by using Request.ServerVariables we can get keywords. But not sure how can i do that... please help...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.