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
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.
This is a follow up qu开发者_开发知识库estion.Is it possible to set the build configuration for a command line build in Codegear 2009?
Hello i need to record my heap, but now i am just thinking to overload \'new\' operator with my function.
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
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.
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
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
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
I want to make an application in Embarcadero C++ Builder XEtotally in ASCII but C++ Builder XE\'s VCL are now UNICODE base.