diff options
| author | Jamie Mansfield <[email protected]> | 2015-03-01 10:50:24 +0000 |
|---|---|---|
| committer | Jamie Mansfield <[email protected]> | 2015-03-01 10:50:24 +0000 |
| commit | dfac3489c438f5c54bff088a354815e79675b531 (patch) | |
| tree | dafec547b0e8592e34d8aa756c9500407ebc3c1b /Backup/windows 95/Command prompt.vb | |
| download | histacom-dfac3489c438f5c54bff088a354815e79675b531.tar.gz histacom-dfac3489c438f5c54bff088a354815e79675b531.tar.bz2 histacom-dfac3489c438f5c54bff088a354815e79675b531.zip | |
Initial commit
Diffstat (limited to 'Backup/windows 95/Command prompt.vb')
| -rwxr-xr-x | Backup/windows 95/Command prompt.vb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Backup/windows 95/Command prompt.vb b/Backup/windows 95/Command prompt.vb new file mode 100755 index 0000000..48a554d --- /dev/null +++ b/Backup/windows 95/Command prompt.vb @@ -0,0 +1,6 @@ +Public Class Command_prompt
+
+ Private Sub Command_prompt_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
+ Me.Location = New Point(20, 20)
+ End Sub
+End Class
\ No newline at end of file |
