Remko Weijnen remkoweijnen.nl/blog Search posts…/

Delphi

Delphi · Programming — from the archive

Working with bitfields in Delphi

Recently I needed to convert a C header file to Delphi which contained bitfields. Let’s take a look at a …

·7 min read
Delphi · Programming — from the archive

Vista SP1 changes to Terminal Server API

In a previous article I wrote about changes in utildll in vista that breaked compatibality for Terminal …

·2 min read
Citrix · Delphi — from the archive

TSAdminEx Progress

I just wanted to show some of the progress that I made in development of TSAdminEx. I thought the best way …

·4 min read
Citrix · Delphi — from the archive

Using WTSWaitSystemEvent

If you develop an application for Terminal Server you might want to react on session events. This means that …

·2 min read
Citrix · Delphi — from the archive

Undocumented API's from Utildll

Several of Microsoft’s Terminal Server tools use undocumented API’s from Utildll.dll. For instance …

·1 min read
Citrix · Delphi — from the archive

Delphi and Terminal Server Aware

When an application is not Terminal Server aware (also known as a legacy application), Terminal Server makes …

·3 min read
Delphi · Programming — from the archive

How to get Client IP Address?

When a client is connected to a Terminal Server Session you can use the Terminal Server API to retrieve the …

·2 min read
Delphi · Programming — from the archive

TSAdminEx

You will probably know Microsofts Tool to Manage Terminal Server, it’s called Terminal Services Manager …

·3 min read