Dim p As Process()
p = Process.GetProcessesByName("wolftü.bin") 'set wolftü process
If p.Count = 1 Then ' if wolftü process detected
Form2.Show() ''Form2'ü açar
Me.Hide() ''mevcut formu gizler
Timer1.Stop()
End If
TeşekkürlerAşağıda ki kodu uyguladığın zaman oyun açılınca Form2'yi açar fakat VB.Net de menüyü oyun içine almaz zor
Kod:Dim p As Process() p = Process.GetProcessesByName("wolftü.bin") 'set wolftü process If p.Count = 1 Then ' if wolftü process detected Form2.Show() ''Form2'ü açar Me.Hide() ''mevcut formu gizler Timer1.Stop() End If
reis kodu nereye yapıştıracağızAşağıda ki kodu uyguladığın zaman oyun açılınca Form2'yi açar fakat VB.Net de menüyü oyun içine almaz zor
Kod:Dim p As Process() p = Process.GetProcessesByName("wolftü.bin") 'set wolftü process If p.Count = 1 Then ' if wolftü process detected Form2.Show() ''Form2'ü açar Me.Hide() ''mevcut formu gizler Timer1.Stop() End If
oyun içinde açılmasını istiyorsan timerin interval kısmını 15000 yaparsan oyun içinde açılır.Teşekkürler
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?