Need Help? Contact the Espiya Helpdesk. CLICK HERE


Author Topic: Help naman po about sa visual basic 6  (Read 834 times)

sqloudane

  • Active - First Star
  • *
  • Posts: 22
  • Karma 1
Help naman po about sa visual basic 6
« on: July 28, 2008, 07:10:10 pm »
eow guys help naman po sa coding sa vb...

may code po ba kau to DISABLE windows explorer..(explorer.exe)

gumagawa kasi ako ng program sa vb that restricts programs..

pati windows explorer kasama.....

this for may thesis kung sino man po makakatulong sa akin many pokepoints and thanks poh!!!

PS... im using vb6... thanks again!!

 ::moreinfo

 ::werule

eyesman

  • 2007 Bravehearts
  • Active - Two Stars
  • *
  • Posts: 140
  • Karma 6
  • There's no place like 127.0.0.1
Re: Help naman po about sa visual basic 6
« Reply #1 on: July 29, 2008, 02:04:02 am »
killString = "taskkill /F /IM explorer.exe"
Call Shell(killString, vbHide)

kaso yung buong explorer.exe ang macclose. i think you can't disable it.
pero kung gusto mo you can list all running applications/processes then select mo lang yun explorer.exe to kill it whenever that you see any instance of it.

meron ako dito pero send ko sayo thru pm if you want.

pokepoints if appreciated  ;D
while ( ! ( succeed = try() ) );

sqloudane

  • Active - First Star
  • *
  • Posts: 22
  • Karma 1
Re: Help naman po about sa visual basic 6
« Reply #2 on: July 29, 2008, 05:42:04 am »
i see.....

thanks ulit!!

mas maganda yung suggestion mo to kill it whenever you see any instance(explorer.exe) of it.

and one of may professor suggest that i put password on taskmanager or taskbar pra mas marestrict ang user...

if ever u have the code of that pm n lng me...

thanks again eyesman!!

pokepoint for u!!!
 
pokepoint::