fenetre invisible

fenetre invisible - C++ - Programmation

Marsh Posté le 28-04-2003 à 22:39:46    

slt a tous
 
g un prog en c ki s'execute avec le shell de windows.
comment faire pour avoir la fenetre(la bare des taches)du shell transparente.
en C(si ca existe ) sinon en c++.
merci d avance
 

Reply

Marsh Posté le 28-04-2003 à 22:39:46   

Reply

Marsh Posté le 29-04-2003 à 00:44:32    

c bon g trouvé pour le c  
 
Si ca peut aiser kelkun  
 
ma source ke je veut rendre invisible :toto.exe (de toto.c)
 
il fo creer une otre source avec system()
 
ex: int main(){
       system("c:\toto.bat" );
}
avec dans toto.bat :
@echo off

Code :
  1. @echo off
  2. C:\toto.exe


 
et voila
c tout con en fait

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed