Search results for 'Delhi Internet'. 1 post(s) found.
2007/09/18 08:29
How to set the "home page" for the Internet Explorer from Delphi code
2007/09/18 08:29 in Delphi

Here's how to change the home page for the IE from Delphi code (IE-Tools-Internet options...)
uses Registry;
...
function SetIEHomePage(PageName: string): Boolean;
begin
with TRegistry.Create do
try
RootKey := HKEY_CURRENT_USER;
OpenKey('Software\Microsoft\Internet Explorer\Main', False) ;
try
WriteString('Start Page', PageName) ;
Result := True;
except
Result := False;
end;
CloseKey;
finally
Free;
end;
end;
//Usage:
SetIEHomePage('http://kurapa.com')
...
function SetIEHomePage(PageName: string): Boolean;
begin
with TRegistry.Create do
try
RootKey := HKEY_CURRENT_USER;
OpenKey('Software\Microsoft\Internet Explorer\Main', False) ;
try
WriteString('Start Page', PageName) ;
Result := True;
except
Result := False;
end;
CloseKey;
finally
Free;
end;
end;
//Usage:
SetIEHomePage('http://kurapa.com')
Another posts included in "Delphi"
| List All Network Drives (0) | 2007/09/18 |
| Retrieving all image links from an HTML document (0) | 2007/09/18 |
| How to Activate/Deactivate the Screen Saver (0) | 2007/09/19 |
| How to get get IE favorites (0) | 2007/09/18 |
| Extracting the domain (host) name from an e-mail address (0) | 2007/09/18 |
| Download a file from the Internet with progress indicator (0) | 2007/09/18 |
| Are we connected to the Internet? (0) | 2007/09/18 |
| Rotate Bitmap (any angle, any center of rotation) (0) | 2007/09/11 |
Trackback : Cannot send a trackbact to this post.
-
Subject Tramadol drug concerns.
2009/06/28 08:33
Tramadol hydrochloride. Cheapest tramadol. Tramadol withdraw. Tramadol side affects. Tramadol. Hydrocodone vs tramadol.
-
Subject different money making ideas
2010/01/28 23:22
moneyideas
-
Subject different money making ideas
2010/01/29 07:27
moneyideas
-
Subject different money making ideas
2010/01/31 16:40
moneyideas
Prev

Rss Feed