Greetings

I want to display system information using visual basic 6. Anybody can help me. It is similar to "Visual basic Help then About Microsoft Visual Basic then System info"

Thank you in advance

Recommended Answers

All 4 Replies

No need to re invent the wheel

this feature is inbuilt to VB 6.0.
Just add an About Dialog from the Add form option .It comes woth a OK button. it comes with all the code.
Just try once.

No need to re invent the wheel

this feature is inbuilt to VB 6.0.
Just add an About Dialog from the Add form option .It comes woth a OK button. it comes with all the code.
Just try once.

That isn't what the OP wants -- he wants to know how to get the System Information so that he can display it on his own dialog box or do something else with it. Maybe this will help.

Actual Message

Greetings

I want to display system information using visual basic 6. Anybody can help me. It is similar to "Visual basic Help then About Microsoft Visual Basic then System info"

Thank you in advance

Solution

Call StartSysInfo

It Opens the system info window

Call StartSysInfo

yes use this function hope this is the answer of the question...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.