Click here to Skip to main content
15,891,733 members
Home / Discussions / C#
   

C#

 
QuestionIE Helper Object and IDownloadManager Interface Pin
DeepToot1-Sep-06 9:58
DeepToot1-Sep-06 9:58 
Questionmemory questions Pin
theFrenchHornet1-Sep-06 9:57
theFrenchHornet1-Sep-06 9:57 
AnswerRe: memory questions Pin
Judah Gabriel Himango1-Sep-06 10:28
sponsorJudah Gabriel Himango1-Sep-06 10:28 
GeneralRe: memory questions Pin
theFrenchHornet1-Sep-06 10:47
theFrenchHornet1-Sep-06 10:47 
GeneralRe: memory questions Pin
Judah Gabriel Himango1-Sep-06 11:09
sponsorJudah Gabriel Himango1-Sep-06 11:09 
QuestionCaputuring URL changes Pin
Charith Jayasundara1-Sep-06 9:11
Charith Jayasundara1-Sep-06 9:11 
AnswerRe: Caputuring URL changes Pin
gus_br1-Sep-06 9:20
gus_br1-Sep-06 9:20 
AnswerRe: Caputuring URL changes Pin
Nader Elshehabi1-Sep-06 9:43
Nader Elshehabi1-Sep-06 9:43 
Hello

Well, you can't do that directly using C# only. You'd have to make API calls. Two suggestions:

1- Track changes in the Windows Title of the IE window. Once It chanages the URL would have changed. This will give you the title of the page, but not its URL.
2- Capture the handle of the Address edit control, and get it's text periodically -eg. each second or so-. This will give you more percise tracking of thepage's url, but of course this is much harder.

RegardsRose | [Rose]

GeneralRe: Caputuring URL changes Pin
Charith Jayasundara2-Sep-06 7:12
Charith Jayasundara2-Sep-06 7:12 
GeneralRe: Caputuring URL changes Pin
Nader Elshehabi2-Sep-06 11:17
Nader Elshehabi2-Sep-06 11:17 
GeneralRe: Caputuring URL changes Pin
Charith Jayasundara3-Sep-06 6:35
Charith Jayasundara3-Sep-06 6:35 
QuestionStoring Images Pin
jesarg1-Sep-06 8:54
jesarg1-Sep-06 8:54 
AnswerRe: Storing Images Pin
gus_br1-Sep-06 9:08
gus_br1-Sep-06 9:08 
AnswerRe: Storing Images Pin
Nader Elshehabi1-Sep-06 9:56
Nader Elshehabi1-Sep-06 9:56 
QuestionCOM Creation Problem Pin
Abbas821-Sep-06 8:53
Abbas821-Sep-06 8:53 
AnswerRe: COM Creation Problem Pin
mav.northwind1-Sep-06 20:03
mav.northwind1-Sep-06 20:03 
QuestionContextMenuStrip Pin
TAREQ F ABUZUHRI1-Sep-06 8:15
TAREQ F ABUZUHRI1-Sep-06 8:15 
AnswerRe: ContextMenuStrip Pin
TAREQ F ABUZUHRI1-Sep-06 8:15
TAREQ F ABUZUHRI1-Sep-06 8:15 
AnswerRe: ContextMenuStrip Pin
Jun Du1-Sep-06 8:28
Jun Du1-Sep-06 8:28 
AnswerRe: ContextMenuStrip Pin
Nader Elshehabi1-Sep-06 10:07
Nader Elshehabi1-Sep-06 10:07 
AnswerRe: ContextMenuStrip Pin
Judah Gabriel Himango1-Sep-06 10:27
sponsorJudah Gabriel Himango1-Sep-06 10:27 
QuestionReferencing Interfaces Pin
work_to_live1-Sep-06 7:49
work_to_live1-Sep-06 7:49 
AnswerRe: Referencing Interfaces Pin
Jun Du1-Sep-06 8:06
Jun Du1-Sep-06 8:06 
GeneralRe: Referencing Interfaces Pin
work_to_live5-Sep-06 8:11
work_to_live5-Sep-06 8:11 
AnswerRe: Referencing Interfaces Pin
Guffa1-Sep-06 10:43
Guffa1-Sep-06 10:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.