No Icon in Taskbar & auto launching

I need two things for a small Windows app:

  • I need a program to work without seeing in the Taskbar. For OS X this is easy by altering the plist file. How to do this for Windows?
  • How to add your program so it launches at startup?

[quote=182802:@Christoph De Vocht]I need two things for a small Windows app:

  • I need a program to work without seeing in the Taskbar. For OS X this is easy by altering the plist file. How to do this for Windows?
  • How to add your program so it launches at startup?[/quote]

https://forum.xojo.com/13817-creating-an-application-with-no-taskbar-icon

You can have a program start automatically by adding it, or a shortcut, to the Startup group of the Start menu. Easy to do with most installer building programs.

Thanks Michel. Just what I needed.