lolOriginally posted by Karkadann:Ha ha..... all of a sudden, everyone in LOA has colourful fonts.
oppsOriginally posted by Karkadann:Ha ha..... all of a sudden, everyone in LOA has colourful fonts.
Hey Merry Morning to All. Colors make posting more funOriginally posted by Karkadann:Ha ha..... all of a sudden, everyone in LOA has colourful fonts.
Module Module1
Sub Menu()
Dim m As String = vbCrLf
String.Concat(m, "Select a program to run" + vbCrLf)
m = String.Concat(m, " c - Run calculator" + vbCrLf)
m = String.Concat(m, " n - Run notepad" + vbCrLf)
m = String.Concat(m, " e - Run Windows Explorer" + vbCrLf)
m = String.Concat(m, " d - Run CMD (Dos box)" + vbCrLf)
m = String.Concat(m, " q - Exit" + vbCrLf)
m = String.Concat(m, ">> Enter your choice: ")
System.Console.Write(m)
End Sub
Sub PrintPid(ByVal pid As Integer)
System.Console.WriteLine(vbCrLf + ". . . . running with Process ID: " + pid.ToString)
End Sub
Sub Main()
System.Console.WriteLine("HELLO MICHELLE")
Dim key As System.ConsoleKeyInfo
Dim p As System.Diagnostics.Process
While True
Menu()
key = System.Console.ReadKey()
If key.Key = ConsoleKey.C Then
p = System.Diagnostics.Process.Start("calc")
PrintPid(p.Id)
End If
If key.Key = ConsoleKey.N Then
p = System.Diagnostics.Process.Start("notepad")
PrintPid(p.Id)
End If
If key.Key = ConsoleKey.E Then
p = System.Diagnostics.Process.Start("explorer")
PrintPid(p.Id)
End If
If key.Key = ConsoleKey.D Then
p = System.Diagnostics.Process.Start("cmd")
PrintPid(p.Id)
End If
If key.Key = ConsoleKey.Q Then
System.Console.WriteLine("... Exit")
Exit Sub
End If
End While
End Sub
End Module
MC is good. Rest more.Originally posted by MoonIce:morn~~~ all
me was on MC for 2 days ...
come back to find the crapbox a colourful place to chat in lolx
I wan a pot of hot lemon tea pls with honey also =p
hiaz head still pain behind
Originally posted by ndmmxiaomayi:thanks
[b]MC is good. Rest more.
Here, a cup of lemon tea.
[/b]
Originally posted by ndmmxiaomayi:mebbe now cannot choose
[b]School very the weird... grey out the module selection box and expect me to choose modules?[/b]
Cannot choose then give me website for?Originally posted by MoonIce:mebbe now cannot choose
wada wadaOriginally posted by MoonIce:u got click the 'section A' checkbox bo?
den click got show?Originally posted by ndmmxiaomayi:wada wada
Never.
Got.Originally posted by MoonIce:den click got show?
section b n c etc le?Originally posted by ndmmxiaomayi:Got.
But still don't have the modules I want leh...
No section C.Originally posted by MoonIce:section b n c etc le?
compulsory modules denOriginally posted by ndmmxiaomayi:No section C.
Section B can work... but I read the instructions like cannot choose...
See how... until next Tuesday.Originally posted by MoonIce:compulsory modules den
lolx den yr section a choose the best u can can lor
ah n dun forget to click on section A module arOriginally posted by ndmmxiaomayi:See how... until next Tuesday.
Orh.Originally posted by MoonIce:ah n dun forget to click on section A module ar