Results 1 to 8 of 8

Thread: Active X Control Pad?

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2001
    Posts
    4

    Unhappy Active X Control Pad?

    So i read this book called VBScript and ActiveX wizardy. Its fairly old like 1997.
    I took a Visual Basic course a while ago in the hopes it would tell me how to incorporate VB into web pages (i didnt know this was obviously VBScript, not regular Visual Basic). Well the class was informative.
    So later i find this book and im like "yeah finally ill learn how to use that knowledge in webpages". Mainly i like the thought of manipulating a 'label' like you do in vb but do it on a webpage. Sure enough it tells me in the book you can do this with an activeX label.
    Now it spits long gibberish on the page, like 10 lines of parameters and such, to make this label. It says dont worry about that cause you can just download this awesome utility called ActiveX Control Pad to do that for me...but i cant find it at all.

    I am thinking that this is out of date and there is a newer way to do it. Is there a new control pad out there or something else (also free) that does it better. At least is there a reference to what activeX controls are out there for webpages (i mean standard with browsers..it mentioned these were IE3 compatible or something..) and parameters for them.

    Sorry i seem like such a n00b but any assistance would be appreciated.

  2. #2

    Thread Starter
    New Member
    Join Date
    Jul 2001
    Posts
    4

    Unhappy

    No one? this must be one of those dead forums

  3. #3
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    It is pretty much an obsolete book.

    I don't think you can even get that utility anymore.

    If you are looking to add ActiveX controls to a web page, get yourself Visual Interdev 6 (Part of Visual Studio). It allows you to simply drag and drop ActiveX controls onto the page and modify their properties.
    oOOo--oOOo
    __/\/\onte96
    oOOo--oOOo
    Senior Programmer/Analyst
    MCP
    [email protected]
    [email protected]


    Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..

  4. #4

    Thread Starter
    New Member
    Join Date
    Jul 2001
    Posts
    4
    thanks a lot!

    Now they wouldnt happen to have a free version of that would they?

    We have visual studio on my campus but i didnt see that particular part of it, so maybe that is outdated too =(

  5. #5
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    Well, Visual Interdev is only part of the picture.. You will also need PWS (Personal Web Server) or IIS (Internet Information Server) to connect to in order to open a project in VI6. Interdev is an IDE just like VB or VC++ that is part of Visual Studio 6. That doesn't mean, that it is always installed. It is optional to install so maybe they didn't..
    oOOo--oOOo
    __/\/\onte96
    oOOo--oOOo
    Senior Programmer/Analyst
    MCP
    [email protected]
    [email protected]


    Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..

  6. #6

    Thread Starter
    New Member
    Join Date
    Jul 2001
    Posts
    4
    Nevermind, i just picked stuff out of the book and hand coded the controls i needed. Wasnt too hard except the way the colors are. What the heck color system is that??

  7. #7
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    If you mean HTML color codes, they are hexadecimal representations of RGB colors. Each pair of values corresponds to red green or blue. #FF0000 is all Red, #00FF00 is all green, and #0000FF is all blue. You can also use named color values that most browsers recognize such as "red", "Light-Blue", "Light-Yellow" among many others...
    Last edited by monte96; Jul 14th, 2001 at 04:05 AM.
    oOOo--oOOo
    __/\/\onte96
    oOOo--oOOo
    Senior Programmer/Analyst
    MCP
    [email protected]
    [email protected]


    Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..

  8. #8
    New Member
    Join Date
    Jul 2001
    Posts
    1

    Thumbs up

    the following taken from http://www.mcpmag.com/members/97marapr/oe3main.asp


    .....you can also download the freebie at ftp://ftp.microsoft.com/developr/msdn/cpad. The most recent copy at the time of this writing was posted on January 20. You’ll need the latest version of Internet Explorer 3.0 and at least 12M of RAM and 10M of free disk space. The self-extracting ZIP file is 2.73M.
    -clouden

Posting Permissions

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



Click Here to Expand Forum to Full Width