I want to develop a dongle for my software. but I dont know anything about writing code to any pendrive's boot sector or making pendrive as dongle. I also want to get some help about how to read the data from the prepapred dongle from my software,that is i want to know how to link the dongle with my software. The s/w I have developed is a windows application in .net with C# please help if anyone can. Thanks in advance.
J K Sharma
Posts
-
dongle -
Write in pendrives's boot sectorHi I want to know the code/method/procedure how to write in boot sector of usb pendrive. Thanks in advance
-
Tabcontrol of Visual Studio 2005Hi I have made a project and used
tabcontrol
of Visual Studio 2005. The problem is that when I run the project and bring the mouse arrow to the tab heading it start blinking/trembling. Please, reply if anybody can. Thanks in advance.
-
protect software through usb using pen driveDear friend, Thanks for replying. Plz note and try to understand. Suppose any software prepaired by us and I distribute to any one telling him for not to give any other person for use. How can I protect our software from unauthorised use and copying by any other person before giving to any one by using USB pen drive (Like DONGAL). J. K. Sharma
-
protect software through usb using pen driveHi, I have prepared a software in .net. Kindly suggest and help me by eplaining the method to secure my software through usb using pendrive from illeagal copying and distribution. Thanks in advance.
-
update query in windows application with ms access as databaseThanks for your suggestion I have used app.config file to store connection string for rest of my application but i am unable to create cyrstal report using that string. Because when I create crystal report i need to use database field from field explorer which are present only when i establish connection at creation time of crystal report. Is there any other way to generate crystal report so that i can use app.config connection string for that.
-
update query in windows application with ms access as databasewhen i create crystal report the database is at some location. but when i prepare setup of that windows application and deploy it on some other system then the path of database change and the crystal report does not load the correct database. Please help.. Thanks in advance.
-
update query in windows application with ms access as databaseThank you so much . It works as per you advice.
-
update query in windows application with ms access as databaseHi I have a problem in my windows application with ms access 2007 as database. The problem is that the update query to change password is giving error. the code i used is string qry1 = "update log_in set password='" + txtnew.Text.Trim() + "' where userid='" + txtuser.Text + "'"; cmd = new OleDbCommand(qry1, con); cmd.ExecuteNonQuery(); MessageBox.Show("Password changes Sucessfully"); the error is "Syntax error in UPDATE statement." please answer. thanks in advance J.K.Sharma