I need to add an item to folders right click menu when clicked send folder addres开发者_运维百科s to my app. how can i do it? it\'ll be a great help if you describe how to make popup menu for that ite
How can i send parameters to CMD? for e开发者_如何学Pythonxample send a path and start it from that path? How can i execute CMD commands?
My team leader wants me to check if this is possible. Our app has a grid (we use TAdvStringGrid from tmssoftware) that displays some values. Our users then copy and paste to Excel. (2010) Now they wa
I come from Java background, where we have data structures with interfaces that if its collection it support certain behaviour, and a set has another.
I want to make a string grid to display some kind of vertical cursor to highlight the current selected column. So, in MouseDown I call setCurPos, then I call InvalidateCol to invalidate curre开发者_运
I\'ve a Tlistview with 3 columns, I need from Tcollection object as this follow FListeDispoProduit := TListeDispoProduit.Create(TProduit);
I have a win application project that should be done in delphi2010. In a form something like the image 开发者_运维知识库below,should be produced:
I\'m trying the achieve the following (using Delphi7): After logging in to my program, the user gains control, but in the background a separate thread downloads a file from the Internet to check if th
in my application ,i am sending data from my application to database i am getting some odd characters in my database like this
I have to acces a c written dll function, prototyped as: #include \"extcode.h\" #pragma pack(push) #pragma pack(1)