If you need to automate IE8, popup windows, then read this article Window structure go like this: Frame Tab, TabWindowClass, Shell DocObject View, Internet Explorer_Server. So, code would go something like this: var Wnd: HWND; WndChild: HWND; ...
Now, little bit about MAPI. According to wikipedia MAPI is designed to be independent of the protocol, it is usually used with MAPI/RPC, the proprietary protocol that Microsoft Outlook uses to communicate with Microsoft Exchange. So, I read this...
If you are having problems after you installed components, like: File not found *.dcu, or *.pas, try adding path to Tools->Options->Library - Win32 -> Library path
Wednesday, 08 April 2009 | 140 hits | Print | PDF | Report
If you are receiving error like this: Call to undefined method JException::setQuery() Check connection to your database (if it is different then Joomla!). If everything is ok, then try something like it is described here.
How to check if acrobat reader exist? ShLwApi, Windows; var Size: dword; Data: array[0..MAX_PATH] of char; begin size := max_path; if not (Succeeded(AssocQueryString(0, ASSOCSTR_FRIENDLYDOCNAME, PChar('.pdf'),...
If you need something to do before build or after build in Project->Options go on Build events. In my case I needed to compile resource file to add one exeso for sure is always there (mostly because of CVS and other developers). Syntax is...