kvk1989 2 Posted January 19, 2022 (edited) Hi , can someone tell me which components use for this for build this application ? Thanks !! Edited January 19, 2022 by kvk1989 Add more pic Share this post Link to post
Alexander Sviridenkov 356 Posted January 19, 2022 HTML Component Library can be used to create exacly the same UI. Share this post Link to post
kvk1989 2 Posted January 19, 2022 6 minutes ago, Alexander Sviridenkov said: HTML Component Library can be used to create exacly the same UI. For listbox they are using tms component for skin I don't know which component used Share this post Link to post
Edwin Yip 154 Posted January 19, 2022 HTML Component Library + StyleControls from almdev can do that. Share this post Link to post
Fr0sT.Brutal 900 Posted January 19, 2022 You can open the binary in any resource editor and explore DFM resources Share this post Link to post
Remy Lebeau 1392 Posted January 19, 2022 (edited) 10 hours ago, Fr0sT.Brutal said: You can open the binary in any resource editor and explore DFM resources Only if the app is written in Delphi or C++Builder to begin with... Edited January 19, 2022 by Remy Lebeau Share this post Link to post
kvk1989 2 Posted January 19, 2022 5 hours ago, Remy Lebeau said: Only if the app is written in Delphi or C++Builder to begin with... Program written in in Delphi but how can I found library it's only single exe Share this post Link to post
Fr0sT.Brutal 900 Posted January 20, 2022 12 hours ago, Remy Lebeau said: Only if the app is written in Delphi or C++Builder to begin with... Well, the context is D/BCB components so the hint is applicable. 7 hours ago, kvk1989 said: Program written in in Delphi but how can I found library it's only single exe Open RCData, search DFM, look for corresponding line like "someTable: TBlaBlaSuperTable" then google the class name "TBlaBlaSuperTable" Share this post Link to post