Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
T

the_one2003a

@the_one2003a
About
Posts
4
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Resizable right to left windows form
    T the_one2003a

    I have made a windows. added toolStripContainer and added a Menustrip and toolstrip to the Toppanel and added a statusstrip to bottom panel of StripContainer. Then I set the Dock property of toolstripContainer to Fill. and set the Anchor property of toolstrip to Top,Right. Now my problem is Just the toolstrip. When I resize my form the Statusbar and Menu just work fine but the toolstrip stays in its original place. Any Ideas?

    C# help question

  • How to Hide another application's tray icon?
    T the_one2003a

    What I need to make is a stealth interface to another application. My application should run and always check to be sure that the second application is always hidden (Fron both Taskbar and TrayIcon)

    C# question json tutorial

  • How to Hide another application's tray icon?
    T the_one2003a

    Hi Thanks I could hide the tray icon. So I wanted to make it Permanent I mean My applicaiton should always check and hide this application If it has become visible again (Remove both taskbar and trayicon again) So I used code below (most of your code) But Application's main windows only becomes hidden one time and not for other times. if (filename != null) { filename = filename.ToLower(); if (filename.Contains("application.exe")) { //To get the Application Main handle (hide from taskbar) p = Process.GetProcessesByName("Application"); hWnd1 = (int)p[0].MainWindowHandle; ShowWindow((int)hWnd1, SW_HIDE); //This one works fine and always hides app's tray icon SOK = (uint)SendMessage(hWnd, TB_DELETEBUTTON, new IntPtr(item2), IntPtr.Zero); if (SOK != 1) throw new ApplicationException("TB_DELETEBUTTON failed"); removedCount++; }

    C# question json tutorial

  • How to Hide another application's tray icon?
    T the_one2003a

    Hi Recently I needed to hide an application window so I used the ShowWindow of the API and could hide it from taskbar But this application has a tray icon too, How can I hide tray icon? And also is there a way to make the application to stay at background completely what I mean is that when I use ShowWindow function This application is show for a second an then is hidden so it is visibile for half of a second. Is there any better way to make it invisible completely? Michael Lopez

    C# question json tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups