User Profile

Collapse

Profile Sidebar

Collapse
itshibu
itshibu
Last Activity: Jul 28 '09, 02:20 PM
Joined: Jun 6 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • itshibu
    started a topic Custom Links in Rich Text Box (VB.net)

    Custom Links in Rich Text Box (VB.net)

    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...
    See more | Go to post

  • How 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",...
    See more | Go to post
No activity results to display
Show More
Working...