Changeset 69257 in vbox
- Timestamp:
- Oct 25, 2017 12:11:10 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 118573
- Location:
- trunk/src/VBox/Frontends/VBoxShell
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxShell/vboxinfo.vb
r32394 r69257 1 ' $Id$ 2 '' @file 3 ' ??? 4 ' 5 1 6 ' 2 7 ' Copyright (C) 2009-2010 Oracle Corporation … … 10 15 ' hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 16 ' 17 12 18 Imports System 13 19 Imports System.Drawing … … 20 26 Dim listBox As New ListBox() 21 27 Dim form As New Form 22 28 23 29 vb = CreateObject("VirtualBox.VirtualBox") 24 30 25 31 form.Text = "VirtualBox version " & vb.Version 26 32 form.Size = New System.Drawing.Size(400, 320) … … 42 48 43 49 End Module 50 -
trunk/src/VBox/Frontends/VBoxShell/vboxinfo.vbs
r44529 r69257 1 ' $Id$ 2 '' @file 3 ' ??? 4 ' 5 1 6 ' 2 7 ' Copyright (C) 2009-2010 Oracle Corporation … … 55 60 56 61 Main 62
Note:
See TracChangeset
for help on using the changeset viewer.