Can any one help me out finding out some sys info like system name,ip address,os version etc using VB6.0 code or is there any perticular API for this perpose.
Finding System info
Collapse
X
-
Tags: None
-
Go to Project | Components and select Microsoft SysIfno Control.Originally posted by debasisdasCan any one help me out finding out some sys info like system name,ip address,os version etc using VB6.0 code or is there any perticular API for this perpose. -
-
I haven't used it. I'd suggest you just add one to a blank form and write some sample code, somewhere like the Form_Click event, to display the various properties from it. That way you'll develop a feel for what sort of information it provides.Originally posted by debasisdascan u please tell me how to use with a code snippet
Assuming you have the appropriate option turned on, as soon as you type the control name in your code followed by a full-stop, VB should show you a list of all the properties.Comment
-
i have tried all the properties and methods
but it does not return any required information
if u have any genuine info/solution regarding my query please pass on to me
ok i will try somthing else
n by the way i am not new to vb6.0
any way thanx for your suggestionComment
-
Try this link. It may help. Or this one at Microsoft sounds quite good.Originally posted by debasisdasi have tried all the properties and methods
but it does not return any required information
if u have any genuine info/solution regarding my query please pass on to me
ok i will try somthing else
Sorry, it's often hard to tell from just a message or two, so we sometimes go into more detail than necessary.Originally posted by debasisdasn by the way i am not new to vb6.0Comment
-
Comment
Comment