c++builder
Is there a way to use the latest IE9 MSHTML interfaces from C++ Builder (or Delphi) with TCppWebBrowser?
I have a situation whe开发者_运维技巧re I would like to use some methods available via the IHTMLDocument7 interface shipped with IE9. In particular the getElementsByTagNameNS() method because I want t[详细]
2023-03-05 12:30 分类:问答BCB6 TListBox (How to get the value of multiselected items)
How can I get the selected items in TListBox and add the items in the second TListBox, Im using Borland C开发者_运维百科++ Builder 6.As David said in his answer, you need to use the Selected property.[详细]
2023-03-05 10:06 分类:问答Set build configuration for command line build in Codegear 2009 IDE
This is a follow up qu开发者_开发知识库estion.Is it possible to set the build configuration for a command line build in Codegear 2009?[详细]
2023-03-03 00:01 分类:问答is it possible to get memory block size allocated by 'new'?
Hello i need to record my heap, but now i am just thinking to overload \'new\' operator with my function.[详细]
2023-03-02 11:01 分类:问答dll files for creating a setup
I \'m working on an application using rad studio 2009 (c++) and mySQL. I want to build a setup so I can set up my application and on other PCs without installing and rad studio. As far as I \'ve searc[详细]
2023-03-01 13:21 分类:问答Compiler error when including boost/asio.hpp on C++ Builder 2010
EDIT: SOLVED! I added BOOST_ALL_NO_LIB to my Conditional defines and added the errorcode.cpp from /libs/system/src/ folder to my Project.[详细]
2023-03-01 07:10 分类:问答GUI Development - Language and Builder [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-03-01 03:07 分类:问答std::getline for a comma delimited table file with quotations around certain fields
I\'m basically running the following code. This code goes through line by line and grabs the different fields of a generic comma-delimited table file. My problem is that sometimes the \"title\" field[详细]
2023-02-28 04:51 分类:问答how to disable WM_ONPAINT message to be recieved by my window in C++ Builder?
i\'am doing painting in another thread on my window and when my form recieves WM_PAINT (or WM_ERASE...) the form is erased to begin paint. I need to stop this message\'s from recieving by my window. H[详细]
2023-02-28 03:14 分类:问答ASCII in C++ Builder XE
I want to make an application in Embarcadero C++ Builder XEtotally in ASCII but C++ Builder XE\'s VCL are now UNICODE base.[详细]
2023-02-28 02:13 分类:问答