Jump to content
BlodasIsBack

Problema Visual Basic.

Recommended Posts

Asta ti-e ok?

j8pjrr.jpg

Aici ai sursa si executabilul (modifici tu ce vrei)

Download RST.zip - FisierulMeu.ro

Virus Total scan: (2/46) - atasez si continutul sursei sa vezi ca nu e virus sau altceva

https://www.virustotal.com/ro/file/38d9eaa4f207144f4e51cbff5f9fd707d797e9615b99113e961982beac640b43/analysis/1367851468/

Private Sub Check1_Click()

If Check1.Value = 1 Then

Label1.Caption = "Nu este nimic de afisat"

Else

Label1.Caption = ""

End If

End Sub

Private Sub Check2_Click()

If Check2.Value = 1 Then

List1.AddItem "FUTAI"

List1.AddItem "MAINI TAIATE"

List1.AddItem "UNT"

List1.AddItem "MAZGA"

Else

List1.Clear

End If

End Sub

Link to comment
Share on other sites

'O chestie din aia care se ascunde cand dai click' se numeste animatie. Un panel este animat sa 'dispara', sau sa reduca in dimensiune etc. Butonul este pe post de trigger, iar faptul ca img background se schimba(pt buton), face parte tot din 'animatie'.

Din ce am reusit sa deslusesc, acel buton ar avea o animatie, in care imaginea oscileaza intre expand-contract, in functie de 2 lucruri: 1. nici unu din butoane nu a fost folosit, 2 un alt buton e folosit (deci schimbare imagine la butonul folosit) + schimbare imagine la butonul curent. Proprietatile sale ar fi identice cu cele ale unui tabpanel, ajutandu-i o animatie la panel gen slow-dropdown.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...