CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: gwittlock

Search: Search took 0.03 seconds.

  1. Converting VB6 dll declare to VB.net dll declare

    I am converting a VB6 app to VS2013 VB.net.

    In my VB6 app I have the following:

    Private Declare Function vbInit Lib "MyTest.dll" ( _
    ByVal myRegRootPath As String, _
    ByVal myPath As...
  2. Re: Converting VB6 to VB2010 using picturebox that is not redrawing

    Hmmm no more responses. Thanks for the advice Gremlin I will post back if I ever find a solution
  3. Re: Converting VB6 to VB2010 using picturebox that is not redrawing

    Here is some more information that may help someone to help me.

    If you resize the form manually the graphics and repaint correctly.

    So why would they not repaint on a maximized?
  4. Re: Converting VB6 to VB2010 using picturebox that is not redrawing

    Well I can not tank the DLLso that is not an optinand converting it to .NET may be an option. WHat I do not understand is the fact that I see the geometry and everything works fine. It just seems to...
  5. Converting VB6 to VB2010 using picturebox that is not redrawing

    I have a vb6 project that uses a third party DLL that draws to a picturebox. I provide the handle of the Picturebox and it does the drawing, In VB6 I set AutoRedraw to True and the in the paint event...
  6. Replies
    7
    Views
    1,972

    Re: Create WMF Freom PictureBox

    Imagine that the graphic I am trying to get is like a CAD drawing (Lines and Arcs which have different colors assigned to them) I want all of the lines and arcs balck on a white background. I managed...
  7. Replies
    7
    Views
    1,972

    Re: Create WMF Freom PictureBox

    The BitBlt seems to work except I want to make the image B&W. I am using the following code:
    iWidthMM = GetDeviceCaps(fPicModelerForm.picModeler.hDC, HORZSIZE)
    iHeightMM =...
  8. Replies
    7
    Views
    1,972

    Re: Create WMF Freom PictureBox

    Yes I have. It does not work either.
  9. Replies
    7
    Views
    1,972

    Create WMF Freom PictureBox

    I have an app that uses c++ dll's which draw graphics to a VB 6.0 PictureBox. I want to be able to create a WMF file from the picturebox once the graphics are displayed.

    I can not seem to get the...
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured