4
Answers

Preventing A Save On A Directory/ Replacing User Accounts in XP

Tyler2000

Tyler2000

19y
2.4k
1
Is it possible for a vb.net program to prevent a user from saving into a particular directory? Maybe after the user selects a directory in the SaveFileDialog box, a msgbox pops up and says 'please select a different directory.' Also, would it be possible to replace the 'User Accounts' icon in the Control Panel? Thank you.
Answers (4)
0
Nishant Mittal

Nishant Mittal

NA 5.8k 354.8k 9y
Hi
 
try reading this
 
http://www.dotnetperls.com/lock
 
http://www.codeproject.com/Tips/788402/Monitor-and-Lock-in-Csharp 
0
kedar pawgi

kedar pawgi

NA 105 38.3k 9y
hi sir sorry to say but i didnt understood what you wish to say. I request you to please let me know in brief what exactly you wish to say. What i understood is i should make a function in c# and directly use insert command. Is that so, plz let me know thanks in advance.
0
Nishant Mittal

Nishant Mittal

NA 5.8k 354.8k 9y
Hi
 
use
Lock(this)
{
//Insert the record in the table 
 
hope it will work