
my computer info visual basic image
samarmy79
I mean, if I have the application or the software, and I know that it was created by Visual Basic 2008, what are the Steps that I have to take in order to reverse Engineer the software and be able to access it's design form and it is Pseudo-Codes?
If anyone have an answer that will be great and extremely appreciated.
Thank you all,
Sam
Answer
I'm not sure. Obviously it is illegal. Aside from that, one of the big problems, is that you will have a hard time getting variable info out and all that, since the computer doesn't care what the file looks like, so it will scramble up the code when its compiled. This will make your job VERY difficult :P
I'm not sure. Obviously it is illegal. Aside from that, one of the big problems, is that you will have a hard time getting variable info out and all that, since the computer doesn't care what the file looks like, so it will scramble up the code when its compiled. This will make your job VERY difficult :P
How do you monitor downloads in Visual Basic?
Jamie B
I'm trying to monitor all of the downloads being processed by the computer, not just my program, but the whole computer, how can I do this in Visual Basic 2008?
Answer
You're trying to monitor network activity?
See what you can do with this:
dim info = System.Net.NetworkInformation.NetworkInterface.GetAllNetworkInterfaces()(0).GetIPv4Statistics()
Otherwise, I'm afraid monitoring, say, an Internet Explorer download, is impossible this way.
You're trying to monitor network activity?
See what you can do with this:
dim info = System.Net.NetworkInformation.NetworkInterface.GetAllNetworkInterfaces()(0).GetIPv4Statistics()
Otherwise, I'm afraid monitoring, say, an Internet Explorer download, is impossible this way.
Powered by Yahoo! Answers






Comments :
Post a Comment