I managed to open a file from C by using system("notepad eg.txt");
However, I realise that the file only opens up but does not pop up if the user has other windows in use. Is there any way to make it always pop up no matter what the user is doing?
However, I realise that the file only opens up but does not pop up if the user has other windows in use. Is there any way to make it always pop up no matter what the user is doing?
Comment