Search results for query: *

  • Users: Mugsy
  • Content: Threads
  • Order by date
  1. M

    Question Panel scrollbar resets to top after setting position value.

    I've written a program that displays a form inside a panel/window. When I automatically set the VerticalScroll.Value, the contents moves, but the scrollbar resets to the top. This screws things up the next time it's set. Is there a way to fix this? (PS: Just updated to VS v17.7.0 so I don't...
  2. M

    Question Help. Can't assign an array of images to an ImageList.

    I'm trying to sort images before assigning them to an ImageList object. Using a "For... Each" loop, I can assign images one at a time as they are read directly from the computer. The problem is, this method reads the files alphabetically, so it reads "image09.png", "image10.png"...
  3. M

    Resolved Help. Timer on form not working. Can't figure out why.

    I needed to create a Copy Dialog from scratch. It will (I hope) show the file/folder being copied with a Copy Animation (similar to the default UIDialog.) I created a form and put a PictureBox & Timer on it. I set the Timer default to Enabled and Interval to 150. Code was added (below) to the...
  4. M

    Question overwrite while using "UIOption.AllDialogs" when copying?

    I have a program that checks for a Backup folder when it starts, and if not found, prompts for you to create one. The copy process can take a long time, so I use the standard Windows copy dialog to show your progress: My.Computer.FileSystem.CopyDirectory(strSrcPath...
  5. M

    Question Quick Question: Object to display a form in a scrolling window?

    Is there a VB.Net object that lets you display a form in a scrollable window? TIA
Back
Top