Advanced Forum Search Results
-
I'm having the same problem. I'm wondering if it's a newer version difference?
-
It helped me, thank you!
-
Thanks for the help guys, I was looking for that UriKind.Relative.
-
Sorry, "local" was the wrong word to use in this scenario. Basically, I've created a site and put it at two places, for example:
www.thisurl.com
and
www.thaturl.com
I have a link that opens a pdf file within a pdf folder
www.thisurl.com/pdf/file.pdf
and
www.thaturl.com/pdf/file.pdf
How would I open the pdf file with the ...
-
I have to use codebehind because depending on certain user selected options 100 different links can be used from one single button. I have no problem loading in the path of those, but this is something that will have to be used on numerous sites and internal sites with no access to the web. I can't use full paths (if full paths ...
-
Hi, So I know how to open a link from an absolute URL:
System.Windows.Browser.HtmlPage.Window.Navigate(new Uri("http://www.webpage.com/index.html"), "_blank"));
How would I open a link that's not absolute, ie - "currentfolder/web/index.html"?
-
Thanks, it didn't work. I think there's something wrong with text as a button within a stackpanel. My other text works fine within a grid.
Anyway, setting "enableautozoom" to false works for my needs. Thanks again.
-
Thanks for the quick response. Is this controlled within the HTML or the Silverlight application itself? What I mean is I don't really understand code too much and that link you sent me doesn't really make too much sense to me on its own. Does this basically just tell the browser to resize to 100 percent if it's ...
-
I'm having this exact same problem. Anybody have a solution?
-
I've had this problem before, and it was frustrating. For some reason my projects do this when I have my silverlight object in the aspx set to Width="100%" and Height="100%". If you change those to the size of your silverlight application in pixels, ie Width="640px" and Height="480px" it ...