Hi Z
You can do a transparent form by including this in the oncreate event
procedure TForm1.FormCreate(Sender: TObject);
begin
Form1.Brush.Style:=bsClear;
Form1.BorderStyle:=bsNone;
end;
Perhaps you can do something similar for panels
Rodzo
Barnoid<br><br>It never occurred to me before,<br>but I know you must be right<br><br>I've tried it since but it doesn't work <br>after the first couple of runs at it<br>and there's a scarcity of info in the <br>delphi help on the subject <br><br>I have to put out an upgrade every quarter...
Hi<br><br>My current app is<br><br>63630 lines<br>1158312 bytes code<br>279884 bytes data<br>16k initial stack<br><br>but it grabs at least 25 megs of ram as soon as it starts up.<br><br>I've checked all my new/dispose pairs and emptied the few ansistrings I use and I never touch...
Hottest language?<br><br><b>Corse</b> we are, sonny!<br><br>I'm so taken by it I hardly have time for my skiffle group anymore.<br><br>I don't suppose you'd be interested in a second hand moped?<br><br>By the way, yer man's right. It's all a question of style (combobox.style, I mean)<br><br>Rodzo
Hi Vlad<br><br>Thanks for the tip on glyph storage. I'll give it a try.<br><br>I'm coming back later with a code fragment to explain the other problem better.<br><br>Rodzo (<A HREF="mailto:Anthony044@aol.com">Anthony044@aol.com</A>)
I recently implemented a right click help mechanism that uses onmousedown to plot co-ords, then if onmouseup and mbright and the co-ords are + or - 10 we have lift off.<br><br>I just know there is a simpler way, preferably still using the old reliable onclick event. Would somebody be...
Hi<br><br>You could try grey matter on 01364 654100. This is not a plug. They are very professional and have helped me in the past. <br><br>For my own stuff the process is simplify . . simplify . .
I still use Delphi2 (it does the job, after all), but am tempted by Borlands' current offer of Delphi4 at 100 pounds. Is this the one that can be used with 2 monitors?<br>Opinions, warnings, or other comments appreciated, but please desist from sarky comments about meanness. This, I...
When my users click the maximise button they say that the form background becomes full size but the components are still the original size, occupying only the top left corner of the screen. I know I'm missing something obvious, but I can't find anything in the help files about it.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.