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

C#

 
GeneralRe: How to find servers in a network Pin
leppie25-Dec-03 6:03
leppie25-Dec-03 6:03 
AnswerRe: How to find servers in a network Pin
LongRange.Shooter30-Dec-03 10:15
LongRange.Shooter30-Dec-03 10:15 
Generalsites Pin
hebzzz24-Dec-03 8:04
hebzzz24-Dec-03 8:04 
GeneralRe: sites Pin
Kentamanos24-Dec-03 8:11
Kentamanos24-Dec-03 8:11 
GeneralSites Pin
hebzzz24-Dec-03 7:56
hebzzz24-Dec-03 7:56 
GeneralRe: Sites Pin
Kentamanos24-Dec-03 7:59
Kentamanos24-Dec-03 7:59 
GeneraleneSites Pin
hebzzz24-Dec-03 7:56
hebzzz24-Dec-03 7:56 
GeneralRe: eneSites Pin
Heath Stewart27-Dec-03 4:51
protectorHeath Stewart27-Dec-03 4:51 
From a Browser Helper Object (BHO), you get the IWebBrowser2 information from the IUnknown passed to your implementation of IObjectWithSite::SetSite and check the IWebBrowser2::LocationURL. From a separate application, get the Windows handle (HWND) of the Internet Explorer application (use Spy++ to find class information, but don't use the HWNDs there because they are allocated with every Window) and P/Invoke the native FindWindow function to get the Window with that WNDCLASS. Find the window class of the Address bar, then get that window and get its text by P/Invoking GetWindowText.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralHID USB - Mag Card Reader Interaction Pin
nitesh11524-Dec-03 5:43
nitesh11524-Dec-03 5:43 
GeneralRe: HID USB - Mag Card Reader Interaction Pin
Kentamanos24-Dec-03 7:07
Kentamanos24-Dec-03 7:07 
GeneralRe: HID USB - Mag Card Reader Interaction Pin
nitesh11526-Dec-03 8:51
nitesh11526-Dec-03 8:51 
GeneralRe: HID USB - Mag Card Reader Interaction Pin
Kentamanos26-Dec-03 8:53
Kentamanos26-Dec-03 8:53 
GeneralRe: HID USB - Mag Card Reader Interaction Pin
Heath Stewart27-Dec-03 4:47
protectorHeath Stewart27-Dec-03 4:47 
GeneralTreeview Pin
mhmoud rawas24-Dec-03 1:05
mhmoud rawas24-Dec-03 1:05 
GeneralRe: Treeview Pin
Heath Stewart27-Dec-03 4:43
protectorHeath Stewart27-Dec-03 4:43 
GeneralRe: Treeview Pin
Heath Stewart27-Dec-03 5:34
protectorHeath Stewart27-Dec-03 5:34 
GeneralRe: Treeview Pin
mhmoud rawas27-Dec-03 18:09
mhmoud rawas27-Dec-03 18:09 
GeneralRe: Treeview Pin
Heath Stewart28-Dec-03 3:16
protectorHeath Stewart28-Dec-03 3:16 
GeneralDataAdapter.Fill progress Pin
Alex Korchemniy23-Dec-03 18:30
Alex Korchemniy23-Dec-03 18:30 
GeneralRe: DataAdapter.Fill progress Pin
mhmoud rawas24-Dec-03 1:08
mhmoud rawas24-Dec-03 1:08 
GeneralRe: DataAdapter.Fill progress Pin
SimonS24-Dec-03 8:26
SimonS24-Dec-03 8:26 
GeneralRe: DataAdapter.Fill progress Pin
mhmoud rawas26-Dec-03 19:04
mhmoud rawas26-Dec-03 19:04 
GeneralRe: DataAdapter.Fill progress Pin
SimonS26-Dec-03 21:13
SimonS26-Dec-03 21:13 
GeneralRe: DataAdapter.Fill progress Pin
mhmoud rawas26-Dec-03 21:19
mhmoud rawas26-Dec-03 21:19 
GeneralRe: DataAdapter.Fill progress Pin
Heath Stewart27-Dec-03 4:41
protectorHeath Stewart27-Dec-03 4:41 

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.