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 bkrike 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: *

  • Users: MacCybex
  • Content: Threads
  • Order by date
  1. 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...
  2. 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.
  3. 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!
  4. 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