Dear all,
I am making a new windows based application for my firm. My appli9cation is developing by vb.net. I accomplished most of the goal except custom links in rich text box.
As my plan the link work with either pictorial or text.
For example. If I am refering a document from another document I want to give a link in document A. once the user press on the link it will be open the another document.
And...
User Profile
Collapse
-
Custom Links in Rich Text Box (VB.net)
-
itshibu started a topic How to open a File from password protected shared server through programmingin Visual BasicHow to open a File from password protected shared server through programming
I tried to write a program that can open files from the server. But the shared folder in the Win2003 server is password protected. i tried the following code
System.Diagnost ics.Process.Sta rt("net.exe", "use K: \\Server\URI\pa th\here /USER:username password" )
Dim p = New System.Diagnost ics.Process
p.Start("k:\" & Filename)
System.Diagnost ics.Process.Sta rt("net.exe",...
No activity results to display
Show More