Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~193 People Reached
Favorite Forums
Favorite Tags
c++ x 3
Member Avatar for TriG0rZ

Hi, I have this: void __fastcall TERDmarker::LecERDClick(TObject *Sender) { LecERD->Picture = *pct; //LecERD->Execute(); } //--------------------------------------------------------------------------- //--------------------------------------------------------------------------- void __fastcall TERDmarker::openimage21Click(TObject *Sender) { TPicture * pct = new TPicture; pct->LoadFromFile("C:\Users\Yassar\Desktop\vpbmp"); // LecERD->Picture = pct; } What i am trying to do is, get openimage2click to open an image and save it to …

Member Avatar for daviddoria
0
84
Member Avatar for TriG0rZ

Hi, i want to be able to do this: bmpPicture = OpenPic->Execute(); i want to execute open pic, this will then allow the user to choose an image they want to load. Then get that data and store it into bmpPicture, so that i can then send bmpPicture into something …

0
75
Member Avatar for TriG0rZ

Hi, Im kinda new to creating C++ gui apps. I am using a application called c++ Builder XE and i was wondering if anyone knew of any good tut for creating a GUI application and any other tut that may help using this application Thank you :)

0
34