Hey guys,
You know there is the that System Info window you can open?
How could you get all that info in a vb application?
Thanks
EzzyVB
Printable View
Hey guys,
You know there is the that System Info window you can open?
How could you get all that info in a vb application?
Thanks
EzzyVB
Add a new form to your project
When the Add Form dialog box appears,
Select an About form type and there are code already written that calls System Info
Thanks.