From 996b7ea76ea4a904e7ce3d78166eaad6e8c1179d Mon Sep 17 00:00:00 2001 From: TheUltimateHacker Date: Mon, 9 Mar 2015 20:18:19 -0400 Subject: 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. --- ShiftOS/SystemInfo.vb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ShiftOS/SystemInfo.vb') 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 -- cgit v1.2.3