diff options
| author | TheUltimateHacker <[email protected]> | 2015-03-09 20:18:19 -0400 |
|---|---|---|
| committer | TheUltimateHacker <[email protected]> | 2015-03-09 20:18:19 -0400 |
| commit | 996b7ea76ea4a904e7ce3d78166eaad6e8c1179d (patch) | |
| tree | 4bae8f5f6652532497377c0b3a0bb19e78bfe8df /ShiftOS/SystemInfo.vb | |
| parent | 052319164eda26a70d2cd276d8ed849efed5ae2c (diff) | |
| download | shiftos-996b7ea76ea4a904e7ce3d78166eaad6e8c1179d.tar.gz shiftos-996b7ea76ea4a904e7ce3d78166eaad6e8c1179d.tar.bz2 shiftos-996b7ea76ea4a904e7ce3d78166eaad6e8c1179d.zip | |
Added new Sys Info feature
Added System Info 'Dump to Text File' button onto the System Info form.
Don't worry, it's all working.
Diffstat (limited to 'ShiftOS/SystemInfo.vb')
| -rw-r--r-- | ShiftOS/SystemInfo.vb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ShiftOS/SystemInfo.vb b/ShiftOS/SystemInfo.vb index 56b2d70..7f1eeff 100644 --- a/ShiftOS/SystemInfo.vb +++ b/ShiftOS/SystemInfo.vb @@ -443,4 +443,8 @@ SysInfoBox4.Text = (String.Format("{0} Megabytes", System.Math.Round(My.Computer.Info.TotalPhysicalMemory / (1024 * 1024)), 2).ToString) End Sub + Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click + File_Saver.savingprogram = "sysinf" + File_Saver.Show() + End Sub End Class
\ No newline at end of file |
