Search results for query: *

  • Users: waughp
  • Content: Threads
  • Order by date
  1. W

    NotifyIcon context menu doesn't alway open

    I've got a windows form application created in VB 2005 that is working great with the exception of the context menu for the NotifyIcon. I've created the NotifyIcon as well as the ContextMenuStrip and I've assigned the ContextMenuStrip to the NotifyIcon. The ContextMenuStrip contains the...
  2. W

    Copy text from a listbox

    Hey Experts, 1) I'm trying to copy the items of a ListBox to the clipboard so I can paste it into an excel document. I need the copied text to be in one row (to make it easy to paste into one column of the excel spreadsheet all in sepperate cells). The code I'm trying to use is below. I know a...
  3. W

    Using CreateProcessAsUser

    Hello, I need an example on how to use CreateProcessAsUser. I would like to hardcode a user/password into a vb.net program so that I can have trusted people run cpl files (control Panels) as the local administrator, without knowing the password. For Example, I would like my program to...
  4. W

    Show me an example for this site?

    Hello, Could somebody show me an example for the Visual Basic .Net code used on this page? http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemsecurityprincipalwindowsidentityclassimpersonatetopic1.asp Thanks, Pat
  5. W

    How do I use this module?

    Hey Experts, I have a module that I got from a book that is supposed to handle impersonation. I have no idea how to incorporate this into my code and it's the last big piece I need to get the entire program working how I want. Here is my module: Imports System.Security.Principal Module...
  6. W

    Menu Icons

    Hello I'm a begginner to VB.net and I have a question on how to add icons to menus. I've searched all over and I've found several different examples, however, I could only get one of them to work and now I need help customizing it. Basically this code does everything I need it to do except it...
Back
Top