Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2006
    Posts
    346

    Open .CPL in AMS

    Hello,

    Can AMS do this?

    I would like to incorporate Windows .CPL files with in ams and not launch them seperate. Can I load firewall.cpl and show it in an AMS object? If so, how? Could not find anything in the forums. Thanks

  2. #2
    Join Date
    Aug 2003
    Posts
    2,427
    You can't display control panel applets within AMS afaik but you can certainly open them from AMS e.g. -

    Code:
    File.Open("firewall.cpl", "", SW_SHOWNORMAL);

  3. #3
    Join Date
    Feb 2006
    Posts
    346
    Thanks - Can a plugin be developed to do this or is it limitaion of AMS?

  4. #4
    Join Date
    Aug 2003
    Posts
    2,427
    Quote Originally Posted by abnrange View Post
    Can a plugin be developed to do this or is it limitaion of AMS?
    I wouldn't have thought so as a single item. The applets are so diverse that I would guess you'd have to deal with them one by one and what's the point of re-inventing the wheel so many times over. Having said that, at least one of them has been 'covered' more or less by an example by one of the IR staff a long time ago now. That was the add/remove programmes applet.

    Saying that it is a limitation of AMS doesn't make any sense to me at all. AMS does what it says it does and a whole lot more to boot.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts