Search results for query: *

  1. Spoonybard

    Change Dock Location Of Taskbar

    JuggaloBrotha- The reason why I need to be able to move the taskbar through code is for our clients. We have some clients that are not computer savvy enough to follow through on directions either through email or over the phone on how to get their taskbar back to the default settings and...
  2. Spoonybard

    Change Dock Location Of Taskbar

    Hi Everyone, I need to write a small app that moves the windows taskbar back to it's default location (on the bottom of the desktop) if it is somewhere else, for example, moved to the side. I have found code in VB6 on how to hide/show the taskbar, but nothing on how to dock the taskbar...
  3. Spoonybard

    Get NTFS Folder Permissions

    Hi everyone, I am writing a program that allows projects to be copied from a users local machine to various locations on our network. Already in place are permissions for different types of users such as managers, supervisors, basic employee, etc.... I have come across code that allows...
  4. Spoonybard

    Processing files within folder recursively

    This is the code I created to itereate through a directory to count the number of files that exist. You should be able to easily modify it to look for a specific file. the variable passed in called "source" is just the directory you want to search. Simply declare a FileInfo object and set the...
  5. Spoonybard

    vb6 to .net conversion problem, the 'any' object

    What I have found is to figure out exactly what type of variable the "as any" variable is. For example, if you can figure out that the variable is used as a string, declare it as a string.
  6. Spoonybard

    View User Access Permissions for Folders

    Hi everyone, I am writing a program that allows projects to be copied from a users local machine to various locations on our network. Already in place are permissions for different types of users such as managers, supervisors, basic employee, etc.... I have come across code that allows...
Back
Top