Search:

Type: Posts; User: tmighty

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    1,413

    Make service install an update

    - Please delete
  2. Replies
    1
    Views
    592

    Latest LaVolpe 32bpp dib suite

    Hello!

    Looking through somebody else's code, I saw that he uses a version with an update history where the latest change originates 3 Mar 07.

    I have only been able to find a version where the...
  3. Replies
    7
    Views
    2,796

    Re: Understanding the "Line" method

    Thank you!
  4. Replies
    3
    Views
    670

    Re: Using LaVolpe to create an analog clock

    Yieha!! :-)

    I found this:

    http://planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=68149&lngWId=1

    Fits perfectly and uses LaVolpe's great codebase.
  5. Replies
    7
    Views
    2,796

    Re: Understanding the "Line" method

    Thank you.

    Could you - for getting me started -

    translate this to LineTo??

    Me.Line (m_lSizeX, m_lSizeY)-Step(-VBA.Sin(m_HourHand) * (m_lSizeX * 0.5), -VBA.Cos(m_HourHand) *...
  6. Replies
    7
    Views
    2,796

    Understanding the "Line" method

    Hello!

    I would like to replace a form's Line method with the LineTo method.

    I am therefore trying to understand how "Line" actually works.

    I have read through this:...
  7. Replies
    10
    Views
    4,570

    WebkitBrowser update

    Hello!

    I am using Olaf Schmidt's great WebkitBrowser since some years, but now I need an update because my user can't access Facebook.
    It seems that the WebkitBrowser doesn't accept cookies. ...
  8. Replies
    3
    Views
    670

    Re: Using LaVolpe to create an analog clock

    Thank you.
    Your code contains so much custom code, and I don't want to rely on that. I will use some GDI+ functions, perhaps from LaVolpe's WordArt.
  9. Replies
    3
    Views
    670

    Using LaVolpe to create an analog clock

    Hello!

    I would like to draw an analog clock onto a c32bppdib.

    There is a really good example here:
    http://planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=61901&lngWId=1

    However, I...
  10. Replies
    124
    Views
    190,803

    Re: VB6 - DirectShow WebCam Minimal Code

    ----
  11. Replies
    14
    Views
    6,262

    Re: LaVolpe 32bppDIB class

    This is amazing, thank you!
    Yes, grandma looks much better now! :-)
  12. Replies
    14
    Views
    6,262

    Re: LaVolpe 32bppDIB class

    Btw, you are an amazing programmer. Your code is so nice, I totally adore it, and I am really thankful.
    You and Steve McMahon from vbAccelerator.com are my heroes since many years already.
    A very...
  13. Replies
    14
    Views
    6,262

    Re: LaVolpe 32bppDIB class

    Thank you, with your code, it renders a bit like I expected it, but it is still not correct.

    Here is a screenshot of how it looks after the first rotation:

    134957
  14. Replies
    14
    Views
    6,262

    Re: LaVolpe 32bppDIB class

    Thank you.
    I have played around with the arguments very much already, but it wouldn't help. Else I would not have asked.
    I have not been able to get the right results although I think I did...
  15. Replies
    14
    Views
    6,262

    Re: LaVolpe 32bppDIB class

    Hello!

    There are all kinds of methods in the c32bppdib class, but I am a bit stuck on Rotating, so I am using a temporary DIB.

    However, something is strange. There are some transparent areas in...
  16. Replies
    15
    Views
    3,075

    Re: LaVolpe clsWordArt problem / c32bppdib

    Hi LaVolpe,

    thank you for your comment.

    It is sufficient to me that I got it working. :-)
  17. Replies
    15
    Views
    3,075

    LaVolpe clsWordArt problem / c32bppdib

    Hello!

    I am trying to render a rectangle onto a c32bppdib using clsWordArt.
    The following does not work for me, at least nothing is rendered.

    Does anybod see if I made any obvious errors?
    ...
  18. Replies
    14
    Views
    6,262

    Re: LaVolpe 32bppDIB class

    Dear LaVolpe,

    I just wanted to tell you again that I really love your work. You have simplified my life so much.
    Your class really is a piece of art.
    Thank you!
  19. Replies
    14
    Views
    6,262

    Re: LaVolpe 32bppDIB class

    Ahhhh, my hero. Thank you so much!!

    The class is just perfect, I love it from the bottom of my heart.
    Thank you again.

    Edit: Shouldn't it be

    dib1.Render tmpDC, rectLeft, rectTop,...
  20. Replies
    14
    Views
    6,262

    Re: LaVolpe 32bppDIB class

    Edit: How stupid could I be... I can just use .Render().
    I think I have resolved the problem.
  21. Replies
    14
    Views
    6,262

    LaVolpe 32bppDIB class

    Hello!

    I am using LaVolpe's amazing 32bpp DIB class (since almost a decade soon :-).

    I would like to clone one c32bppdib, but only a part of the dib should actually be filled with image data...
  22. Replies
    8
    Views
    1,607

    Re: GetExitCode for an already running process

    Thank you. That looks a bit more elaborated than my approach, but their discussion is ended yet, and the last posting was about a bug, I think, so I will stay away from it. For "my" approach I know...
  23. Replies
    8
    Views
    1,607

    Re: GetExitCode for an already running process

    You mean like this...

    Public Function GetExitCode(ByVal CmdLine As String, Optional ByVal WindowStyle As VbAppWinStyle = vbNormalFocus, _
    Optional ByVal zWait As Boolean = False, Optional...
  24. Replies
    8
    Views
    1,607

    Re: GetExitCode for an already running process

    Thank you, knowning that I can not call GetExitCodeProcess for an already running process helps me.
  25. Replies
    8
    Views
    1,607

    GetExitCode for an already running process

    Hello!

    I would like to do a crash reporter for my app as Firefox has one.

    I will use GetExitCode to monitor the exit code of my app.
    But I do not want to start my real app using another app. ...
  26. Replies
    47
    Views
    4,864

    Re: [vb6]LaVolpe's 32bppDIB class (again)

    Thank you so much, you have really helped me.
    I cannot believe that I made such a mistake...
  27. Replies
    47
    Views
    4,864

    Re: [vb6]LaVolpe's 32bppDIB class (again)

    Sorry, I forgot to attach the screenshot last time.
  28. Replies
    47
    Views
    4,864

    Re: [vb6]LaVolpe's 32bppDIB class (again)

    Here is a screenshot.

    As you can see, the image is somehow incorrectly stretched onto the c32bppdib, but it is perfeclty stretched onto frmDevTest.
  29. Replies
    47
    Views
    4,864

    Re: [vb6]LaVolpe's 32bppDIB class (again)

    Haha @ resolved. I think the problem is only just unfolding in front of my eyes :-)
  30. Replies
    47
    Views
    4,864

    Re: [vb6]LaVolpe's 32bppDIB class (again)

    ps: Maybe good to know:
    This line

    Call cSource.Render(m_hDC, uDestX, uDestY, uDestWidth, uDestHeight, uSourceX, uSourceY, uSourceWidth, uSourceHeight, 100, True, True, ,...
  31. Replies
    47
    Views
    4,864

    Re: [vb6]LaVolpe's 32bppDIB class (again)

    uSourceDC is the result of a GetDC (not GetWindowDC).

    I am not sure what you mean regarding the size of the source and the size of the destination. I do want to stretch it, but the stretching of...
  32. Replies
    47
    Views
    4,864

    Re: [vb6]LaVolpe's 32bppDIB class (again)

    Here is the output:

    destx: 0
    desty: 0
    destwidth: 201
    destheight: 109
    sourcex: 0
    sourcey: 0
    sourcewidth: 100
    sourceheight: 100
  33. Replies
    47
    Views
    4,864

    Re: [vb6]LaVolpe's 32bppDIB class (again)

    No, that is not the problem (at least not here in my case).

    Things get weird after I run these lines:


    'now we are going to walk thru the pixels and set the alpha & forecolor as...
  34. Replies
    47
    Views
    4,864

    Re: [vb6]LaVolpe's 32bppDIB class (again)

    Why are you saying that? I am not changing the srcX, srcY, srcWidth or srcHeight at all. I only change the destinations properties.

    Edit: Sorry, I understood now... I will check if that is the...
  35. Replies
    47
    Views
    4,864

    Re: [vb6]LaVolpe's 32bppDIB class (again)

    Is it possible that the format of the image somehow confuses the c32bppdib?
    It would surprise me because the image comes right from the DC of the form, and I thought that VB6 forms' imagines/dcs...
  36. Replies
    47
    Views
    4,864

    Re: [vb6]LaVolpe's 32bppDIB class (again)

    Public Function AlphaBlend2(ByVal uDestX As Long, ByVal uDestY As Long, ByVal uDestWidth As Long, ByVal uDestHeight As Long, ByVal uSourceDC As Long, ByVal uSourceX As Long, ByVal uSourceY As Long,...
  37. Replies
    47
    Views
    4,864

    Re: [vb6]LaVolpe's 32bppDIB class (again)

    I have another problem, I guess it is about the same issue:

    I have a transparent c32bppdib class, I draw something onto it using GDI+.
    Now I need to additionally AlphaBlend something on the same...
  38. Replies
    47
    Views
    4,864

    Re: [vb6]LaVolpe's 32bppDIB class (again)

    Everything is fine, thank you very much.
    Thank you for the info on our class as well.
    Your knowlege is more than amazing.
  39. Replies
    47
    Views
    4,864

    Re: [vb6]LaVolpe's 32bppDIB class (again)

    I have found a dirty way to fix it:

    Public Function ConvertstdPicTo32bpp(stdPic As StdPicture, ByVal handle As Long, cHost As c32bppDIB, ByVal bitCount As Integer) As Boolean

    (...)
    ElseIf...
  40. Replies
    47
    Views
    4,864

    Re: [vb6]LaVolpe's 32bppDIB class (again)

    The image was completely black, compared to black themed on white, yes.

    My problem is now that I cannot use CreateDibSection anyhow because I have noticed that I need pcMemDCs transparency.
    So...
Results 1 to 40 of 69
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width