I tested and checked out the source.
It's safe 
There are 2 Bitmaps.
And code for Form1_Load
Code:
Private Sub Form1_Load(ByVal sender As Object, ByVal e As EventArgs)
Me.Button1.Text = "Clear Selected"
Me.Label1.Text = "Waiting for Process Start..."
Me.Timer1.Interval = 50
Me.Timer1.Start
End Sub
Start combat Arms Button
Code:
Private Sub Button6_Click(ByVal sender As Object, ByVal e As EventArgs)
Interaction.Shell("C:\Nexon\Combat Arms\Engine.exe", AppWinStyle.MinimizedFocus, False, -1)
End Sub
@Anime Lord
@VashSama