How to access the standard Windows about box

  • Thread starter Thread starter A.A. Fussy
  • Start date Start date
A

A.A. Fussy

What VB.NET code would I use to access the standard Windows about box (like
the one yoiu get when you select Help-About in Windows Explorer)
 
I'm assuming you'll have to write your own.

1 Form, 1 picture box, I image some labels a button and
System.Diagnostics.FileversionInfo to get info about your assemblies. (plus
other diagnostic classes for other useful bits of info).

Hope that helps (without being too patronising)

rollasoc
 
No-VB6 I was able to use a API call to access a standard Windows About box
(like the one that you get when you select Help-About Windows in Windows
Explorer) -how would I access one in VB.NET
 
Fair enough. In that case I don't know if you can do it, though if you are
calling an API, it should still be there so just use it like you'd call any
other API in VB.

or for the sake of about 150 lines of code (and 150 lines of IDE generated
code) write your own?

rollasoc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

About box 3
Access Windows about box 1
Play standard sound 2
Windows 11 Windows 11 update 5
Windows 10 Will Windows 10 be able to run on my PC? 3
VPN server without domain controller 0
setting the combo box value in windows form 1
Windows Explorer Standard Buttons 1

Back
Top