Hello all,

I found out that there is something called the "window class" which is not the title of the window, but some sort of coding name, if you know the "class" of any window you can easily hide that window, change the text on its title bar, etc. from your vb program just by using a few APIs to retrieve the handle of the specified window and then do whatever you want the program to do. However I have found out that the "window class" of all the programs I make with vb6 is always the same (ThunderRT6FormDC), but then if I have more than one of my programs open at the same time, it becomes an issue determing how to choose the right one. Does anybody have any idea how to customize this "window class" or some other way to solve my problem?

Thanks a lot in advance!