Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. MacCybex

    SpeedButton->Transparent isn't working.

    Yes, I have installed update 1 and 2 for BDS 2006. But I also have had this problem in Delphi 6.
  2. MacCybex

    Pass a form to a procedure (Delphi for .Net).

    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.
  3. MacCybex

    Pass a form to a procedure (Delphi for .Net).

    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);
  4. MacCybex

    Pass a form to a procedure (Delphi for .Net).

    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...
  5. MacCybex

    SpeedButton->Transparent isn't working.

    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.
  6. MacCybex

    Button component with JPEG glyph support.

    Yeah, I need do it on a run and with many buttons, not with few.
  7. MacCybex

    Button component with JPEG glyph support.

    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!
  8. MacCybex

    Cisco ACL configuration!

    Thanks! Yeah, this one is shorter. Andrey!
  9. MacCybex

    Cisco ACL configuration!

    Thanks! Will try it then.
  10. MacCybex

    Cisco ACL configuration!

    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.
  11. MacCybex

    Cisco ACL configuration!

    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...

Part and Inventory Search

Back
Top