Help needed in Borland C++ Builder [modified]
-
hi I need to call the following function somewhere in a program: void __fastcall TFormMain::btnUpdateClick(TObject *Sender) {.....} This is the event of mouse-click on a button. How can i call this function in the program itself (which otherwise gets called on 'mouse-click'??
-
hi I need to call the following function somewhere in a program: void __fastcall TFormMain::btnUpdateClick(TObject *Sender) {.....} This is the event of mouse-click on a button. How can i call this function in the program itself (which otherwise gets called on 'mouse-click'??
Does Builder support Microsoft .NET, or are you in the wrong forum ?
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Does Builder support Microsoft .NET, or are you in the wrong forum ?
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
No, BUilder doesnt support Microsoft.NET...it apparently is not a Microsoft product
-
No, BUilder doesnt support Microsoft.NET...it apparently is not a Microsoft product
Borland do do products that support .NET, I thought. But, if that's not one, try the visual c++ forum.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )