hi im confuse i wanted to now that how can i show the information of the graphic card to user can any one help me thanx in advance :)

Hi, may be you can use following code

Option Explicit
   
   Private Sub cmdShowInfo()
      Call Shell("rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,0")
   End Sub

This code will open system property dialog box, which contain all the information regarding your system and it's devices, plus information about OS
Hope this will help

Mark this post as SOLVED if you found solution

commented: After 1.5 months you think he's still here? Don't resurrect dead threads. -4
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.