blah blah blah is here! blah blah » Close

0
votes
0 answers

How to view msword file in web page

I want to display a word file in browser for users.Is it possible to display word file in browser in asp.net

0
votes
0 answers

offline browser

sm1 give me d sample code to download all the links of a website to for an offline browser.those links should saved in hard disk and shud b able to b viewed offline.plz giv the sample code to xtract the link .

0
votes
0 answers

Navigate using Skybound Gecko Browser

Hello, I am developing an embedded browser using Skybound.Gecko Browser (C#). The browser navigates to a website with a content like this: <html> <head> <link rel="SHORTCUT ICON" href="images/xxx.ico&q ...

1
votes
1 answers

Folder Browser Dialog In WPF?

eeboy
499

Is there a folder browser dialog box built in to WPF? If so, can someone point me in the right direction. If not (and I am guessing this is the case given my searching) can I reference System.Windows.Forms and use the dialog box from there? ...

1
votes
1 answers

Run WinForms Applications From The Web Browser

is this possible? If yes, it would be wonderful. Several related links below: (1) http://www.theserverside.net/tt/articles/showarticle.tss?id=RunFromWeb (2) http://www.visualwebgui.com/Developers/Resources/Tutorials/tabid/365/articleType ...

0
votes
2 answers

Cannot implicitly convert 'System.Uri" to 'string'

Hi, I'm making a web browser in visual C# and I need to make the address bar change when a new page loads. Here is the code I am using: private void webBrowser1_DocumentCompleted(object sender, WebBrowserDocumentCompletedEventArgs e) { ...

Feedback