Skip to main content

AccessTr.neT


Mouse Üzerine Geldiğinde Resim Değiştirme

Mouse Üzerine Geldiğinde Resim Değiştirme

Çözüldü #5
Sn. DUAYEN,
Bu Şekilde Bir Kod Kullandım Ama İkinci Resim Gelmemekte Daha Doğrusu Arkaplan Beyaz Oluyor.
    Private Sub PictureBox1_MouseLeave(ByVal sender As Object, ByVal e As System.EventArgs) Handles PictureBox1.MouseLeave
PictureBox1.BackgroundImage = ımageList1.Images("223.png")
End Sub

Private Sub PictureBox1_MouseMove(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles PictureBox1.MouseMove
PictureBox1.BackgroundImage = ımageList1.Images("exit.png")
End Sub
[Resim: do.php?imgf=153931671719921.gif]

-->.Net İle Kullanıcı Girişi, Üye Ol, Şifre Değiştirme
-->CSS İle Menü Hazırlama
Cevapla

Bir hesap oluşturun veya yorum yapmak için giriş yapın

Yorum yapmak için üye olmanız gerekiyor

ya da

Bu Konudaki Yorumlar
Cvp: Mouse Üzerine Geldiğinde Resim Değiştirme - Yazar: ~~KaG~~ - 23/05/2011, 23:03
Task