View Single Post
  #8  
Old 01-12-2005, 13:27
ee45678 ee45678 is offline
Friend
 
Join Date: Jan 2005
Posts: 27
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 0
Thanks Rcvd at 0 Times in 0 Posts
ee45678 Reputation: 0
Quote:
Originally Posted by reagent
Dear All;
in the attached 16Bit-program (Turbo C++) I would like to make modification in user interface so I can disable the browsing option in file menu -- open windows, cuz I am using this software for my students and I have applied group policy for restericting drive access for exams, but cuz turbo C is 16 bit application so they can brows the hard drive through open menu, so the best solution is disabling this menu..
Note: the exec file is TC.exe inside Bin folder
I don't have sufficient user rights to download your attachment yet.
The Turbo C++ IDE tc.exe file is an old world style 16bit (DOS) executable. None of the modern tools or techniques being suggested by some of the posters here will work with it.
I have experience of disabling the "File Open" (F3) option in tc.exe from Turbo C v2.1, I don't know which is your version number but if you can somehow arrange to send the file tc.exe to me I can fix it for you.

Last edited by ee45678; 01-13-2005 at 11:03.
Reply With Quote