Click here to Skip to main content
15,885,366 members

Comments by Ray Raymos (Top 5 by date)

Ray Raymos 19-Jan-15 20:11pm View    
Well I know what you are saying ,but yes there are websites that can get into the systems information. Although I have made a program that gets the HWID from a persons Computer. I am confused at that point how to setup my program to connect to a websites Database..... I was pointing towards ASP.net due to my liking of the .Net Framework. :)
I would like something involving a datetime stamp from the start up of my program to be saved than thrown to a website then check until trial or license period is over. Then the program will stop. Also the application will not run without internet connection.
Ray Raymos 19-Jan-15 20:04pm View    
I know someone would post that link ,but that link helps me very little as I know how to do what is described there. However it is very limited what that link shows. Could you possibly throw some code my way some sort of generic sample?
Thanks.
Ray Raymos 19-Jan-15 20:02pm View    
Well I am glad you asked. I would like to get the HWID of a persons Computer.
Then I would like to have it stored inside of a Database such as Microsoft Compact Database 3.5 or 4.0 which ever is easier to use. Now I would like to collect the HWID by using ASP.net This will all be done in Visual Studio. If you have any information on this let me know.
Thanks
Ray Raymos 7-Jan-15 12:00pm View    
Yes it is very complex with all the customization you can do with the control is great. However I just want the DataGridView control designer code. So that I may inherit it in a new VB class file. Then I will add the imports for what is needed for the inherited and designer code portions. All I ask is the original DGV designer code. So from there I can just modify ,but I am having trouble finding the designer code for DGV.
Ray Raymos 7-Jan-15 11:57am View    
Well I would like any basic type of inheriting of the DataGridView. Fore example the Button control to make a custom button you must make a new VB class file. Then you must copy the code from the designer in the class with inheriting the button. Also you must import System.Drawing and System.Windows.Forms if these two are wrong I apologize ,because I am trying to remember exactly how to recreate it via message. Anyways I would like the datagridview designer code in Vb.net ,but however it is hard for me to find any resources on it. If you have the designer code of the DGV control. Sharing it would be nice. Sorry for the lengthy reply.