| Ders8 - Basit Macro Yapalım | |
|
+4BANNED tercal by fire SessizAdam 8 posters |
Yazar | Mesaj |
---|
SessizAdam Sponsor
Mesaj Sayısı : 571 Kayıt tarihi : 09/05/09 Rep Puanı : 47
| Konu: Ders8 - Basit Macro Yapalım Ptsi Mayıs 11, 2009 7:45 pm | |
| 2 Adet CommandButton EkleyelimAttack Start - Kod:
-
Private Sub Command1_Click() Timer1.Enabled = True End Sub Attack Stop - Kod:
-
If Check1.Value = 1 Then 'Form her zaman üstte lFlag = HWND_TOPMOST SetWindowPos Form1.hwnd, lFlag, Form1.Left / Screen.TwipsPerPixelX, Form1.Top / Screen.TwipsPerPixelY, Form1.Width / Screen.TwipsPerPixelX, Form1.Height / Screen.TwipsPerPixelY, SWP_NOACTIVATE Or SWP_SHOWWINDOW Else 'Form normal lFlag = HWND_NOTOPMOST SetWindowPos Form1.hwnd, lFlag, Form1.Left / Screen.TwipsPerPixelX, Form1.Top / Screen.TwipsPerPixelY, Form1.Width / Screen.TwipsPerPixelX, Form1.Height / Screen.TwipsPerPixelY, SWP_NOACTIVATE Or SWP_SHOWWINDOW End If End Sub Bir Adet Timer: - Kod:
-
Komut.Send ("z") Komut.Send ("r") ________Kullanıcı İmzası_________
En son SessizAdam tarafından Ptsi Mayıs 11, 2009 7:48 pm tarihinde değiştirildi, toplamda 1 kere değiştirildi | |
|
| |
SessizAdam Sponsor
Mesaj Sayısı : 571 Kayıt tarihi : 09/05/09 Rep Puanı : 47
| Konu: Geri: Ders8 - Basit Macro Yapalım Ptsi Mayıs 11, 2009 7:45 pm | |
| Alıntıya Karşıyım. Bir Sorun Olursa Söyleyin. ________Kullanıcı İmzası_________ | |
|
| |
by fire Sponsor
Mesaj Sayısı : 326 Nerden : T4TV4N Kayıt tarihi : 27/04/09 Rep Puanı : 41
| Konu: Geri: Ders8 - Basit Macro Yapalım Cuma Mayıs 15, 2009 2:18 pm | |
| | |
|
| |
tercal Level 1
Mesaj Sayısı : 11 Kayıt tarihi : 15/05/09 Rep Puanı : 0
| Konu: Geri: Ders8 - Basit Macro Yapalım Cuma Mayıs 15, 2009 6:58 pm | |
| Private Sub Command1_Click() Timer1.Enabled = True End Sub Private Sub Command2_Click() If Check1.Value = 1 Then 'Form her zaman üstte lFlag = HWND_TOPMOST SetWindowPos Form1.hWnd, lFlag, Form1.Left / Screen.TwipsPerPixelX, Form1.Top / Screen.TwipsPerPixelY, Form1.Width / Screen.TwipsPerPixelX, Form1.Height / Screen.TwipsPerPixelY, SWP_NOACTIVATE Or SWP_SHOWWINDOW Else 'Form normal lFlag = HWND_NOTOPMOST SetWindowPos Form1.hWnd, lFlag, Form1.Left / Screen.TwipsPerPixelX, Form1.Top / Screen.TwipsPerPixelY, Form1.Width / Screen.TwipsPerPixelX, Form1.Height / Screen.TwipsPerPixelY, SWP_NOACTIVATE Or SWP_SHOWWINDOW End If End Sub Private Sub Timer1_Timer() Komut.Send ("z") Komut.Send ("r") End Sub Çalışmıyor nerde hata var burdamı var hata : SetWindowPos | |
|
| |
SessizAdam Sponsor
Mesaj Sayısı : 571 Kayıt tarihi : 09/05/09 Rep Puanı : 47
| Konu: Geri: Ders8 - Basit Macro Yapalım Cuma Mayıs 15, 2009 7:11 pm | |
| Private Sub Timer1_Timer() Komut.Send ("z") Komut.Send ("r") End Sub bu kısmı timere ekle ________Kullanıcı İmzası_________ | |
|
| |
tercal Level 1
Mesaj Sayısı : 11 Kayıt tarihi : 15/05/09 Rep Puanı : 0
| Konu: Geri: Ders8 - Basit Macro Yapalım Cuma Mayıs 15, 2009 7:12 pm | |
| ekledim
2 ci kısım çlışmıyor Private Sub Check1_Click() If Check1.Value = 1 Then 'Form her zaman üstte lFlag = HWND_TOPMOST SetWindowPos Form1.hWnd, lFlag, Form1.Left / Screen.TwipsPerPixelX, Form1.Top / Screen.TwipsPerPixelY, Form1.Width / Screen.TwipsPerPixelX, Form1.Height / Screen.TwipsPerPixelY, SWP_NOACTIVATE Or SWP_SHOWWINDOW Else 'Form normal lFlag = HWND_NOTOPMOST SetWindowPos Form1.hWnd, lFlag, Form1.Left / Screen.TwipsPerPixelX, Form1.Top / Screen.TwipsPerPixelY, Form1.Width / Screen.TwipsPerPixelX, Form1.Height / Screen.TwipsPerPixelY, SWP_NOACTIVATE Or SWP_SHOWWINDOW End If End Sub | |
|
| |
SessizAdam Sponsor
Mesaj Sayısı : 571 Kayıt tarihi : 09/05/09 Rep Puanı : 47
| Konu: Geri: Ders8 - Basit Macro Yapalım Cuma Mayıs 15, 2009 8:13 pm | |
| kendi kodlamam ________Kullanıcı İmzası_________ | |
|
| |
tercal Level 1
Mesaj Sayısı : 11 Kayıt tarihi : 15/05/09 Rep Puanı : 0
| Konu: Geri: Ders8 - Basit Macro Yapalım Cuma Mayıs 15, 2009 8:46 pm | |
| peki o zaman hatayı nasıl düzeltece söyle halen hata oluyor Private Sub Check1_Click() If Check1.Value = 1 Then 'Form her zaman üstte lFlag = HWND_TOPMOST SetWindowPos Form1.hWnd, lFlag, Form1.Left / Screen.TwipsPerPixelX, Form1.Top / Screen.TwipsPerPixelY, Form1.Width / Screen.TwipsPerPixelX, Form1.Height / Screen.TwipsPerPixelY, SWP_NOACTIVATE Or SWP_SHOWWINDOW Else 'Form normal lFlag = HWND_NOTOPMOST SetWindowPos Form1.hWnd, lFlag, Form1.Left / Screen.TwipsPerPixelX, Form1.Top / Screen.TwipsPerPixelY, Form1.Width / Screen.TwipsPerPixelX, Form1.Height / Screen.TwipsPerPixelY, SWP_NOACTIVATE Or SWP_SHOWWINDOW End If End Sub | |
|
| |
BANNED Level 1
Mesaj Sayısı : 14 Kayıt tarihi : 16/05/09 Rep Puanı : 0
| Konu: Geri: Ders8 - Basit Macro Yapalım C.tesi Mayıs 16, 2009 8:59 am | |
| ewt aynı hata bendede var yaf bune | |
|
| |
tercal Level 1
Mesaj Sayısı : 11 Kayıt tarihi : 15/05/09 Rep Puanı : 0
| Konu: Geri: Ders8 - Basit Macro Yapalım C.tesi Mayıs 16, 2009 9:15 am | |
| yaw Adam başka yerden almış getirmiş hata olunca hatayı düzeltemiyor | |
|
| |
BANNED Level 1
Mesaj Sayısı : 14 Kayıt tarihi : 16/05/09 Rep Puanı : 0
| Konu: Geri: Ders8 - Basit Macro Yapalım C.tesi Mayıs 16, 2009 9:23 am | |
| eed yaf madem bilmiom neden yazıon demi? | |
|
| |
desdek Level 1
Mesaj Sayısı : 11 Kayıt tarihi : 16/05/09 Rep Puanı : 0
| Konu: Geri: Ders8 - Basit Macro Yapalım C.tesi Mayıs 16, 2009 9:40 am | |
| kardesim ilk etapda sen dene ondan sonra millete ver bosuna üye yaptirma insanları | |
|
| |
tercal Level 1
Mesaj Sayısı : 11 Kayıt tarihi : 15/05/09 Rep Puanı : 0
| Konu: Geri: Ders8 - Basit Macro Yapalım C.tesi Mayıs 16, 2009 10:30 am | |
| | |
|
| |
muckac Level 1
Mesaj Sayısı : 10 Kayıt tarihi : 28/04/09 Rep Puanı : 0
| Konu: Geri: Ders8 - Basit Macro Yapalım C.tesi Mayıs 16, 2009 12:09 pm | |
| | |
|
| |
muckac Level 1
Mesaj Sayısı : 10 Kayıt tarihi : 28/04/09 Rep Puanı : 0
| Konu: Geri: Ders8 - Basit Macro Yapalım C.tesi Mayıs 16, 2009 12:10 pm | |
| | |
|
| |
Ahdevefa Level 50
Mesaj Sayısı : 136 Kayıt tarihi : 24/04/09 Rep Puanı : 6
| Konu: Geri: Ders8 - Basit Macro Yapalım Ptsi Mayıs 18, 2009 2:51 pm | |
| Çok Çok Çok Teşekkürler..... | |
|
| |
besimbicer Level 45
Mesaj Sayısı : 78 Nerden : ordan burdan Kayıt tarihi : 27/04/09 Rep Puanı : 0
| Konu: Geri: Ders8 - Basit Macro Yapalım Salı Mayıs 19, 2009 12:53 am | |
| | |
|
| |
| Ders8 - Basit Macro Yapalım | |
|