Add below code in the beginning of your main, then create "TabTip.exe" with popen api. Because there is a hidden console in your app now, TabTip.exe created by the popen won't be shown.
AllocConsole();
ShowWindow(GetConsoleWindow(), SW_HIDE);
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…