Search results for query: *

  • Users: Sumo
  • Content: Threads
  • Order by date
  1. S

    Image Handling Suggestions

    I need to be able to resize images in an app and then save them with the new resolution. The Image object I am using takes it's size params from the image loaded from the disk and then the height/width params are read-only. I'm sure .Net provides a method to alter/resize the image, I just...
  2. S

    How to get FolderBrowserDialog to start at the program's location?

    How to get FolderBrowserDialog to start at the program's location? --RESOLVED-- I am using the FolderBrowserDialog to allow the user to choose a folder for activity. The folder will most likely be a subfolder of where the program is running. How can I specify that when the user opens the FBD it...
  3. S

    Clearing a Listbox

    I've got a listbox that is being populated from reading the contents of a directory. If the user changes the target directory the listbox obviously needs to change. I need to be able to clear out the previous contents of the listbox and cannot figure out the syntax. I'm pretty sure I should be...
Back
Top