Button is not showing up on form

wcboyd

New member
Joined
Jul 29, 2009
Messages
3
Programming Experience
5-10
Hello All,

I have the strangest thing happening. I have a form that has two buttons and a lable on it. The first button shows up and works fine (it opens a file). But the second button does not show up on the form at all. Yes, the Visible property = TRUE. I also have a second label on the screen, but it is not showing up either.

Anyone have any idea what is going on?

Thanks,

Craigbert
 
OK, I have fixed it, but the fix is stranger. I was having an issue with a COM object and read that I should change my targetCPU to "x86". I did and it cleared up all my issues.
Very strange.....

Thanks,

Craigbert
 
Back
Top