Click here to Skip to main content
15,886,110 members
Home / Discussions / C#
   

C#

 
QuestionUsing a .NET dll in Visual Studio C++ MFC project Pin
anderslundsgard20-Feb-06 21:31
anderslundsgard20-Feb-06 21:31 
QuestionHow to run executable file from the shorcut created by C# program? Pin
monakolanji20-Feb-06 21:25
monakolanji20-Feb-06 21:25 
AnswerRe: How to run executable file from the shorcut created by C# program? Pin
sathish s21-Feb-06 1:07
sathish s21-Feb-06 1:07 
GeneralRe: How to run executable file from the shorcut created by C# program? Pin
monakolanji21-Feb-06 1:30
monakolanji21-Feb-06 1:30 
GeneralRe: How to run executable file from the shorcut created by C# program? Pin
sathish s21-Feb-06 2:19
sathish s21-Feb-06 2:19 
QuestionHide Caption bar Pin
Ronni Marker20-Feb-06 21:07
Ronni Marker20-Feb-06 21:07 
AnswerRe: Hide Caption bar Pin
Ingo20-Feb-06 22:42
Ingo20-Feb-06 22:42 
QuestionInternal links and C# Pin
BlondeBusyBee20-Feb-06 20:23
BlondeBusyBee20-Feb-06 20:23 
Confused | :confused:
I have this problem I have been stuck on for ages!Can anyone help me out please??

I have a treeview. The nodes of this treeview are paths to a file that is to be showed in a webbrowser. When I click the link/node an html page is showen in the browser. Within this html-document there are internal links that are identified by the # sign. When the link is clicked the path will look like this:

file:///C:/Documents%20and%20Settings/froy/My%20Documents/Visual%20Studio%202005/Projects/TabHelp/TabHelp/bin/Debug/Teknisk.htm#lagring

You can see on the last part that "lagring" is a headline further down in the document Teknisk.htm. This means that when the root node is clicked the main document will be displayed (Teknisk.htm) and when the childnode is clicked it will jump down to the headline "lagring" using internal linking.

How is it possible to interpret the path including the # sign?
I get the path using the GetFullPath()- method, but when I include the # transform it to %23 (the hex) which is not interpretable by the browser.
Is there any possibility to get the full path including the last fragment and pass it to the browser?

Pleeeaasee help me.. this has tormented me for so long.
Thanks in advantage Smile | :)

Freya
AnswerRe: Internal links and C# Pin
Vikram A Punathambekar20-Feb-06 21:38
Vikram A Punathambekar20-Feb-06 21:38 
GeneralRe: Internal links and C# Pin
BlondeBusyBee21-Feb-06 0:47
BlondeBusyBee21-Feb-06 0:47 
QuestionLoading an assembly fails in .NET 2.0 Pin
Vikram A Punathambekar20-Feb-06 20:07
Vikram A Punathambekar20-Feb-06 20:07 
AnswerRe: Loading an assembly fails in .NET 2.0 Pin
leppie20-Feb-06 21:10
leppie20-Feb-06 21:10 
GeneralRe: Loading an assembly fails in .NET 2.0 Pin
Vikram A Punathambekar20-Feb-06 21:32
Vikram A Punathambekar20-Feb-06 21:32 
GeneralRe: Loading an assembly fails in .NET 2.0 Pin
leppie20-Feb-06 22:22
leppie20-Feb-06 22:22 
Questionicon for menu item Pin
Praveen_S20-Feb-06 19:37
Praveen_S20-Feb-06 19:37 
QuestionUsing COM from Web Service Pin
Crazy Joe Devola20-Feb-06 19:05
Crazy Joe Devola20-Feb-06 19:05 
AnswerRe: Using COM from Web Service Pin
Crazy Joe Devola21-Feb-06 18:50
Crazy Joe Devola21-Feb-06 18:50 
QuestionGenerate multiple Bitmaps in memory Pin
NewbieDude20-Feb-06 18:52
NewbieDude20-Feb-06 18:52 
AnswerRe: Generate multiple Bitmaps in memory Pin
Ingo20-Feb-06 22:48
Ingo20-Feb-06 22:48 
GeneralRe: Generate multiple Bitmaps in memory Pin
NewbieDude21-Feb-06 3:26
NewbieDude21-Feb-06 3:26 
QuestionRedirecting Standard Input, Output and Error Pin
Dribble20-Feb-06 18:44
Dribble20-Feb-06 18:44 
AnswerRe: Redirecting Standard Input, Output and Error Pin
leppie20-Feb-06 21:16
leppie20-Feb-06 21:16 
GeneralRe: Redirecting Standard Input, Output and Error Pin
Dribble21-Feb-06 9:51
Dribble21-Feb-06 9:51 
QuestionExcel in C# Pin
Acheive_it20-Feb-06 17:30
Acheive_it20-Feb-06 17:30 
AnswerRe: Excel in C# Pin
ChevyVanDude21-Feb-06 5:00
ChevyVanDude21-Feb-06 5:00 

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.