[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.vb.general.discussion

Protecting against accidental editing

Alexandros Peropulous

7/30/2010 9:39:00 AM

Can I protect code in my app against accidental editing in the IDE?
2 Answers

Dee Earley

7/30/2010 10:04:00 AM

0

On 30/07/2010 10:39, Alexandros Peropulous wrote:
> Can I protect code in my app against accidental editing in the IDE?

Make the files read only?
(Or use proper source control/versioning)

--
Dee Earley (dee.earley@icode.co.uk)
i-Catcher Development Team

iCode Systems

(Replies direct to my email address will be ignored.
Please reply to the group.)

Paul Clement

8/2/2010 4:42:00 PM

0

On Fri, 30 Jul 2010 11:39:16 +0200, Alexandros Peropulous <peropero@gmail.com> wrote:

¤ Can I protect code in my app against accidental editing in the IDE?

You could use Visual SourceSafe depending upon your version of Visual Basic/Visual Studio. There is
also third-party source control software available such as SubVersion.


Paul
~~~~
Microsoft MVP (Visual Basic)