VS 2010 How To Make A HWID - Hardware ID
Dec 10, 2010How to make How to make a HWID - Hardware ID
View 1 RepliesHow to make How to make a HWID - Hardware ID
View 1 RepliesHow can I get the HWID ID of a user that runs the program? I'm going to make it send it to my SQL and anybody who leaks the program will be locked out... I have a SQL Login System.
View 4 Repliesi have been trying to figure out auth system and after tons of researching and asking questions, I found a tutorial that "almost" fits my needs. This is what the code does:Basically a new form is created with a textbox and a connect button on it. When the program is loaded, the textbox has your hardware ID on it (also known has HWID). Then it looks for that HWID on a text file of the link given [URL] in this case as an example. If that HWID is found on that text file, then it leads you to form2 which is an actual program and if not, form1 closes meaning you have no access to anything at all. A basic authentication system and here is the code for it:
Imports System.IO
Imports System.Management
Public Class Form1
[code]....
Read username after HWID
View 3 RepliesIm going to get started.Im setting up an hwid login for my vb.net program,
To be safe, im not directly connecting to my db from the program, because if it was cracked, my db info is leaked,so i want it running through php,
this is my current php code
<?php
$con = mysql_connect("localhost","username","password");
if (!$con)
{
die('Could not connect: ' . mysql_error());
[Code]...
of course, i have removed my db info, but im getting this error Parse error: syntax error, unexpected T_VARIABLE in db.php on line 10
I cant seem to find what the problem is, what i want to do is have the program submit the hwid like this site.com/db.php?hwid=hwid here and have it echo the name in the row of the hwid submitted.
1) How do I lock my application to user's HWID?I want it to work this way: when a certain user opens my app, it automatically scans for his hardware ID and lock the application to it so noone other than the user can use the app.
2) I'm planning to use SmartAssembly trial version to obfuscate my code, will this affect my application in any way? Like, crashing?
I downloaded HWID Which lets me create lock to pc for my app Original source works but when i try and add that to my app it dosent m i Missing something ?This is the code
Imports System.Net
Imports System.Management
Public Class Form1
[code]....
I coppyed original source as u see above to my form3 which will be loading screen but some reason I get errors above code is exacly the same?
I'm trying to make an app using visual studio 2010, I have this excel formula that will calculate a 6 Digit code from a 11 digit serial number.The excel is pretty old and it consts of math operations such as RIGHT, LEFT, MID and POWER I managed to "translate" that to Microsoft.VisualBasic.Right, Microsoft.VisualBasic.Left, Microsoft.VisualBasic.Mid and Math.Pow but i'm not sure if i did it right, since is not giving me the result i'm looking for, instead of a 6 digit number is giving me something like this: 9.9E+52
Here's the code I made for the vB
Microsoft.VisualBasic.Right((Math.Pow(2, 5 + (Microsoft.VisualBasic.Left((Microsoft.VisualBasic.Left(txtESN.Text, 3)), 1) + Microsoft.VisualBasic.Right(Microsoft.VisualBasic.Left(txtESN.Text, 3), 1) + Microsoft.VisualBasic.Mid(Microsoft.VisualBasic.Left(txtESN.Text, 3), 2, 1))) - 1) * ((Microsoft.VisualBasic.Right(txtESN.Text, 3)) + 199) * (23 + (Microsoft.VisualBasic.Left((Microsoft.VisualBasic.Right(txtESN.Text, 8)), 1) +
[code]....
I am having problem with compiling the DLL. Here is the scenario: Let's say I have created a DLL and App1 is using it. the application will monitor a folder for several hours. The dll and the app1.exe is copied to C:foder1 directory. The application is running without any problem. Let's say I need to make changes to that DLL. If I open the DLL project in my Visual studio and compile it, it says that the file is currently used. DLL project is stored in different path. let's say in D: drive. Why it says the dll is used? The app1 should use the DLL in C:folder1.
View 2 Repliessource codes for vb 2010 the binder coding and how to make them fud?
View 6 Repliesany1 give me tut and vb 2010 codes for crypter coding i am having problem with finding codes and then next problem is that source undector???
View 5 RepliesI have searched and searched and searched. Nothing is working. Well it kind of works...I have a rtb which reads from a bunch (like 4.6k) xml files. Depending on the value of a few tags it displays a certain character. I want those characters to be color coded.
[CODE|
If File.Exists(xmlFile) = True Then
Reader = Xml.XmlReader.Create(xmlFile)
[code].....
is it possible to make a d3d crosshair in vb 2010 if so anyone know most basic way or a tutorial
View 4 RepliesHow can i make a keylogger in visual basic 2010 ?
View 1 RepliesHow can i make and use dll module in vb2010
View 5 RepliesHow to make this calculator:2 Texboxes In first textbox is writeble (where user will write the version) The second textbox is notwriteble ( there will show the result)In the first textbox to make calculation of version.If user writes for example: 1.03.11 In textbox2 to display the calculation: 22656 If the user writes for example other version:1.05.50 In textbox2 to display the calculation:22895and the same way if user writes 1.03.24 or other numbers auto to calculate the versions, and if user writes a bad text in tetbox2 to display error: For example In textbox1 user writes text: omg In textbox2 shows : Error
Only if user writes number like this: 1.03.11 or other number will calculate it else to shows error
when I open my project in VS 2010 (File - Open Project - *.vbproj) my project loads just fine. I can run it just fine. But, when I change something -anything at all- and run the project, nothing is changed. I can even save, close and reopen the project with the new changes, but it still runs the old version.
For example: I open the project, with Form1 that has 3 buttons. I run the program and I get Form1 with 3 buttons. I stop running, add button 4 and hit play... I get Form1 with 3 buttons.I save the project, close it and open it again. My Form1 design shows 4 buttons. But when I start it, there are only 3 buttons...It must be something inside the project, cause this happens on 3 different PC's where I have VS 2010 installed.
Now, when I open my project in VS 2010 (File - Open Project - *.vbproj) my project loads just fine. I can run it just fine. But, when I change something -anything at all- and run the project, nothing is changed. I can even save, close and reopen the project with the new changes, but it still runs the old version.For example: I open the project, with Form1 that has 3 buttons. I run the program and I get Form1 with 3 buttons. I stop running, add button 4 and hit play... I get Form1 with 3 buttons. I save the project, close it and open it again. My Form1 design shows 4 buttons. But when I start it, there are only 3 buttons..It must be something inside the project, cause this happens on 3 different PC's where I have VS 2010 installed. But I can't figure out what it is. Is there some mysterious hidden backup somewhere??
View 2 RepliesFirst, I am wondering how to make it so that when i click a button it adds 2 text boxes and a label and can keep doing it until it hits a certain number and makes the form bigger?
View 1 RepliesI am new to visual basic and have only made some basic things in it. I am trying to create an application that will insert a DWORD into the windows registry. But when I follow microsoft's instructions. I creates a normal registry key. Here is some example code
[Code]...
how to make a server, and let my program connect to that server. My program is on books, people can go through the list of books and "favourite them". Then in a window I open I can see the most favourite overall etc. How would I do this, what type of server (srry im not pro on servers at all).
View 1 RepliesIs it possible to make a webbrowser where when someone clicks a link a button will be enabled?
Example:
If someone press a advertisment the button will be enabled.
i wont to code in vb.net do that compiler makeing exe for Example make form2.vb to form2.exe or like that
View 2 RepliesI have project to do it.Project name RCON.I created form, where is showing RCON of status (offline/online logged), log, etc.How do i make it RCON work with that program?I have rcon.exe and with that running must be:notepad.exe > saving as startrcon.bat.[code]
View 3 RepliesI'm looking on how to make something like a NewsTicker.Imagine that I have the text "The sky is blue and today will not rain."And I want it to marquee something like:Well, let me explain, I want to always be showing something on the label, and when it ends, before ending it starts the beggining again..
View 30 Repliessince i started to vb i made several exe files and when i tried to show them to my friends or someone else but every single time i got the "Virus!" label stuck to my program.. i mean antivirus programs ran alarms and screamed "Are you nuts ?! Its a VIRUS!!" and i dont want that happen... how can i prevent this to happen??
View 9 RepliesI am an absolute beginner to VB programming and i want to know that how can i make a setup for my application in vb 2010 express
View 3 Repliesi've tried to make a leet translator but it fails.
View 7 RepliesHow can i make a TCP Flooder in VB.NET 2010?
I can do it on CMD , and i made a batch application too.
I want to put the commands for:
- The size of the package
- The time of the ping in miliseconds
- The IP target
- And ping how man times
Im preparing a program for my teacher friends using vb 2010 express. They keep records about their students. I prepared a database that contains a table named "Mystudents". It has columns like "studentId , Name, Surname, etc.." . My problem starts here. Each student attends lots of lessons during a year. I must keep "which lessons they attended", "when they attended", "which topic done in the lessons" for each students. for example
Id: 104
Name : Jason
Surname : Black
Class : 10A
[Code]....
i mean i have a list of data for each record of databese.