Search:

Type: Posts; User: [citation-needed]

Search: Search took 0.03 seconds.

  1. Re: [RESOLVED] Corona virus, China major city lockdowns, etc.

    (Pssst... this is the article I linked in #3404.)

    As the authors of the article state, that study was conducted when vaccine supplies were limited and before the more-contagious delta variant...
  2. Re: [RESOLVED] Corona virus, China major city lockdowns, etc.

    No, your antibodies are not better than vaccination: An explainer

    There's no need to guess. We have ample data on the duration of vaccine protection vs "natural immune response" protection...
  3. Re: [RESOLVED] Memory leak GdipCreateBitmapFromScan0

    Excellent information, @wqweto. Thank you for correcting my wrong information!
  4. Re: What are the ideal dimensions of a button

    When in doubt, use Microsoft's formal UI guidelines:

    https://docs.microsoft.com/en-us/windows/win32/uxguide/ctrl-command-buttons#recommended-sizing-and-spacing
  5. Re: [RESOLVED] Memory leak GdipCreateBitmapFromScan0

    Do the results change if you pass valid parameters? The .NET equivalent constructor Bitmap::Bitmap(INT,INT,INT,PixelFormat,BYTE*) requires both a valid stride and a non-null pointer, neither of...
  6. Replies
    18
    Views
    2,657

    Re: XP vs W7/8/10 Form size

    As others have said, you must design your window layouts against client rect only (.ScaleWidth/Height).

    Then, use the API designed specifically to solve this problem: AdjustWindowRect.

    When you...
  7. Replies
    7
    Views
    1,612

    Re: Link Error 1106 when compiling

    You'd rightly get flack for this because it demonstrates a gross lack of understanding of what modern linkers can do.
  8. Replies
    7
    Views
    1,612

    Re: Link Error 1106 when compiling

    This error can also mask a "path too long" problem. This problem is more likely in large projects comprised of many individual files, or if your project is poorly organized so the compiler is forced...
  9. Re: Should I learn C language for development of my website?

    Moderation in this forum makes little sense.

    Mods are extremely aggressive about banning anything related to "advertising", including free (but closed-source) tools that are actually useful to VB...
  10. Replies
    18
    Views
    7,164

    Re: Extended ascii characters

    Alt codes have a complicated history in Windows, but if you prefix your alt+codes with a 0, you will (usually) get the matching Unicode character instead of a code-page-specific character.
  11. Re: how can i get the GDI+ declaration functions\types?

    For reference, GdipDrawImagePointsI can also fail if the passed points all lie on (or nearly on) the same line.

    This case wouldn't be unexpected for arbitrary 3D projections, but as already...
  12. Replies
    3
    Views
    1,136

    Re: The Cost of Refreshing

    I imagine that if you measure the timing more precisely, it won't be 17 ms per refresh, but 16.7 ms. This is standard frame time for 60 fps display.

    On modern versions of Windows, WDM coalesces...
  13. Replies
    269
    Views
    79,496

    Re: PlanetSourceCode

    archive.org to the rescue:

    Planet Source Code Jumbo Resource CD Visual Basic Volumes 1 to 7 (2002-2012)

    GitHub / GitLab / etc. is the only sensible solution for this. Locking gigabytes of...
  14. Re: Created an App, Ran it on Another Computer, Windows Protect the PC...

    This has nothing whatsoever to do with "creating an installer".

    If you don't want the warning popup to appear, you need to sign your application as explained at MSDN:...
Results 1 to 14 of 14



Click Here to Expand Forum to Full Width