Like the title said i need help making a command button display an image in an image box. i have tried the following:
it gives me a error that says external name not defined
i have tried just putting the image name there and it also didn't work
please help
Code:
Private Sub Command1_Click() LoadPicture(["C:\Documents and Settings\robert.lacour.RBG0\Desktop\dans vb stuff\pic\warrior.jpg"]) end sub
i have tried just putting the image name there and it also didn't work
please help
Comment