Search:

Type: Posts; User: Davez91

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    1,467

    VS 2010 Re: Refreshing Picturebox Automatically ?

    Okay I'm following that logic, so I would set the FSW Path after the user has selected the file and clicked OK on the OpenFileDialog, which means in my browse button.

    This is part only part of it,...
  2. Replies
    9
    Views
    1,467

    VS 2010 Re: Refreshing Picturebox Automatically ?

    Oh yes you are right. So I should set the Path of the fsw on the Form_Load right? But then how do I set its Path to the specific folder where my image is ?
    Cause I am already using a Openfiledialog...
  3. Replies
    9
    Views
    1,467

    VS 2010 Re: Refreshing Picturebox Automatically ?

    Hmm wouldn't this be right to do what I want?

    Private Sub FileSystemWatcher1_Changed(ByVal sender As System.Object, ByVal e As System.IO.FileSystemEventArgs) Handles FileSystemWatcher1.Changed
    ...
  4. Replies
    9
    Views
    1,467

    VS 2010 Re: Refreshing Picturebox Automatically ?

    Okay thanks I've looked into it and learned how to use it to monitor a specific folder and write to a txt file or to a listbox when something in that folder is changed,deleted,etc, but I still didn't...
  5. Replies
    9
    Views
    1,467

    VS 2010 Refreshing Picturebox Automatically ?

    Hey guys.
    I'm new to VB programming and I'm trying to develop a program where you browse and select a picture, then it opens in a Picturebox. Afterwards you can choose to open that same picture in...
Results 1 to 5 of 5



Click Here to Expand Forum to Full Width