BuilderSpec
Programmer
Hi
Am a C++ Builder by trade but I have recently been given an embedded project to use and I am using the MS Embedded Visual C++ 4.0 which looks the same as the embedded.
question is this..I have a command button on my form that is Visible. How can I make it invisible using code ?
In C++ Builder I would say
Command1->Visible = false;
Hope this helps!
Regards
BuilderSpec
Am a C++ Builder by trade but I have recently been given an embedded project to use and I am using the MS Embedded Visual C++ 4.0 which looks the same as the embedded.
question is this..I have a command button on my form that is Visible. How can I make it invisible using code ?
In C++ Builder I would say
Command1->Visible = false;
Hope this helps!
Regards
BuilderSpec