PDA

Click to See Complete Forum and Search --> : [RESOLVED] at least 2 problems


joaquim
Mar 8th, 2008, 10:39 AM
i'm building a sprite control in Visual Basic 6, but i can see at least 2 problems:
-these error message: "Object variable or With block variable not set", the program continue without a problem, but why these error message?
-these object is prepered for work with keyboard, but theres a problem: when i put the new object in picturebox the keyboard is ignored, why?

thanks

Hack
Mar 12th, 2008, 10:00 AM
This is marked resolved with no posted resolution.

If you figured this out, then please post what you did as it may help others with the same or similiar problem.

Thanks :)

joaquim
Mar 12th, 2008, 03:33 PM
This is marked resolved with no posted resolution.

If you figured this out, then please post what you did as it may help others with the same or similiar problem.

Thanks :)

"-these object is prepered for work with keyboard, but theres a problem: when i put the new object in picturebox the keyboard is ignored, why?"
these problem i resolved by changing the tabindex propertie to 0(zero)...
but the other isn't resolved.... thanks