Hello,
I am using visual basic 2008 express which I think uses visual basic 6 :S (correct me if I am wrong)
I have mad a nice little application to hand out to teachers which has a few administrative we can ask them to click when they have an issue. Simple stuff really like "ipconfig /renew" and "installrm" It also has a tab with system info on it.
I was wondering if there is a way to get it to display the current XP Service pack in a text box. I have managed to achieve this for computer name etc using
TextBoxXYZ.Text = My.Computer.Info.OSFullName
Is there a similar way to show service pack?
Thank you in advance
Oh probably should mention I am very new to visual basic