Results 1 to 12 of 12

Thread: Creating a program to run in the windows start menu task bar [Resolved]

  1. #1

    Thread Starter
    Addicted Member Porsche944's Avatar
    Join Date
    Apr 2005
    Location
    Ann Arbor
    Posts
    182

    Resolved Creating a program to run in the windows start menu task bar [Resolved]

    Has anyone ever experimented or have any ideas on how to accomplish the following.

    I have a program that searches Active Directory for information. I would like to create a little 'applet' that runs in the taskbar much like the Internet Explorer Address bar or various internet searching tools.

    Anyone have any idea how to do this in VB .Net 2003?

    Last edited by Porsche944; Jun 10th, 2005 at 01:04 PM.

  2. #2
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Creating a program to run in the windows start menu task bar

    You mean the system tray?

    If so then see here...http://www.vbforums.com/showthread.php?t=335383

    (its a fully formed but tiny little replacement for the system clock).
    I don't live here any more.

  3. #3

    Thread Starter
    Addicted Member Porsche944's Avatar
    Join Date
    Apr 2005
    Location
    Ann Arbor
    Posts
    182

    Re: Creating a program to run in the windows start menu task bar

    Nope not the system tray the actual taskbar where programs can be accessed. If you right click on the toolbar near the start button and go to Toolbars you should have options for

    Links
    Quick Launch
    Desktop

    ect.

  4. #4

    Thread Starter
    Addicted Member Porsche944's Avatar
    Join Date
    Apr 2005
    Location
    Ann Arbor
    Posts
    182

    Re: Creating a program to run in the windows start menu task bar

    bump - e - de - bump - bump

  5. #5
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Creating a program to run in the windows start menu task bar

    I see. You'd have to do some fancy registry work. Probably not worth the effort. Most people would prefer it to reside in the system tray.

  6. #6

    Thread Starter
    Addicted Member Porsche944's Avatar
    Join Date
    Apr 2005
    Location
    Ann Arbor
    Posts
    182

    Re: Creating a program to run in the windows start menu task bar

    I am creating this program for the system administrators here and we would actually like it to run in the taskbar since we will be using often to search for locations of users here at work.

    Any idea what registry keys I need to add?

  7. #7
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Creating a program to run in the windows start menu task bar

    Afraid not. It won't be easy thoug I can tell you that. Kleinma was looking at something similar the other day he might be able to shed some light on it.

  8. #8
    Frenzied Member <ABX's Avatar
    Join Date
    Jul 2002
    Location
    Canada eh...
    Posts
    1,622

    Re: Creating a program to run in the windows start menu task bar

    MSDN Reference

    Usually Shell Integration is quite a pain in the ass, if not Impossible, to do in pure .Net.
    Last edited by <ABX; Jun 10th, 2005 at 10:13 AM.
    Tips:
    • Google is your friend! Search before posting!
    • Name your thread appropriately... "I Need Help" doesn't cut it!
    • Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
    • Allways Include the Name and Line of the Exception (if one is occuring!)
    • If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)


    If you think I was helpful, rate my post
    IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous

  9. #9

    Thread Starter
    Addicted Member Porsche944's Avatar
    Join Date
    Apr 2005
    Location
    Ann Arbor
    Posts
    182

    Re: Creating a program to run in the windows start menu task bar

    Nice information guys this looks to be a little out of my real of understanding at the moment. Maybe I'll just dock a small form to the bottom of the screen or something for the time being.

  10. #10
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Creating a program to run in the windows start menu task bar [Resolved]

    A long time ago I seen a similar thread. He was wanting to place icons in a toolbar that would be in the taskbar like the quick launch or
    Office 2003 alternative user input toolbar. I cant remember what was the solution, if any, but it may help to search for it.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  11. #11
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Creating a program to run in the windows start menu task bar [Resolved]

    I would never sanction the amount of time required for this, for such a project. A user tracking program should be a simple tool, as portable as possible, not tied into the shell if possible. Too many things to go wrong on different versions of windows. Its the sort of thing you want to take with you on a USB disk and take it away again after using it.

    $0.02.
    I don't live here any more.

  12. #12

    Thread Starter
    Addicted Member Porsche944's Avatar
    Join Date
    Apr 2005
    Location
    Ann Arbor
    Posts
    182

    Re: Creating a program to run in the windows start menu task bar [Resolved]

    I think a simpler solution would be to create a form that docks ontop of the taskbar and is always on top. This would not be tied into the shell and could work on any version of windows xp. As for portability all our workstations are running the same operation system so I don't think that would be to much of a problem. But I'm not going to waste time creating a com object for my program, I can only find c++ examples online and I am not to familiar with c++. I would have to rewrite a lot of my program.

    I might consider going with a docking solution but, for the time being they will have to deal with it being in the system tray.

    Thanks for the help gurus

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width