Send a suggestion!

We're building a brand new version of the site, and we'd love to hear your ideas

Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

[1661] ActiveX controls

Last post 07-21-2006 10:33 AM by Jackson. 10 replies.
Page 1 of 1 (11 items)
Sort Posts: Previous Next
  • 01-01-1999 12:00 AM

    [1661] ActiveX controls

    This thread is for discussions of ActiveX controls.

    • Post Points: 0
  • Advertisement

    • Red Gate Software

    Advertisement

    Want to boost your .NET application performance?

    Some developers always seem to write efficient and lightening-fast code. What is their secret? It’s ANTS Profiler. “We improved the performance of the application up to 10 times” Dan Ports, Intrigma.

    Try it for yourself now.

  • 10-17-2003 10:40 PM In reply to

    ActiveX controls

    Deep and clear. It was just I was looking for. Great! Thank you.
    • Post Points: 0
  • 11-17-2003 6:24 AM In reply to

    • yilmaz
    • Not Ranked
    • Joined on 11-17-2003
    • New Member
    • Points 5

    Licence

    adadf
    • Post Points: 0
  • 03-18-2004 1:03 AM In reply to

    • smp
    • Not Ranked
    • Joined on 02-24-2004
    • Junior Member
    • Points 160

    hOW TO SHOW PROPERTY PAGE AT RUN TIME

    Hi

    I want to show the property page at run time for a activeX control so that user can change the backgroun color & style of drawing .
    any buddy knows how to show ?
    plz comment

    Thanx
    Regards
    • Post Points: 0
  • 03-18-2004 4:59 AM In reply to

    • smp
    • Not Ranked
    • Joined on 02-24-2004
    • Junior Member
    • Points 160

    thanx for imediate reply but i want differrent way

    Hi
    very thanx from givig imediate reply.
    I have a property page for ActiveX control & if i right click on that control in client design view its show popup menu & in that option is property after clicking it shows the property page what ever i made But the same proprprty page I wan tto display at run time . cos i m developing active control like Rational Rose. so that user ca draw the flow digram & at that time (run time) user can be able to change the property at run time its Background , style etc so it is possible to show the property page at run time
    Plz comments

    Thanx
    Regards
    Mahesh
    • Post Points: 0
  • 03-12-2005 2:46 AM In reply to

    Can you sign pre-compiled Active X controls (ie. m

    Is it possible to digitally sign an already packaged Active X control or does the code have to be signed.
    I want to sign MsRdpClient so we can use it on our intranet without changing IE security settings in the GPO.
    Thanks
    • Post Points: 0
  • 04-27-2005 4:14 PM In reply to

    Activex Control

    Does anyone know how can I convert a *.vbp (visual basic project) into an activex control to use it on a Web Page?
    • Post Points: 0
  • 04-28-2005 5:12 PM In reply to

    VB 6.0 PropertyPage

    In .NET it is possible to show properties to users of comoponents during runtime.  Is there a method to show PropertyPages during Runtime of a VB 6.0 ActiveX control?

    Thanks
    • Post Points: 0
  • 04-28-2005 5:13 PM In reply to

    VB 6 PropertyPage

    In .NET it is possible to show properties to users of comoponents during runtime.  Is there a method to show PropertyPages during Runtime of a VB 6.0 ActiveX control?

    Thanks
    • Post Points: 0
  • 07-21-2005 12:24 AM In reply to

    transperent picturebox

    i want to create a transperent picturebox behind it i will put internet control / webbrowser.
    user will able to see the webpage and unable to click  on web page ,
    and he would not be able to select text / image .

      is it possible to create such a activx picture box . i need it  urgently .  please reply.as  soon as  possible
    • Post Points: 10
  • 07-21-2006 10:33 AM In reply to

    • Jackson
    • Not Ranked
    • Joined on 07-21-2006
    • New Member
    • Points 5

    Re: transperent picturebox

    I also looking for the control for years, but still can't get a good one, some control only make a form transparent instead of a control like picturebox, some control only copy the picture of  background under it, isn't real transparent. some controls have transparent background but the transparent area is  a hole that you can click controls behind it in z-order. I ever tried the following code in a form:

    Public Declare Function SetWindowLong Lib "user32" Alias "SetWindowLongA" (ByVal hwnd As Long, ByVal nIndex As Long, ByVal dwNewLong As Long) As Long
    Global Const GWL_EXSTYLE = (-20)
    Global Const WS_EX_TRANSPARENT = &H20&

    add a textbox on the form and a picturebox named picturebox1 over it, in form_load event add this code:
        SetWindowLong picturebox1.hwnd, GWL_EXSTYLE, WS_EX_TRANSPARENT


    the problems are, only when content of textbox change(by code), the picturebox was changed to transparent, second, when then picturebox resized, the picturebox was changed back to white.usually.

    dear sir, if you have got a ideal method to make this control, would you please send me a copy? thank a lot.

    • Post Points: 5
Page 1 of 1 (11 items)