User Profile

Collapse

Profile Sidebar

Collapse
sternchen
sternchen
Last Activity: Mar 26 '08, 02:14 PM
Joined: Oct 23 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sternchen
    started a topic How to solve flicker effect
    in .NET

    How to solve flicker effect

    Hi,

    I read all threads to this topic which were exactly like my problem and I tried all solutions but it still doesnt want to work :(. Can anybody help?

    I wrote an application where you can create your own graph by adding
    curve points into a coordinate system grid. I create a Panel and draw everything on it.

    Also you can pick the control points and drag them to another
    spot. If I do so,...
    See more | Go to post

  • sternchen
    replied to Determine machine name of a server
    in .NET
    For everybody with the same problem.

    I found a great blog with the code which works perfectly. Check it out at
    http://www.saunalahti. fi/janij/blog/2007-01.html

    cheers,
    sternchen
    See more | Go to post

    Leave a comment:


  • sternchen
    replied to Determine machine name of a server
    in .NET
    Ok :), thanks for your quick reply. I think an example helps.

    The user selects a file on a server and the UNC path will look like

    \\pc1234\folder \file.txt

    First, I thought that I could just look for the first part which would give me the string "pc1234" but I want to have a more general. So, is their any way to find out the computer name on which that particular file is located on?
    ...
    See more | Go to post

    Leave a comment:


  • sternchen
    started a topic Determine machine name of a server
    in .NET

    Determine machine name of a server

    Hello,

    I have a .NET application through which a user can select files. This happens through the OpenFileDialog. Now, I also need to know whether that file is on my local machine or from a server. How can I find out the exact machine name from where the file is loaded, so that i can compare that with my local machine name later?

    cheers,
    sternchen
    See more | Go to post
No activity results to display
Show More
Working...