I have this snippet of code: @combinerows: mov esi,eax and edi,Row1Mask and ebx,Row2Mask or ebx,edi //NewQ:= (Row1 and Row1Mask) or (Row2 and Row2Mask);
I\'ve written a dll that runs an Excel add-in (some years ago). I use this code to retrieve the domain name and that works fine in Windows XP, but it fails in Windows 7.
I would like to add isc_info_svc_timeout (1 second) option when calling TIBControlAndQueryServiceGetNextLine. I copied and modyfied IBServices to append isc_info_svc_timeout to ServiceQueryParams afte
I am trying to declare a constant array for validating type properties held by input object. but i am doing something incorrect, please have 开发者_StackOverflowa look at below code:
When a Menu Item has a sub Menu hovering the mouse expands the sub-menu it fires a click event. Is there any difference between this click event and if the user actually click开发者_StackOverflow中文
I am working in a delphi IDE expert , now to avoid dependencies problems, i was thinking in rebuild this expert as a dll expert as was suggested in one of these answers, now my expert (compiled as bpl
How can I set the background color of a themed TStatusBar component?When I set the color property, it only works if the Enabled r开发者_如何学运维untime themes is disabled.
Using Delphi 2007. I am adding 2 extra icons to my app to use for some custom file associations. Using custom resource files and开发者_如何学Go that is working correctly. However when looking at the r
I work with an application that it switching from filebased datastorage to database based. It has a very large amount of code that is written specifically towards the filebased system. To make the swi
How can I de开发者_StackOverflowtect a Windows service state in Delphi 2007 and change its state, of course.WinSvc has all the Windows API methods you need. You can create the unit below for an easy c