Copy Protection :: Generate Key For A Software Developed?
Oct 12, 2009
I ve developed a salary calculating software using vb.net.... Its working fine and i ve converted it to an exe file... My drawback is it can be copied and pasted in another system very easily... I want to generate a key for the exe file and while installing the key should be used and when installation is completed ,the key should not be used again
View 4 Replies
ADVERTISEMENT
Mar 21, 2012
I am using the web browser control to generate screenshots of an intranet application developed in ASP.NET.
The screenshot is generated, compressed and then stored as a BLOB in the database. When I developed this facility I investigated the best way of compressing the image (to the lowest byte size), however the images still seem to be too big as the database table is growing larger than I hoped. I am using the TIFF format, but I am now thinking that this may not be the best as it is used by photographers (who I assume require good quality photographs). Here is the code to compress the image (before it is stored as a BLOB):
[Code]...
View 1 Replies
Apr 14, 2012
I'm making a program to protect custom game files from being copied as best I can, however there are a couple things I need to account for. Some of them I have, others, I have not been able to find information on. When the files are not in use, I have them fully encrypted and hidden from the lay user through a bunch of other tricks (+s attribute, for example). However, I would also like to prevent copying these files while they are being used by the game - obviously I cannot have them encrypted while the game is attempting to read from them.
This opens up a hole, which I have also tried to deal with, but I know my attempts in this regard are less than thorough:
Stop several known well-known copy programs from operating during operation, that being Windows Explorer, Teracopy, and cmd
Now, the other solution I was thinking of was a filesystemwatcher object scanning the better part of the computer for any copies of these files located outside of the "OK" directory, but I'm a bit skeptical as to whether or not this would be very efficient. Any ways to make copying these files difficult without rendering them unusable to the program.
View 1 Replies
Apr 6, 2012
I need to generate a list that I can copy and then paste into a Word Document. I tried using a listbox, but I couldn't copy from that. Basically I don't want to have to type 200 different numbers and I thought this would be quick and easy to write, but I'm stumped. I need the list to be generated in this fashion and it would also be nice if it was all in one line:
[Code]...
View 3 Replies
Jun 27, 2012
I know VB is still very popular, but does Microsoft put the same effort into developing VB as they do for C#? Will VB eventually fade away?
View 3 Replies
Nov 10, 2011
First off I would like to apologies for multi posting as I posted this on the SQL forum but someone did suggest putting it here. Here is my problemOkay have developed a form in vb.net cf using sqlce. I know this is the vb.net section but I feel it's a data issue. I have a table called STORES which has a primary key of two columns (ST_STORECODE & ST_CY_CODE)
View 1 Replies
Mar 31, 2010
i have a question regarding how to developed a multiplayer games using VB. i am a student and beginner on VB world.i managed to create a simple Sudoku game using VB knowledge from the internet and some books.I am fan of Sudoku games published in newspaper everyday.but now i really interested on how to develop the multi-player version using the same coding. is it possible?
i tried to write a script on developed tic-tac-toe for multi-player based from a book using VB6 for an example but got many errors. how to develop a simple multiplayer for Sudoku? i'm using VB 2008 Express Edition.
View 1 Replies
Dec 26, 2009
I have developed an application in Visual Basic 2008. I really love the product.I am 99% done but am hung up on a Publish issue.I know the Publish feature is not a full install program - but it handles downloading the application prerequisits so well I really want to use it.My problem is the Install path. It installs my application is the strrangest drectory appdatalocal 615252-191891-919 (goes on for ever)
I can set the install directory to something simpler. Would love to get it in Program Files but will settle for AppData if it can be a reasonable directory name. If I have to tell a customer to look in that directory for some reason I would have to read off about 60-70 alpha numeric characters for the directory path - that isn't feasable.
View 3 Replies
Oct 24, 2011
Can we deploy an application developed in VB2010 to Linux or Max
View 2 Replies
Jan 13, 2011
I've developed a very small in-house web application with visual basic on VS2010. Can anyone give me any advice or literature s to how i can put the site on a server?
View 5 Replies
Jan 31, 2010
I have recently developed and finished a software in which works like aim.But here's the problem, the server worked just fine for local friends because they lived only 25 miles from the server, so it was lag-less.But when uploaded to a web host, it lags every time it pings the server.The server is in PHP, so there's no need to buy a dedicated computer for 400$/month more.Here's the function in which the client constantly calls upon:
[Code]...
I was thinking about recoding the getpage function so that it would connect to a TCP server and constantly wait for new messages which I am still not sure if this might cause a lag if the host is in the US and the client is not(for example). provide me a remedy to this problem?
View 2 Replies
Feb 4, 2011
I want to Set Culture for Windows Service that I developed. Can someone recommend me a good read for or how to go about it.So far I have I Tried to do the Following OnStart() [code]
View 1 Replies
Jul 30, 2010
I am facing problems these days. I have VB Express 2008 with 3.5 .Net Frame Work. I develop applications but my applications dont run on the systems those have 2.0 framework or lower.How can I make my applications to run on all kinds of systems
View 2 Replies
Sep 11, 2009
It works on my own computer where I have visual studio installed. I install the exe file with installutil and the service works fine. But when I install it on another computer where only the framework is present, I still can install it with installutil BUT I can't start it. I get something along this Could not start the Search service on Local computer. Error 1053: The service did not respond to the start or control request in a timely fashion.[code]...
View 2 Replies
Sep 2, 2010
I have developed a windows application which performs a series of database operations like select, insert, update. I am connecting to Oracle database and its working fine in development system. But, when I deployed this application, I am getting error at StartConnection (which opens the DB connection). After installing OracleClient in client system, its working fine. Now, my question is that do I need to install OracleClient to every user? If so, it will be hectic to do so as its size is around 200 MB and its not possible to ask all the users to install it just for a small application. I have tried adding some OracleClient files like orannzbb11.dll, oraciei11.dll, iraops11w.dll etc. But in vain! Could anyone please suggest me a work-around or a way to accomplish this?
View 1 Replies
Jun 6, 2009
I developed a class with a function which checks the availability of a certain url (standart=www.google.be)
Option Strict On
Option Explicit On
''' <summary>
''' Returns a value indicating your ability to connect to a certain server url
[code].....
which automated the system. Is it possible to implement this completely in a class? (meaning the class ++ the application events part)
View 1 Replies
Aug 28, 2009
I have developed VB2008 application and MySql as Database.I want to Open this application on any web browser without making any changes in Orginal application.
View 8 Replies
May 27, 2009
I am doing reverse engineering of a web application developed in VB.NET 2003.I have reverse engineered one of its dll using a tool names "Reflector".This tool provided the output in terms of a Visual Studio Project. When I rebuild this project then it gives the following error "Project-level conditional compilation constant 'DEBUG;TRACE : CONFIG="Debug" : DEBUG=-1 : TRACE=-1 ' is not valid: Character is not valid."
View 2 Replies
Sep 22, 2011
software developed in vb.net(communicating with serialport) hanging and it is giving these rexceptions 1.The device does not recognize the command2.Unhandled exception has occurred in your application. If you click continue, the application will ignore this error and attemptto continue. if you click Quit, the application will close immediatly
View 1 Replies
Dec 13, 2009
I'm new in VB, and plan to developed an application that can monitor the network according their subnet and display the network utilisation. Can anybody guide me what is the needed to develope this application on VB..
View 2 Replies
Nov 23, 2010
i have this .xml file read and display at runtime by vb.net2003. the .xml file is the database which contain various data and its not for adding more data or edited by user so i need to protect the file so that my code can read and display those data. can anyone know how to protect the file.
View 1 Replies
Dec 4, 2011
I would like to know if removing the following specials character would be enough to protect my program against SQL Injection :
"'/*$%()!#^&
View 4 Replies
Mar 5, 2010
i have developed a small application and was working fine on developing machine but when i installed it on another computer and double click on it to start it starts and after splash screen it gives don't send error [an error occurred] and getting closed.
View 3 Replies
May 8, 2009
I have developed an application in VB.NET. Now I wanted to know how can we create automatic testing for this application. If VB.NET doesnt suppourt this , then can you tell me the best way to go ahead for testing the application.
View 6 Replies
Dec 9, 2010
There are problems installing an application developed in VB6 that accesses SQL Server on Windows 7?
View 1 Replies
Nov 29, 2010
I have developed application using VB 2008 and develop a MSI setup for installation. Now problem is on windows 7 it generate a warning message on installation of software that "The publisher is unknown", but the software install well on continue of this warning.When I run the software it did connect to Access database which is on installation directory, but it didn't allow to insert or update any data in the database. But when I run the software by right click on the EXE file "Run as a Administrator" then software works perfectly OK
View 1 Replies
May 17, 2010
I'd like to know which would be the best way to deploy updates of a software developed in vb.NET, using Windows Installer. What do i have to change? Upgrade code? or Product code?
[Code]...
View 2 Replies
Mar 13, 2012
I'm getting the error ' ' is not declared.It may be inaccessible due to its protection level with the following code. [code] I tried changing from private sub to Public and adding Imports System.Windows.Forms.TextBox but that didn't fix my problem.
View 5 Replies
Apr 13, 2010
i know that NO software is safe from hackers etc... i mean if Windows can be cracked and hacked (developed by possibly worlds most advanced programmers) then hobbyists and small developers have alot to hope for.But is there any way i can increase protection for my vb compiled exe?First of all is there a way to remove ALL comments from my compiled code?Is there a good obfuscrator for vb net 2008 code
View 4 Replies
Feb 14, 2011
I'm making a login screen but i couldnt find a way to make textboxes invicebel but useable so i used labels but now the password label doesnt show password protection is there anyway i can give the label ******* pasword protection?
View 18 Replies