Visit site Behind the connection

May 2013

1
vote
Vote UpVote

Internet Explorer Automation Part 4

Behind the connection – I this article, I will explain how to extract statistics from Blogger stats page. This follows the previous article in which you learned how to automate the login process and get the stats page. The stats page is organized in a number of HTML elements. The one which is interesting for us is a ...
Details Favorite? Off-Topic? François Piette @ 2013-05-21 14:00
4
votes
Vote UpVote

Pascal still an advantage for some iOS, Android developers

Behind the connection – Just read this article. It could also interest you so I share it: http://www.zdnet.com/pascal-still-an-advantage-for-some-ios-android-developers-7000014743/ Follow me on Twitter Follow me on LinkedIn Follow me on Google+ Visit my website: http://www.overbyte.be
Details Favorite? Off-Topic? François Piette @ 2013-05-20 19:40
1
vote
Vote UpVote

Be-Delphi Event 3.0

Behind the connection – Be-Delphi Event 3.0 on November 21st in Edegem, Belgium. Stay tuned for more info... Follow me on Twitter Follow me on LinkedIn Follow me on Google+ Visit my website: http://www.overbyte.be
Details Favorite? Off-Topic? François Piette @ 2013-05-14 21:11
1
vote
Vote UpVote

Internet Explorer Automation Part 3

Behind the connection – Today I will present an Internet Explorer automation which will query Blogger stats page automatically. IE automation is required because Blogger website makes heavy use of JavaScript to dynamically construct the stats page. Downloading the webpage with a HTTP component won’t work because the ...
Details Favorite? Off-Topic? François Piette @ 2013-05-12 22:03
3
votes
Vote UpVote

OpenSource GDI+ Library - Part 2

Behind the connection – In a previous article, I talked about OpenSource GDI+ Library for Delphi. In this article I will present a small application which is the basic of an image processing or image drawing application. A form to display an image The application is divided into two forms. One main form and one image ...
Details Favorite? Off-Topic? François Piette @ 2013-05-09 11:23
4
votes
Vote UpVote

OpenSource GDI+ Library

Behind the connection – Sometimes ago, I discovered an open source GDI+ Library built by Erik Van Bilsen. I now use that Library extensively with excellent result. I used it to build an image processing system and other similar things. The Library is intended for Delphi 2009 and above. I currently use it with Delphi ...
Details Favorite? Off-Topic? François Piette @ 2013-05-05 20:06

April 2013

1
vote
Vote UpVote

Delphi XE4 MS-Office components

Behind the connection – Delphi XE4 is delivered with 3 sets of Microsoft Office components (Word, Excel, Outlook, Power Point and Access): Office 2000, Office XP and Office 2010. None is installed by default. To install Office components, you must launch the IDE, select "Component" menu and then "Install packages". In the ...
Details Favorite? Off-Topic? François Piette @ 2013-04-30 19:47
1
vote
Vote UpVote

Getting Network Share List

Behind the connection – Network neighborhood can be obtained programmatically in any application. It’s just a matter of a single Windows API call to the NetShareEnum function. MSDN publish the complete description of NetShareEnum at http://msdn.microsoft.com/en-us/library/windows/desktop/bb525387(v=vs.85).aspx Since ...
Details Favorite? Off-Topic? François Piette @ 2013-04-30 10:11
4
votes
Vote UpVote

Delphi XE4 and AnsiString

Behind the connection – I already ported a lot of my applications to Delphi XE4. This represent hundreds of thousands lines of code. All in all this was very easy, coming from XE3. There is only one changed feature that forced me to slightly update my source code: in XE4, all AnsiString routines have been moved to a new ...
Details Favorite? Off-Topic? François Piette @ 2013-04-29 12:42
7
votes
Vote UpVote

Enabling floating form designer in Delphi XE4

Behind the connection – Delphi XE4 has an interesting feature removed from previous versions: the floating VCL form designer. You can enable it again easily, at your own risk. While the IDE is not running, launch the registry editor, locate the key  HKEY_CURRENT_USER\Software\Embarcadero\BDS\11.0\Form Design and set the ...
Details Favorite? Off-Topic? François Piette @ 2013-04-27 11:02
1
vote
Vote UpVote

Delphi XE4 is available

Behind the connection – With Embarcadero RAD Studio XE4 you can create true native apps for PCs, tablets, and smartphones from a single code base, and get them to markets and users fast. True native apps run directly on the device, getting full access to all underlying capabilities, tighter security, and a better user ...
Details Favorite? Off-Topic? François Piette @ 2013-04-23 22:19
0
votes
Vote UpVote

Serial Port Programming RS232 / RS485

Behind the connection – Using the serial port is a common task and there are a huge number of components for doing that. I'm using TCiaComPort by Wilfried Mestdagh for years. It is a freeware with source code available at: http://www.mestdagh.biz/soft_components.html Recently, I have updated the source code for Unicode ...
Details Favorite? Off-Topic? François Piette @ 2013-04-22 21:33
2
votes
Vote UpVote

TabOrder blues

Behind the connection – In every Windows form, the user is allowed to use the tab key to cycle thru all controls on the form. When building a form, the developer can select the tab order to fit his needs. For example if the form looks like a grid, he set tab order so that the focus goes horizontally first. Alternatively, ...
Details Favorite? Off-Topic? François Piette @ 2013-04-20 13:34
2
votes
Vote UpVote

Subclassing a window

Behind the connection – Subclassing a window What is it? Subclassing a window is the process of intercepting all calls to the window procedure of a given window. When you subclass a window, you can get hand on every message sent/posted to the window you’ve subclassed. Why subclass? Why would you want to subclass a ...
Details Favorite? Off-Topic? François Piette @ 2013-04-06 18:09
8
votes
Vote UpVote

Inter Process Communication Using Pipes

Behind the connection – A pipe is a communication channels between two ends. It is mostly used to communicate between processes running within a computer. As such it is an Inter Process Communication (IPC) mechanism. The concept of pipe is well known in the Linux (Unix) world. It is used on the command line to direct the ...
Details Favorite? Off-Topic? François Piette @ 2013-04-03 16:36
Subscribe:
Contact us to advertise on DelphiFeeds.com

Community Links

Torry Firebird News

Sponsor

 
Please login or register to use this functionality.
(click on this box to dismiss)