Click here to Skip to main content
16,003,708 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Problem with Service Application Template Pin
jim_taylor27-Nov-07 9:57
jim_taylor27-Nov-07 9:57 
GeneralRe: Problem with Service Application Template Pin
Dave Kreskowiak27-Nov-07 9:58
mveDave Kreskowiak27-Nov-07 9:58 
GeneralRe: Problem with Service Application Template Pin
jim_taylor27-Nov-07 10:04
jim_taylor27-Nov-07 10:04 
GeneralRe: Problem with Service Application Template Pin
Dave Kreskowiak27-Nov-07 10:14
mveDave Kreskowiak27-Nov-07 10:14 
GeneralRe: Problem with Service Application Template Pin
jim_taylor27-Nov-07 11:21
jim_taylor27-Nov-07 11:21 
QuestionSet SSRS Report Datasource using vb.net Pin
Realsirocco27-Nov-07 6:21
Realsirocco27-Nov-07 6:21 
AnswerRe: Set SSRS Report Datasource using vb.net Pin
pmarfleet27-Nov-07 7:11
pmarfleet27-Nov-07 7:11 
QuestionContext-Sensitive Help in VB 2005 Pin
PeterBiddlecombe27-Nov-07 5:30
PeterBiddlecombe27-Nov-07 5:30 
This is one of my first real tasks in VB 2005 (I'm returning to VB programming after years away).In some dialogs in an app, I want to let the user display an appropriate topic in an "HTML Help" help file. (I'll add a help button to the form so that users can tell which dialogs have context-senstitive help.

I can do this with something like:
Help.ShowHelp(Me, "C:\junk\foo.chm", HelpNavigator.Topic, "Making_a_widget.htm")
where C:\junk\foo.chm is the compiled help file and Making_a_widget.htm is the name of the topic file in the source.

This is all straightforward enough but it's a one-way street - I have to be confident that my topic is there. As far as I can tell, there is no way I can check whether the topic I want is still in the help file - if I garble the topic filename like this:
Help.ShowHelp(Me, "C:\junk\foo.chm", HelpNavigator.Topic, "Waking_a_midget.htm")
the help window just shows a "404" page where the topic would have appeared. Is there any way of checking from VB whether a help topic is present (or getting a help file error status), so that I can put something in my app's error logging file?
AnswerRe: Context-Sensitive Help in VB 2005 Pin
Dave Kreskowiak27-Nov-07 6:37
mveDave Kreskowiak27-Nov-07 6:37 
QuestionVB.Net macro problem [modified] Pin
smith4306527-Nov-07 5:11
smith4306527-Nov-07 5:11 
QuestionMarshallByRef problem Pin
cstrader23227-Nov-07 4:48
cstrader23227-Nov-07 4:48 
AnswerRe: MarshallByRef problem Pin
cstrader23227-Nov-07 4:54
cstrader23227-Nov-07 4:54 
AnswerRe: MarshallByRef problem Pin
Dave Kreskowiak27-Nov-07 5:15
mveDave Kreskowiak27-Nov-07 5:15 
GeneralRe: MarshallByRef problem Pin
cstrader23227-Nov-07 5:39
cstrader23227-Nov-07 5:39 
GeneralRe: MarshallByRef problem Pin
Dave Kreskowiak27-Nov-07 6:25
mveDave Kreskowiak27-Nov-07 6:25 
GeneralRe: MarshallByRef problem Pin
cstrader23227-Nov-07 7:07
cstrader23227-Nov-07 7:07 
GeneralRe: MarshallByRef problem Pin
Dave Kreskowiak27-Nov-07 7:48
mveDave Kreskowiak27-Nov-07 7:48 
Questionhow to know which procces['s] have access to a file Pin
combo_ci27-Nov-07 3:46
combo_ci27-Nov-07 3:46 
AnswerRe: how to know which procces['s] have access to a file Pin
Dave Kreskowiak27-Nov-07 5:43
mveDave Kreskowiak27-Nov-07 5:43 
Questionvb.net versus c# problem Pin
cstrader23227-Nov-07 3:36
cstrader23227-Nov-07 3:36 
AnswerRe: vb.net versus c# problem Pin
Dave Kreskowiak27-Nov-07 5:10
mveDave Kreskowiak27-Nov-07 5:10 
GeneralRe: vb.net versus c# problem Pin
cstrader23227-Nov-07 5:35
cstrader23227-Nov-07 5:35 
GeneralRe: vb.net versus c# problem Pin
Dave Kreskowiak27-Nov-07 6:13
mveDave Kreskowiak27-Nov-07 6:13 
GeneralRe: vb.net versus c# problem Pin
cstrader23227-Nov-07 6:56
cstrader23227-Nov-07 6:56 
GeneralRe: vb.net versus c# problem Pin
Dave Kreskowiak27-Nov-07 8:19
mveDave Kreskowiak27-Nov-07 8:19 

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.