Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~176 People Reached
Favorite Forums
Member Avatar for ron92

I have a line which finds the name of the last control / button to be pressed: [code]this.ActiveControl.Name[/code] and this string is used to go to a bookmark on a website. Eg. documentation.htm#ControlName But what if the last button pressed isn't a bookmark in the html file? Can I find …

Member Avatar for ddanbe
0
20
Member Avatar for ron92

I can't get my C# program to open the html page at the desired location. E.g. System.Diagnostics.Process.Start(@"C:\file.htm"); works fine. It opens the page at the top. But if I type System.Diagnostics.Process.Start(@"C:\file.htm#bookmark"); it still just opens at the top of the page (instead of at the bookmark where I want it …

Member Avatar for thines01
0
156