Presentation is loading. Please wait.

Presentation is loading. Please wait.

KUPOVINA ONLINE.

Similar presentations


Presentation on theme: "KUPOVINA ONLINE."— Presentation transcript:

1 KUPOVINA ONLINE

2 Otvaranje Forme Private Sub Form_Load()
Image1.Picture = LoadPicture("c:\lekcija\pcomputr.wmf") List1.AddItem "Dodatni hard disk" List1.AddItem "Stampac“ List1.AddItem "Skener" Combo1.AddItem "U.S. Dolar" Combo1.AddItem "Cek" Combo1.AddItem "Engleska funta“ End Sub

3 IZBOR KOMPJUTERA Private Sub Option1_Click(Index As Integer)
Select Case Index Case 0 Image1.Picture = LoadPicture("c:\lekcija\pcomputr.wmf") Case 1 Image1.Picture = LoadPicture("c:\lekcija\computer.wmf") Case 2 Image1.Picture = LoadPicture("c:\lekcija\laptop1.wmf") End Select End Sub

4 IZBOR KANCELARIJSKE OPREME
Private Sub Check1_Click() If Check1.Value = 1 Then Image2.Picture = LoadPicture("c:\lekcija\answmach.wmf") Image2.Visible = True Else Image2.Visible = False End If End Sub

5 Private Sub Check2_Click()
If Check2.Value = 1 Then Image4.Picture = LoadPicture("c:\lekcija\calcultr.wmf") Image4.Visible = True Else Image4.Visible = False End If End Sub

6 Private Sub Check3_Click()
If Check3.Value = 1 Then Image6.Picture=LoadPicture("c:\lekcija\copymach.wmf") Image6.Visible = True Else Image6.Visible = False End If End Sub

7 IZBOR DODATNE OPREME Private Sub List1_Click()
Select Case List1.ListIndex Case 0 Image3.Picture = LoadPicture("c:\lekcija\harddisk.wmf") Case 1 Image3.Picture = LoadPicture("c:\lekcija\printer.wmf") Case 2 Image3.Picture = LoadPicture("c:\lekcija\satedish.wmf") End Select Image3.Visible = True End Sub

8 NAČIN PLAĆANJA Private Sub Combo1_Click() Select Case Combo1.ListIndex
Image5.Picture = LoadPicture("C:\Users\Jasna\Desktop\lekcija\dollar.wmf") Case 1 Image5.Picture = LoadPicture("c:\lekcija\check.wmf") Case 2 Image5.Picture =LoadPicture("c:\lekcija\poundbag.wmf") End Select Image5.Visible = True End Sub

9 IZLAZ Private Sub Command1_Click() End End Sub

10 Osobinu objekta image Stretch mora biti True
Option Button mora se kopirati

11


Download ppt "KUPOVINA ONLINE."

Similar presentations


Ads by Google