Search Results

4
votes
8answers
481 views

How to begin with Ruby on Rails using Windows

I've tried downloading the Rails package and installing it on Windows, but have no idea to make it work. I have had some experience with this commbination: PHP 4.x + 5.x (Wind …
4
votes
6answers
399 views

Windows Service: Do work at specified times (Delphi)

Just checking if there's any best practice when writing a Windows Service. The Service (Single-thread) needs to work at specified time intervals, right now I can only think of: …
-1
votes
1answer
57 views

Where can I obtain Weekdays glyphs? [closed]

Anybody know where to get glyphs (16x16) of Weekdays? The glyphs might show MO,TU,WE,TH,FR,SA,SU which represent the day of a week. …
3
votes
3answers
302 views

Is there programmatical way to get short day names in windows?

Is there a way to get a 2 character day-name of the week such as MO/TU/WE/TH/FR/SA/SU? Currently I only know of using FormatDateTime(): "ddd" returns "Fri" "dddd" returns …
0
votes
0answers
18 views

Windows printer driver information utility?

There used to be some utility called WinPrInfo (GUI based) or something alike, that would display information about all installed printers using GetDeviceCaps/DeviceCapabilities. But I can' …