Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Code save file dialog box in vb.net
Name: abh.e.sheikh Date: March 1, 2009 at 08:57:54 Pacific OS: Windows XP Subcategory: General
Comment:
How do i code save file dialog box in vb.net..? assume dat a word document is open in web-browser control in vb.net, now i want to provide a button by which the user can save the same word document at a location that he prefers. I am not able to understand how to code for this.. Plzz help.. Its urgent... deadline approaching fast...
Summary: Wow, I got Visual Basic 2005 Express Edition and let me tell you, it's NOT at ALL like VB 6.0. It's really ridiculously over-complicated. Or maybe I'm just not doing things right. I don't know. Anyway...
Summary: I have been trying to use common dialog box in ASP.NET application but it gives me error. It says 'Class is not licensed for use' I tried using the common dialog in VB.NET too but I got the same mes...
Summary: how can I download a file from a url in vb.net? i tried this code: http://www.vbdotnetheaven.com/Code/Jul2003/2107.asp but vb.net said that WebRequestFactory wasn't defined. thanks. ...