Questions tagged [delphi-2007]

Delphi 2007 is a specific version of Delphi. Delphi 2007 was released in March 2007, and was available as a standalone product or as part of RAD Studio 2007.

Delphi 2007 is a specific version of Delphi.

Delphi 2007 codename is Spacely.

Delphi 2007 was released in March 2007, and was available as a standalone product or as part of RAD Studio 2007.

Delphi 2007 was the last version that used the 8-bit AnsiString as the default string type.
Many components that do not support Unicode will work unchanged on Delphi 2007.

Delphi 2007 was preceded by Delphi 2006 and succeeded by Delphi 2009.

839 questions
0
votes
1 answer

Loading Bitmaps onto WinAPI Window(NO FORM!) From .res Files

i have a Win32 API Application in Delphi 2007 with no form and would like to load a bitmap from a .res file. Been looking around for two day's and just can't seem to find anything on this subject so was time to post. :) Assuming i need to add code…
Se7en
  • 33
  • 1
  • 5
0
votes
1 answer

StrToDate do not use my FormatSetting

In my big application I try to read another dateformat than my locale settings. But that failed with exception. So I made a simple demo to reproduce. Could be that I made a simple error. My local settings in Windows XP is Finnish date format that is…
Roland Bengtsson
  • 5,058
  • 9
  • 58
  • 99
0
votes
1 answer

How to get a static Tbitmap.canvas.handle?

Trying to set up an Opengl context to render into a bitmap but I've found the handle returned from the Tbimap canvas object keeps changing so the rendering context keeps throwing an exception because it doesn't match the handle the rendering context…
Andy k
  • 1,056
  • 1
  • 11
  • 22
0
votes
1 answer

Reinstaling Formula One component (TF1Book) in Delphi 2007, License Information for TF1Book not found error

I'm moving an old project developed with Delphi 2007 and a bunch of 3rd party components from an old computer to my own instalation. Everything except the TF1Book component (from the VCF132.ocx library, version 4.1.1.2) works fine. I'm using the…
Craig Stevensson
  • 1,336
  • 4
  • 21
  • 43
0
votes
2 answers

Flipping through two forms

I am just wondering if I'm doign something that might be bad, although it seems a very practical solution to me... I have two forms which the user will have to walk through. The user clicks on a button and form1 pops up. The user presses OK and the…
Wim ten Brink
  • 25,901
  • 20
  • 83
  • 149
0
votes
2 answers

Recursively Import From Resource File Delphi 2007

I have created a resource file for a Delphi 2007 application. The resource files contains 10 Bitmap entries. I was wondering if there was a way to load all of the bitmaps into an Imagelist by recursively going through the resource file or do I have…
T.J.
  • 57
  • 7
0
votes
1 answer

I want to use Infocardapi.dll in Delphi/WIN32 but would like a header file for it

Microsoft has this nice little feature called CardSpace. This is a Microsoft implementation of InfoCards. Microsoft has a nice document which explains how it can be used, which is useful. And doing a Google search doesn't provide me many useful…
Wim ten Brink
  • 25,901
  • 20
  • 83
  • 149
0
votes
1 answer

CardSpace and Delphi 2007/WIN32

Very simple problem. I have a Delphi application and I want to restrict access to this by requiring users to log on using CardSpace. Basically, I need to extract the ID, name and address information from the cardspace card. The use of CardSpace is a…
Wim ten Brink
  • 25,901
  • 20
  • 83
  • 149
0
votes
1 answer

c++ dll for FoxPro

I have program compiled with FoxPro that calls d1.dll functions. d1.dll was developed with Delphi 2007. I need to develop d1.dll that will replace existing one using c++. After several tests FoxPro application crashes in random places with random…
vico
  • 17,051
  • 45
  • 159
  • 315
0
votes
0 answers

selectcliprgn effects on context menu's

I have created my own graphics component based on TcustomControl. The control first draws a border area were textual information is drawn, it then sets a rectangular clipregion some percentage in from the full width and height of the control where…
Andy k
  • 1,056
  • 1
  • 11
  • 22
0
votes
2 answers

Right mouse button in image disabling first click mouse events outside of image

I have a Delphi app with a TImgView32 control (part of Graphics32). I am handing the mouse move and mouse down event, and that is working. The problem is that whenever I use the right mouse button within the image, when I let go of the right mouse…
Robert Richter
  • 278
  • 2
  • 9
0
votes
2 answers

OLE Control window handle error with WebBrowser and Delphi 2007

I have run into an issue a couple of weeks ago that appear to have no logical explanation. I'm building an application with Delphi 2007 using AlphaControls and a WebBrowser component placed on a form. The TWebBrowser fetches a banner from the web…
Bogdan Botezatu
  • 579
  • 1
  • 9
  • 25
0
votes
1 answer

How to use Include with Unicode?

I'm try to port some code from D2007 to DXE2. This simplified code compiles fine in D2007. In DXE2 it show this error: [DCC Warning] Unit1.pas(10): W1050 WideChar reduced to byte char in set expressions. Consider using 'CharInSet' function in…
Roland Bengtsson
  • 5,058
  • 9
  • 58
  • 99
0
votes
0 answers

How to auto update my program on clients

Possible Duplicate: Delphi: How do you auto-update your applications? I want to auto update who using our program. Our program is family medicine information system. Over 750 doctors using our program. When I add new files on our servers, all…
TheMuyu
  • 579
  • 2
  • 12
  • 31
0
votes
1 answer

VCLZip: Ask if readonly files should be overwritten

I'm using VCLZip 2.21 to unzip a zip file. I can make TVCLUnzip overwrite readonly files by setting ReplaceReadOnly to True. But how do I implement a confirmation by the user? I already added an OnSkippingFile handler setting Retry to True but this…
Uli Gerhardt
  • 13,748
  • 1
  • 45
  • 83