Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for sbedford

Hi Just wondering if it is possible to do this? I have a form that auto-resizes dependent on the resolution of the pc it is run on, but at some resolutions, the windows taskbar overlaps the form buttons. Is there any way to hide the windows taskbar, or do I …

Member Avatar for raam
0
375
Member Avatar for sbedford

Just wondering if it is possible to do this? I am writing a program for a touchscreen monitor and would like an onscreen keypad. Is there any way to pass a key by pressing a button? For example, I press button '1' on the virtual keypad and I want the …

Member Avatar for sbedford
0
294
Member Avatar for mrmike

I've been creating a small program, thats work fine under windows xp, but fails on windows 2000 pro/server, and also windows 98. I need the software to work on also windows versions, etc 95 and ME. I can't install it as it is a check to ensure that various software …

Member Avatar for mrmike
0
282
Member Avatar for neverwinter

Hi, I've a project that makes use of TChart. In my previous machine, it compiles properly. But when I tried compiling it on a new machine with a clean install of Delphi 5, the following error occurred: [Fatal Error] File not found: TeeConst.pas This happens even if you just create …

Member Avatar for neverwinter
0
207
Member Avatar for Tepes

i create an array of panels var bt:array[1..3,1..2] of TPanel; so i go in Form1.FormCreate and i write: for i:=1 to 3 do for j:=1 to 2 do begin bt[i, j]:=TPanel.Create(self); bt[i, j].Parent:=self; bt[i, j].OnCLick:=????????????????????????????????; end; i created a procedure TForm1.press(x,y:integer) what should do the OnClick and i wrote in …

Member Avatar for neverwinter
0
107