windows form application
Asked By Akhilesh
03-Sep-10 06:38 PM
Hi Gurus,
I have created a windows form application which consists of showing various videos in the UI.
I have to distribute it thrugh CD. I have 2 reqirements
1)How to secure the contents on the cd.
2)How to make this application run only in one computer, so that a cd run on a computer once for the first time, cnnot be used in another computer.
Please help.
Akhilesh
re: windows form application
Super Man replied to Akhilesh
04-Sep-10 01:10 AM
1)How to secure the contents on the cd.
on setup, ask for Serial key and verifies it to web database means on-line verification. if serial key is found in database then add record for serial registration means now this serial key is in use.
2)How to make this application run only in one computer, so that a cd run on a computer once for the first time, cannot be used in another computer.
it is hard to get overcome this.
when you do verification to database and if it OK. then also do one procedure to store something values in client computer ( in registry, hard disk. ). so we can identify that user is valid to use this software.


Backup database error I'm using visual studio .net 2003 and mssql 2000 as my DB server. I created a vb program that perform backup on my database and I put a message "Backup done." when it finished Delete(txtFilename.Text.Trim) End If oCOM.CommandText = "EXEC sp_addumpdevice 'disk', 'Back" + sDB + "' , '" + txtFilename.Text.Trim + "'" oCOM.ExecuteNonQuery() oCOM.CommandText = "backup database [" + sDB + "] to Back" + sDB + " with password = '" + CorePassWord(GetServerDateTime()) + "'" oCOM.ExecuteNonQuery Information, "System Message") End If How do you check your database backup is done.I doubt the backup is not correctly that table. hi, 'mytable' table is not exists in that database thats y your getting this message this message "Invalid oject will not show everytime I made back up on my database. Just seldom. Okey, I will check the stored proc. Again
any Windows Forms or console application that is published using Visual Studio .NET 2005 ClickOnce technologies. Applications can be published from a Web it's "RTFM"! ClickOnce - Background The ability to remotely load .NET Framework assemblies via HTTP has been built into the .NET Framework since the earliest BETA versions. Applications could be loaded that it provided the means to deploy some types of .NET Framework applications across the enterprise without the necessity to touch have in their applications, such as being able to make database calls, would not work. Microsoft had determined that from a that allowed ActiveX to be exploited - - at least not ClickOnce .NET applications. The main issue with ActiveX was that a script one another - - a key security improvement. After the release of .NET 1.1, Microsoft made available several versions of the Updater loaded. This is how ClickOnce technology came about, and with Visual Studio .NET 2005, it is now built-in to the
ASP.net configuration how to do ASP.net configuration? Every website can be configured using Asp.NET WebSite Configuration which is present in IDE of Visual Studio. It is present in WebSite menu of IDE of Visual Studio. Here u can set Roles, User login, Configuration of website Data Provider etc. Every website can be configured using Asp.NET WebSite Configuration which is present in IDE of Visual Studio. It is present in WebSite menu of IDE of Visual
RAS)-(Crystal Report Server X1) supports which version of Microsoft Visual Studio.Is it supports Microsoft Visual Studio 2008.?? In this version Of Crystal Report can we edit RAS. 2. Word like edit in CReports: Crystal Reports for Visual Studio .NET 2002 or 2003 and Crystal Reports for Visual Studio 2005 include many of the features of Crystal Reports Developer CrystalReportsPreview.zip, and then unzip the files to your hard disk. Double-click the CrystalReportsPreview.exe file to start Crystal Report
Frequently asked Interview Questions in ADO.Net hi friends Any one send frequently asked Important questions in C# .Net, ADO .Net, Asp .Net and Sql Server. . . . . . . . tx in Advance. . . . . . Hi, Find this. . (B Boxing and Unboxing ? (B) What is the difference between VB.NET and C#? (I) what is the difference between System exceptions What is a satellite assembly? (A) How to prevent my .NET DLL to be decompiled? (I) what is the difference between we make a choice? (A)What is CodeDom? Chapter 2: NET Interoperability (I) How can we use COM Components in .NET? (I) We have developed the COM wrapper do we have to still register the COM? (A)How can we use .NET components in COM? (A) How can we make Windows API calls in .NET? (B) When we use windows API in .NET is it
Interview Questions for .NET Framework This article is specially for the users those are in development or want to be a .net developer • To test a Web Service you must create a is True / False? FALSE How many classes can a single.NET DLL contain? Answer1: As many Answer2: One or more What are good ADO.NET object(s) to replace the ADO Recordset object? The differences in-memory representation of data is the recordset. In ADO.net, it is the dataset A recordset looks like a single is a collection of one or more tables in ADO.net ADO is designed primarily for connected access ADO.net the disconnected access to the database is used In ADO you communicate with the database by making calls to an OLE DB provider. In ADO.NET you communicate with the database through a data adapter (an
All, . . . . . . . . . . . I have been developed a windows desktop application using visual Studio 2008 ( coded in C# ) How to make this project as Company Name Regards. . . . . . . . . . . Create an EXE or Setup File in .NET Windows Application Visual Studio provides templates for four types of deployment projects: Merge Module EXE on the client machine, before you should be installed .NET Framework on that machine because, Applications and controls written for the .NET Framework requires the .NET Framework Redistributable Package version to be installed on the computer resources to run the installed process on your target machine. Visual Setup and Deployment projects are automatically detect the required prerequisites the source for install the prerequisites? No need to worry, Visual Studio IDE provides three options to install the prerequisites on
restore database hi, i have created one database in sql server 2005, that database was used in an Windows Forms Application which was developed in visual studio 2008. I gave the database name as "example" and table name as "sample_table" That sample_table set up in that PC , But how to store the database which i have generated backup from my first PC (example i have installed sql server , but how to create that database and table which i have used in my windows application Introduction The following article describes accessing a SQL Server 2005 database backup and restoring it programmatically using C#.NET 2.0 and SMO. This article provides coding samples to