Hi,
So I have a question, I used this HWID tutorial to verify users before they're allowed to access the application. I was wandering if someone could help me modify the string to pull extra data from the text file.
Here's the tutorial I followed, as you can see it pulls the data from the first | but if if I wanted it to pull from different | for example
Have it pull from HWID|Name|Length
I've figured out how to get the value of the HWID to display in TextBox1.Text and I'd like to get Username and Length to display in TextBox or labels as well.
Can someone tell me how I can modify the tutorial I linked to display the above Data? Thanks for your help, I've tried and failed.
So I have a question, I used this HWID tutorial to verify users before they're allowed to access the application. I was wandering if someone could help me modify the string to pull extra data from the text file.
Here's the tutorial I followed, as you can see it pulls the data from the first | but if if I wanted it to pull from different | for example
Have it pull from HWID|Name|Length
I've figured out how to get the value of the HWID to display in TextBox1.Text and I'd like to get Username and Length to display in TextBox or labels as well.
Can someone tell me how I can modify the tutorial I linked to display the above Data? Thanks for your help, I've tried and failed.