I am trying to make a program that will run on a system. The program will launch a driver on startup, which displays a cmd window. I am trying to get my program to come back to the front after it opens this. I have tried using a few different things such as:
Me.BringToFront
Me.Activate
Me.Show
However, none of these have worked so far, does anyone know of another way I can do this?