Thanks for the advice, but in Delphi for .Net it is a little bit different than in usual one(for Win32 as it is called in BDS2006). And I am using it for a few days only, figuring everything out.
As far as I have found out in this version of Delphi (for .Net) both name and type have a same name :). Unlike in Delphi it was Name and TName.
But I've sold the problem by using Self operator, like this:
ReadSettings(sMain, Self);
Have a form:
type
frmMain = class(System.Windows.Forms.Form)
Need to pass it to a procedure:
procedure ReadSettings(var frmMain: frmMain);
But when I start to compile this code:
ReadSettings(frmMain);
I receive this message:
[Pascal Error] MainForm.pas(148): E2033 Types of actual and formal...
When I turn off trasnparent property of SpeedButton, all pixels with lower left pixel's color are removed from the glyph. I use BDS2006 and have the same in C++ and Delphi.
Hi!
Have anyone seen button component with JPEG glyph support for Builder?
In MS VS 2005 you can use JPEG, PNG as glyph for buttons, but in Builder only BMP. And I need it for my project.
Thanks!
Yes, it is like this:
Router(config)# access-list 4 deny ip 180.0.0.1 0.255.255.254
Router(config-if)# ip access-group 4 in
and have used no other ACL at all. MAybe this is the problem? MAybe I should have used the Permit All list.
Hi!
I have such a problem:
I need to configure ACl to allow (permit) incoming pair IP addresses and deny non-pair addreses. The network mask is
180.0.0.0 (this is not important, cause I need the idea).
I have done it so 180.0.0.1 0.255.255.254 and deny. But it was not working. If you can help...
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.