Protect The Project On Vb2005?

Dec 11, 2008

After I finish my project I'll create a setup for it and give it a serial number.But unformatted it could install on many PC.I have heard that I can create a serial number with the number of the motherboard of PC. Is this possible?I was working on accounting program. This program was protected from a steal by a piece insert in the usb of the PC. So the program was working only for a few days if that piece doesn't inserted.

View 7 Replies


ADVERTISEMENT

How To Protect My Project

Aug 7, 2010

i made a small project and i want to sell it, there is any way to make user name and password for the project, or serial, or some thing like that?

View 3 Replies

How To Protect Project From Duplication

May 23, 2011

i developed a project using VB.Net 2005 and sql server 2005 standard edition at back end. now its complete and have to deliver to company now. but i am afraid that the company may reproduce a new copy of this software from the original and may sell to any other company or in open market. I want to implement some mechanism on my project for its security, which enables it to not to work on other computers or some similar type security.

View 3 Replies

How To Protect Project From Illegal Copy

Jan 16, 2010

How to protect my vb project from illegal copy

View 10 Replies

Protect My Vb Project From Illegal Copy?

Jan 16, 2010

How to protect my vb project from illegal copy

View 1 Replies

VS 2005 Protect The Project From Duplication?

May 23, 2011

i developed a project using VB.Net 2005 and sql server 2005 standard edition at back end. now its complete and have to deliver to company now. but i am afraid that the company may reproduce a new copy of this software from the original and may sell to any other company or in open market. I want to implement some mechanism on my project for its security, which enables it to not to work on other computers or some similar type security.

View 12 Replies

Protect Codes And Forms In Project From Viewing ?

Dec 31, 2011

Can I protect my codes and forms in my project from viewing ?

View 9 Replies

Protect Dlls In Project From Being Referenced By Other People?

Apr 30, 2009

How do I protect dlls in my project from being referenced by other people?

View 1 Replies

How To Convert A VB2005 Project To EXE

Mar 3, 2010

i wish if any one can help me in this:i finished from my project and i want now to conver it to an executable file before it can be used or installed in a workstation.

View 1 Replies

Password Protect Project In Visual Studio 2005?

Aug 26, 2009

How can I password protect my VB.NET project in Visual Studio 2005?

View 6 Replies

File I/O And Registry :: [VB2005]How To Rename Project

Dec 29, 2008

I have completed my VB code and decided to publish it(make program an installable program). However, I want to rename my project so that when I publish it, the program will be the name I want. Now, my project is named as "Trial" when I first started. Now I want to change to "Monitor" due to some reasons. So it means having to renames all the files in that project as "Monitor" instead of "Trial".

View 6 Replies

VB2005 Add Multiple Icons To Executable Project?

Feb 26, 2010

Is there an easy way to add more than the default icon to a project, giving the user a choice when Create Shortcut/Change Icon is used?I can find nothing recent on this anywhere.

View 1 Replies

ManagementObjectSearcher Is Not Defined Even After Adding System.Management Reference In VB2005 Project?

Oct 18, 2011

I have the following code on the code behind file for a .aspx page in a project:

Dim searcher As New ManagementObjectSearcher("SELECT RemoteName FROM win32_NetworkConnection WHERE LocalName = '" & sFilePath.Substring(0, 2) & "'")
For Each managementObject As ManagementObject In searcher.[Get]()

[code]....

View 2 Replies

Way To Protect My App

Jul 31, 2011

I like to have a Licensing key generator (generate keys from CPU or BIOS) to protect my application and a similar code in my application to confirm the Licensing key.Is there any solution for VS 2010?[url]...

View 19 Replies

In-project Components Fail If Project Is Opened With In-project Component Used On Initially Open Form?

Dec 20, 2010

Public Class ExtendedDateTimePicker Inherits DateTimePicker

View 5 Replies

VS 2008 - Timer - Project A References Project B So Can Open A Large Form In Project B

May 5, 2010

For reasons that are beyond my control, I have three Projects. Projects A and B reference project C. Project A references project B so that it can open a large form in project B. I now need to open that large form from project C, but VB won't allow me to add a reference from C to B because that would create a circular dependency. I found a way around it, though. I created a Timer in A, and when I opened C from A, I passed in that timer. When the user performs a certain action, I enable the Timer from A, and this causes C to open B for me.

View 2 Replies

.net - How To Protect My File

Aug 2, 2011

After generating a file, I don't want to allow anyone to open it. How do I protect it, by using a password? Is there any better way? How do I do it programmatically?

View 3 Replies

C# - Protect DLL From Use In Other Projects Other Than Own?

Apr 14, 2011

I'm going to build a large project and want to create several libraries (DLL) for it. I don't want to merge them all in one EXE, but want to use seperate DLL files.I don't want those DLL's to be used by others, so these DLL's should be protected so that they can only be used in my own project.I was thinking of using some sort of password in the New() proc, but that doesn't work for shared classes.

Other solution I was thinking of: is it possible to check if the calling assembly has the same strong name as the DLL?These solutions are just one of my ideas. I don't know if those will work and am not saying that one of them is the way to go.What is the best approach to accomplish this?

BTW: I also use a obfuscator to protect my code.

View 1 Replies

How To Protect A Document

Aug 4, 2009

I am trying to protect a document. I made a macro but it gives me an error in VB.net. I just need to find out how to change one bit to get it working in VB.net.

oDoc.Protect(Password:=".protect", NoReset:=False, Type:=wdAllowOnlyReading, UseIRM:=False, EnforceStyleLock:=True)

View 4 Replies

How To Protect A Process

May 1, 2009

I would like a program where the process is not another program or task management can be stopped. An anti-malware program, how can you protect a process?

View 3 Replies

Protect A Dll VS 2005

Jul 10, 2009

I am wondering if anyone here knows of a method to protect a dll from unregistered usage. I have a few useful dlls that I am thinking about putting online for sale but I want to protect them so that they can not be used by a developer without paying the proper fees.

View 1 Replies

Protect Dll Library In .net?

Mar 6, 2010

i have created a dll library and now i want to secure it....and distribute it to other...i want to provide a trial so that the user can see what it can do....how can i protect it...

View 2 Replies

Include Contact Project Into Another Project / Add More Items To Database / Forms In New Project?

May 6, 2009

I have a project that I have created, it something like a contact database.It is complete with its own sql server database, and controls and forms.I kinda of understand that I can include this project into another project.This is the tricky part,Can I include my contact project into another project and add more items to the database and forms in a new project?What I'm after is like using classes.My contact database would be like the base class, and the new project would be adding more features to that project.

View 10 Replies

Best Way To Protect Program From Cracking?

Jul 22, 2010

I've written a VB program. How do I add anti-tamper code so people can't crack it?

View 2 Replies

How To Protect The Code Being Hacked

Dec 7, 2009

I know maybe it is impossible, but how to make hacking more difficult?

View 1 Replies

Password Protect A Folder?

Jun 5, 2009

i need to password protect a folder in a way that just the wpf appliction that has created it can access it.

View 8 Replies

Password Protect A Zip Package?

Jun 7, 2010

How do you password protect a zip package?

View 6 Replies

Php - Password Protect A Folder?

Apr 17, 2010

I am trying to create a similar way to Cpanel password protect directory, where a pop up comes out asking the user for a username and a password, but Cpanel way is amazing but my client doesn't know anything on how to do that, so i wanted to create a pop up msgbox informing the visitor to enter a user name and a password, and i totaly confused on how to create it, and which programming language support similar to CPanel

View 2 Replies

Protect Against Packet Sniffing?

Jun 17, 2011

Now, I have a executable build in vb .net with MySQL.Data.dll (library to allow connection to my remote database) that checks for data in a databaseNow then, when using a packet sniffer tool, I can see all my detailsHow can I prevent thisAlso, as a security measure, I have tried obfuscating the connection string in the exe, but that is only on the code part so I'm sure is not enough as I've seen my string in Wireshark

View 2 Replies

Protect Program From Being Copied

Oct 7, 2010

Does anybody know an effective way to protect your application from being copied? I 'd like to make my application as shareware for limited numbers of trials and after that the application shouldn't not run anymore on the same PC.

View 4 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved