Re: VB.NET WINFORMS Opening a File in its Associated Application for read only sets me a message that i don't want

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Smokey Grindel

    Re: VB.NET WINFORMS Opening a File in its Associated Application for read only sets me a message that i don't want

    for those of us who can read what looks like Hebrew? for the rest of us we
    can't realy tell what you are asking for

    <2bhere4u@gmail .comwrote in message
    news:635eb253-5335-46af-8c98-815adcb79c5b@y2 1g2000hsf.googl egroups.com...
    ?? ?? ???? !
    ??? ???? ???? ?????? ???? ????? ????? ???? ?????? ???? - ??? ??? ??
    ???????
    ?????? ???? ???? ????? ???? ?????? ???? , ?? ????? ????? ?????? ????
    ????? ???? ????? ?????? ?????? ?? ??? ??? ???? ??????.
    >
    ???? ??? ??? :
    If System.IO.File. Exists(DocName) Then
    System.IO.File. OpenRead(DocNam e)
    >
    Dim m As Mutex = New Mutex(False, GetFileName(Doc Name))
    If m.WaitOne(10, False) Then
    >
    Start(DocName, System.IO.FileA ttributes.ReadO nly And
    System.IO.FileA ccess.Read And System.IO.FileA ttributes.ReadO nly)
    >
    m.ReleaseMutex( )
    Else
    MessageBox.Show ("Applicatio n already running!")
    End If
    >
    ?? ??????? ?? Stream ?? ??????? ?? ??????? ?? ????? ????
    ????? ??? WebBrowser ?? ?? ?????? - ??? ???? ????? ??? ??? ?????
    ????????? ???????
    ?? ???? ??? ?? ?????? ???? ??? ????? ????? ????? ?????? ?????????
    ?????? ?????? ?????? ????.
    >

Working...