met sore forum acces yg ok.
Andik mau tanya bagaimana cara tampilkan background form di PC lain.
saat ini saya pakai 3 pc, cuma waktu tampilkan background di pc 2 dan
3 gambarnya tidak tampil. mohon saran??
Terimakasih
Private Sub Form_Load()
Select Case Day(Date)
Case 1, 8, 15, 22, 29
[Form_Copy of MASTERDATA].Picture = "C:\Documents and
Settings\Owner\Desktop\aplikasi\Gambar\garden.jpg"
Case 2, 9, 16, 23, 30
[Form_Copy of MASTERDATA].Picture = "C:\Documents and
Settings\Owner\Desktop\aplikasi\Gambar\forest.jpg"
Case 3, 10, 17, 24, 31
[Form_Copy of MASTERDATA].Picture = "C:\Documents and
Settings\Owner\Desktop\aplikasi\Gambar\Waterfall.jpg"
Case 4, 11, 18, 25
[Form_Copy of MASTERDATA].Picture = "C:\Documents and
Settings\Owner\Desktop\aplikasi\Gambar\Toco Toucan.jpg"
Case 5, 12, 19, 26
[Form_Copy of MASTERDATA].Picture = "C:\Documents and
Settings\Owner\Desktop\aplikasi\Gambar\Autumn Leaves.jpg"
Case 6, 13, 20, 27
[Form_Copy of MASTERDATA].Picture = "C:\Documents and
Settings\Owner\Desktop\aplikasi\Gambar\Creek.jpg"
Case Else
[Form_Copy of MASTERDATA].Picture = "C:\Documents and
Settings\Owner\Desktop\aplikasi\Gambar\Desert Landscape.jpg"
End Select
End Sub