Follow along with the video below to see how to install our site as a web app on your home screen.
Not: This feature may not be available in some browsers.
command1.enable = false
ıf reklam1.value = True then
command1.enable = True
end ıf
end SuB
private sub form_load()
command1.enable=False ' command tusu deaktif'
ıf reklam1.value = Tru then 'reklam1 e tıklandığında command1 aktif olur'
command1.enable= True
end ıf
end sub
Olmazsa bunu dene bende oldu
private sub form_load()
command1.enabled=false
end sub
private sub webrowser1_click()
command1.enabled=true
end sub
yazdıklarımı forumun kodlarına ekle 1 webrowser birde cnmdbttn koy olur denedim