Search:

Type: Posts; User: Stidor

Search: Search took 0.03 seconds.

  1. Re: [vb6]Alpha Image Control v2 - Final Update (15 Jan 2012)

    This is somewhat related, and thought I'd be best asking here.

    What's the possibility of somehow getting alpha images into a the listview control?
  2. Re: [vb6]Alpha Image Control v2 - Final Update (15 Jan 2012)

    I downloaded the latest version from this topic when I was browsing the source.

    This is from the control;

    '//// standard OLE event
    Private Sub UserControl_OLEStartDrag(Data As DataObject,...
  3. Re: [vb6]Alpha Image Control v2 - Final Update (15 Jan 2012)

    Onto another Lavolpe control.

    I replaced standard pictureboxes - which used to fire the StartDrag event with the Lavolpe control which does not fire off the StartDrag event in OLEDrag automatic...
  4. Re: [vb6]Alpha Image Control v2 - Final Update (15 Jan 2012)

    Is there any reason why UserControl_OLEStartDrag doesn't raise the StartDrag event when set to Automatic?

    Ideally I'd like to set some drag data when the drag starts.


    '//// standard OLE event...
  5. Replies
    7
    Views
    4,354

    Re: IE9 Webbrowser Control and VB6?

    I believe it's a broader problem than those 2 lines. All .Document.* lines are throwing errors.

    Will have a look though and see if there's anywhere to report the issue.
  6. Replies
    7
    Views
    4,354

    Re: IE9 Webbrowser Control and VB6?

    VB6 auto camel cases style and scroll, can't be changed.

    As mentioned earlier. These lines of code work perfectly fine when IE below v9 RC is installed.
  7. Replies
    7
    Views
    4,354

    Re: IE9 Webbrowser Control and VB6?

    All of them / any of them.
  8. Replies
    7
    Views
    4,354

    IE9 Webbrowser Control and VB6?

    I seem to be having some trouble trying to access certain features of the Webbrowser. Particularly the dom.

    These lines of code works on all IE versions before 9;
    ...
  9. Replies
    54
    Views
    38,048

    Re: [VB6] Icon Resource Organizer

    Question;

    With Windows 7 the taskbar icons by default are larger than the titlebar icon. Not sure of exact size, 32x32 or 48x48? Anyway is it possible for a VB6 form to show 1 icon in the titlebar...
  10. Re: [vb6]Alpha Image Control (PNG, AniGIFs, TIFF, & more)

    I don't believe I used any of those. At the moment I'm more or less only using it to display .png images in my controls. (Also slowly replacing all my other GDI related code that this control can now...
  11. Re: [vb6]Alpha Image Control (PNG, AniGIFs, TIFF, & more)

    While playing around trying to get it to update I had actually done sort of what you have suggested.

    I got a copy of the new GUID and pasted it into my current project's vbp file. (overwriting the...
  12. Re: [vb6]Alpha Image Control (PNG, AniGIFs, TIFF, & more)

    Hi LaVolpe,

    Is there a process to updating your ActiveX control in a project that's already utilizing a previous version?

    When I replace the LaVolpeAlphaImg.ocx file with a newly compiled one,...
  13. Re: [vb6]Alpha Image Control (PNG, AniGIFs, TIFF, & more)

    Back again, hopefully this time with a legitimate issue. I seem to be having an issue transferring one image from a picturebox to an AlphaImgCtl. When I try I get an "invalid picture" error. Looking...
  14. Re: [vb6]Alpha Image Control (PNG, AniGIFs, TIFF, & more)

    Well don't I feel silly. Would you believe I had another function called exactly that already existing in my project. You have a very good eye LaVolpe.

    My apologies. :blush: Will refrain from...
  15. Re: [vb6]Alpha Image Control (PNG, AniGIFs, TIFF, & more)

    LaVolpe,

    I appear to be getting a type mismatch error when trying to use;


    LoadPictureGDIPlus(bData())

    Is LoadPictureGDIPlus able to load from a byte array? I'm getting this error with your...
  16. Re: [vb6]Alpha Image Control (PNG, AniGIFs, TIFF, & more)

    Fantastic post LaVolpe, you've made it seem quite easy. Can't wait to give it a go when I get home from work this evening. I've never had a need to play with Property Pages so this should be a great...
  17. Re: [vb6]Alpha Image Control (PNG, AniGIFs, TIFF, & more)

    Worked perfectly. Thanks again. :-)

    What I'm planning (or rather hoping) is to replace my current image/picturebox control in my custom button. However I'm thinking this may not work. Will I be...
  18. Re: [vb6]Alpha Image Control (PNG, AniGIFs, TIFF, & more)

    Ah I see. Thanks LaVolpe, first time I've come across it.

    Will give your fix a test tonight, much appreciated.
  19. Re: [vb6]Alpha Image Control (PNG, AniGIFs, TIFF, & more)

    Hi LaVolpe!

    Love the control, thank you for continuing to update it.

    I seemed to have run into what may be a bug or glitch with the control. When I create a usercontrol, place your control on...
  20. Replies
    0
    Views
    489

    ListView Disables SubClassing?

    I'm currently trying to get the mouse wheel working with a listview when the scrollbars are hidden(I've made my own custom scrollbar).

    I've tried many many subclassing methods that all work fine,...
Results 1 to 20 of 21



Click Here to Expand Forum to Full Width