Search:

Type: Posts; User: mjohnlq

Search: Search took 0.02 seconds.

  1. Replies
    135
    Views
    309,058

    Re: VB Classic (A True VB 7.0)

    you are welcome.
    I just know it today too. from this link:
    http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/4083118-allow-developers-to-step-through-net-framework-so
  2. Replies
    135
    Views
    309,058

    Re: VB Classic (A True VB 7.0)

    vb.net compiler source is open source by microsoft, so i think it is legal.
    but vb6 compiler source code is not open sourced by microsoft.
  3. Replies
    135
    Views
    309,058

    Re: VB Classic (A True VB 7.0)

    Here has vb.net's compiler source code:
    in the sub dir DotNetReferenceSource.zip\Source\vb of the below package
    http://referencesource-beta.microsoft.com/download.html
  4. Replies
    135
    Views
    309,058

    Re: VB Classic (A True VB 7.0)

    As for me, I hope:
    step 1. develop the vb7 compiler that can compile the old vb6 .cls and .bas to a console .exe file, as possible as VB6 language compatible. the compiler can run on linux and...
  5. Replies
    135
    Views
    309,058

    Re: VB Classic (A True VB 7.0)

    I think move our vb6 project slowly to linux and mac is more important than 100% VB6-compatible.
    Because vb6 is enought before 2022, vb6 can run in win8, maybe can run in win9.
    But microsoft will...
  6. Replies
    161
    Views
    200,123

    Re: [RESOLVED] VB6 and Windows 8

    Very interesting!
    If the VB7 use LLVM as the backend maybe better than vb6.:)
    here is a little project a few day ago.
    https://code.google.com/p/extended-basic/
  7. Replies
    192
    Views
    28,813

    Re: Do your part for VB6!!

    I think whether vb6, MFC or silverlight6 are unlikely to come back.
    I don't know whether winform or wpf can run on winrt, but I think Winform and WPF are unlikely to be enhanced features too. ...
  8. Replies
    192
    Views
    28,813

    Re: Do your part for VB6!!

    Hi. Niya, .net has some advantages, but .net has many bad aspects too.

    .net language good for developers, but the products developed by .net is not so good for the end users.

    1. vb6/vc6 can...
  9. Replies
    41
    Views
    50,380

    Re: [VB6] 7-zip support

    After I tried, I found vszlib can't extract exe file in 7z file.
  10. Replies
    41
    Views
    50,380

    Re: [VB6] 7-zip support

    Very Very good work!
    I need 7z support for vb6 and find vszlib.
    I only need single thread to extract .7z file
    So I only need use m_oInArchive.Extract, I needn't use pvWaitThread for mult...
  11. Replies
    19
    Views
    12,615

    Re: Can VB6 program run on Win 8 tablet ?

    here to ask microsoft to let vb6 run on win8:
    http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/3440221-bring-back-classic-visual-basic-an-improved-versi
  12. Replies
    11
    Views
    41,560

    Re: Pure VB6 8086 PC emulator!

    Very interesting!
  13. Replies
    7
    Views
    5,770

    Re: Professional Paint [Code Source]

    very good!
    in my computer
    If .Visible Then
    .Left = Me.ScaleWidth - .Width
    ....
    is better than
    If .Visible Then
    .Left = Me.Width - .Width - 110
    ,,,
  14. Re: [vb6]Alpha Image Control v2 - Final Update (15 Jan 2012)

    Hi. LaVolpe
    Your UnicodeFileDialog Class is very good for me.
    But it has a little bug.

    //Below Code
    ' returns/sets the filename the dialog starts with or returns
    Public Property Get filename()...
  15. Re: [vb6]Alpha Image Control (PNG, AniGIFs, TIFF, & more) [19 August 2011]

    Hi. LaVolpe.

    The cursor's effect Looks very good!

    Thanks very mush!
  16. Re: [vb6]Alpha Image Control (PNG, AniGIFs, TIFF, & more) [19 August 2011]

    Hi.

    I have another two cursor file, their format is valid.
    But AlphaImgCtl maybe show incorrect.

    in attachment.
    1. "See in other soft.png" is when the two cursors show in other software.
    2....
  17. Re: [vb6]Alpha Image Control (PNG, AniGIFs, TIFF, & more) [19 August 2011]

    Yes, the format of the cursor files is invalid !
    I think it is needn't modify the codes for these invalid format cursor file.

    Thanks verh much!
  18. Re: [vb6]Alpha Image Control (PNG, AniGIFs, TIFF, & more) [19 August 2011]

    hi.

    Other software can read cursors in attachment, but GDIpImage can't.
    You can use prjTheBasics to test it.

    Thanks!
  19. Re: [vb6]Alpha Image Control (PNG, AniGIFs, TIFF, & more) [14 August 2011]

    Thanks Very much!
  20. Re: [vb6]Alpha Image Control (PNG, AniGIFs, TIFF, & more) [14 August 2011]

    Hi, LaVolpe

    Thanks very much.
    But I still have questions:

    1. If I needn't stretch the icon,
    can GDIpImage let me not stretch the 16 * 16 icon , only add the icon size to 32 * 32? ...
  21. Re: [vb6]Alpha Image Control (PNG, AniGIFs, TIFF, & more) [14 August 2011]

    Hi
    Thank your very very much.

    I has another question.

    I found photoshop's cursor can be very large if set the pen's width....

    I want change the cursor's size too. But widows's cursor size...
  22. Re: [vb6]Alpha Image Control (PNG, AniGIFs, TIFF, & more) [14 August 2011]

    Hi.

    Thanks for your suggestion.

    I want use GDIpImage to enlarge and shrink a picture as photoshop do.

    But the problem is still exist.

    The method2 is what I did as your suggestion.
  23. Re: [vb6]Alpha Image Control (PNG, AniGIFs, TIFF, & more) [14 August 2011]

    Hi.

    GDIpImage.Render may have problem.

    I want use GDIpImage.Render to draw a jpg's right-bottom corner in a picturebox, but I found there has some Offset.
    I didn't know why.

    Please see...
  24. Re: [vb6]Alpha Image Control (PNG, AniGIFs, TIFF, & more) [14 August 2011]

    Hi.
    Please see the attachment, the copy button has no effect.

    Thanks!
  25. Re: [vb6]Alpha Image Control (PNG, AniGIFs, TIFF, & more) [14 August 2011]

    Hi
    SaveControlAsDrawnToGDIpImage

    e.g
    ///////////////////////////////
    Set AlphaImgCtl2.Picture = AlphaImgCtl1.SaveControlAsDrawnToGDIpImage(True)
    //////////////////////////////

    Above...
  26. Re: [vb6]Alpha Image Control (PNG, AniGIFs, TIFF, & more) [14 August 2011]

    Hi.
    When AlphaImgCtl1.WantPrePostEvents = True, then AlphaImgCtl can't resize correct.

    //////////////////////////////////////////////////////////////
    Option Explicit

    Private Sub Form_Load()...
  27. Re: [vb6]Alpha Image Control (PNG, AniGIFs, TIFF, & more) [13 July 2011]

    Hi, LaVolpe,
    I found the problem.
    It's my mistake, (x, y) should be (y, x).
    now, the value is the same with other software.
    Thanks!
  28. Re: [vb6]Alpha Image Control (PNG, AniGIFs, TIFF, & more) [13 July 2011]

    Hi. I use the control, but found some problem.
    please see the attachment.

    I read the contact.jpg use GDIpImage.
    But I get the different color value in point (x,y) = (0,64) form photoshop or...
Results 1 to 28 of 28



Click Here to Expand Forum to Full Width