VS 2010 How To Make A HWID - Hardware ID

Dec 10, 2010

How to make How to make a HWID - Hardware ID

View 1 Replies


ADVERTISEMENT

VS 2010 Remote HWID?

Mar 13, 2011

How 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 Replies

Changing Up This Code (HWID)?

Mar 7, 2012

i 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]....

View 1 Replies

Read Username After HWID?

Jan 1, 2012

Read username after HWID

View 3 Replies

HWID System (vb > Php > Mysql) Not Working?

May 13, 2012

Im 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.

View 1 Replies

Locking Application To HWID And SmartAssembly?

Nov 27, 2010

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?

View 2 Replies

VS 2008 HWID ( 2 Same Codes 1 Works 1 Don't ) Error To Do With Define

Feb 27, 2010

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?

View 1 Replies

Make An App Using 2010?

Oct 27, 2010

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]....

View 5 Replies

VS 2010 - Make Changes To DLL ?

May 28, 2011

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 Replies

How To Make Binder Fud In VB 2010?

Jan 18, 2012

source codes for vb 2010 the binder coding and how to make them fud?

View 6 Replies

How To Make Crypters In Vb 2010

Jan 18, 2012

any1 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 Replies

How To Make VS 2010 Rtb Color

Jun 3, 2011

I 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].....

View 6 Replies

Make A D3d Crosshair In Vb 2010?

Mar 23, 2011

is it possible to make a d3d crosshair in vb 2010 if so anyone know most basic way or a tutorial

View 4 Replies

Make A Keylogger In VB 2010?

Jun 9, 2011

How can i make a keylogger in visual basic 2010 ?

View 1 Replies

Make Dll Module In VB 2010?

Mar 8, 2011

How can i make and use dll module in vb2010

View 5 Replies

VS 2010 - How To Make A Calculator

Jun 5, 2011

How 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

View 16 Replies

VS 2010 : Can't Make Changes To Project

Oct 21, 2010

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.

View 1 Replies

VS 2010 Can't Make Changes To Project?

Mar 21, 2011

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 Replies

VS 2010 How To Make A Button

Jun 17, 2011

First, 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 Replies

VS 2010 How To Make A REG_DWORD

Dec 5, 2011

I 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]...

View 3 Replies

VS 2010 How To Make A Server

May 7, 2011

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 Replies

VS 2010 How To Make A Webbrowser

Jul 1, 2010

Is 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.

View 1 Replies

VS 2010 How To Make Compiler

Jan 16, 2012

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 Replies

VS 2010 How To Make Rcon

Oct 3, 2010

I 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 Replies

VS 2010 How To Make Something Like A NewsTicker.

Apr 14, 2010

I'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 Replies

VS 2010 How To Make The .exe Without Seeming Like A Virus

Jan 14, 2012

since 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 Replies

How To Make A Setup File In Vb 2010

Jan 26, 2012

I 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 Replies

Make A Leetspeak Translator In Vb 2010?

Mar 19, 2012

i've tried to make a leet translator but it fails.

View 7 Replies

Make A TCP Flooder In Program 2010?

Jul 28, 2010

How 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

View 3 Replies

Make A Two Dimensional Database On Vb 2010?

Apr 26, 2011

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.

View 5 Replies







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