Click here to Skip to main content
15,895,142 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Multiple User Deployment Pin
Dave Kreskowiak16-Mar-07 7:11
mveDave Kreskowiak16-Mar-07 7:11 
GeneralRe: Multiple User Deployment Pin
Karma3125116-Mar-07 8:08
Karma3125116-Mar-07 8:08 
GeneralRe: Multiple User Deployment Pin
Dave Kreskowiak16-Mar-07 10:26
mveDave Kreskowiak16-Mar-07 10:26 
QuestionHow can I show a form while I read records from db? Pin
JUNEYT16-Mar-07 5:54
JUNEYT16-Mar-07 5:54 
AnswerRe: How can I show a form while I read records from db? Pin
Dave Kreskowiak16-Mar-07 7:07
mveDave Kreskowiak16-Mar-07 7:07 
GeneralRe: How can I show a form while I read records from db? Pin
JUNEYT16-Mar-07 7:26
JUNEYT16-Mar-07 7:26 
QuestionWMI, Win32_Process or Process class question with IE Pin
TenmanS1416-Mar-07 4:44
TenmanS1416-Mar-07 4:44 
AnswerRe: WMI, Win32_Process or Process class question with IE Pin
Dave Kreskowiak16-Mar-07 7:00
mveDave Kreskowiak16-Mar-07 7:00 
No, you can't get it using WMI. You have to do this using the Shell.Application object. You can then get the open browser windows from the Windows property, then iterate through those to get the LocationName and LocationURL's.

You'll need code running on each of the client machines you're monitoring because I don't think you can create the Shell.Application object on a remote server.

The other problem is that this will only work for IE browser windows. It will NOT work if the user is using any other web browser.


Dave Kreskowiak
Microsoft MVP - Visual Basic


GeneralRe: WMI, Win32_Process or Process class question with IE Pin
TenmanS1417-Mar-07 2:52
TenmanS1417-Mar-07 2:52 
QuestionCompitable source code between VB6 and Tally Pin
Deepak the Cool16-Mar-07 3:34
Deepak the Cool16-Mar-07 3:34 
AnswerRe: Compitable source code between VB6 and Tally Pin
Dave Kreskowiak16-Mar-07 4:16
mveDave Kreskowiak16-Mar-07 4:16 
Questionadd jar file in vb dot net Pin
shitendra16-Mar-07 2:00
shitendra16-Mar-07 2:00 
AnswerRe: add jar file in vb dot net Pin
Dave Kreskowiak16-Mar-07 4:10
mveDave Kreskowiak16-Mar-07 4:10 
Questionserialzable XmlNode Pin
ONeil Tomlinson16-Mar-07 0:59
ONeil Tomlinson16-Mar-07 0:59 
AnswerRe: serialzable XmlNode Pin
Marcus J. Smith16-Mar-07 2:40
professionalMarcus J. Smith16-Mar-07 2:40 
Questionselecting 2nd drop down only after selecting the 1st Pin
hepsy16-Mar-07 0:17
hepsy16-Mar-07 0:17 
AnswerRe: selecting 2nd drop down only after selecting the 1st Pin
Smart_Boy16-Mar-07 1:19
Smart_Boy16-Mar-07 1:19 
AnswerRe: selecting 2nd drop down only after selecting the 1st Pin
coolestCoder16-Mar-07 1:34
coolestCoder16-Mar-07 1:34 
AnswerRe: selecting 2nd drop down only after selecting the 1st Pin
N a v a n e e t h16-Mar-07 2:32
N a v a n e e t h16-Mar-07 2:32 
GeneralRe: selecting 2nd drop down only after selecting the 1st Pin
hepsy16-Mar-07 21:28
hepsy16-Mar-07 21:28 
Questioncrystal report problem Pin
Member 392923116-Mar-07 0:07
Member 392923116-Mar-07 0:07 
AnswerRe: crystal report problem Pin
N a v a n e e t h16-Mar-07 2:36
N a v a n e e t h16-Mar-07 2:36 
QuestionDebugging: cannot drill down into object collections in QuickWatch window Pin
Yibbler15-Mar-07 23:47
Yibbler15-Mar-07 23:47 
GeneralRe: Debugging: cannot drill down into object collections in QuickWatch window Pin
Kschuler16-Mar-07 7:50
Kschuler16-Mar-07 7:50 
QuestionEmbedding Reports Within a cell !!! Pin
fulbright15-Mar-07 20:41
fulbright15-Mar-07 20: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.