Search:

Type: Posts; User: kavian

Search: Search took 0.03 seconds.

  1. Re: How to draw ClearType text on glass form?

    Thanks a lot Olaf for all the tips.
  2. Re: How to draw ClearType text on glass form?

    Thanks Olaf, As always, I learned a lot from you.

    Another question,

    How can I add the glow effect to the text?
  3. [RESOLVED] How to draw ClearType text on glass form?

    Hi everyone,
    I use the following code to make the Glass Form in Windows 10.



    Option Explicit

    Private Type WindowsCompostionAttributeData
    Attribute As Long
    data As Long
  4. Re: Do not close PopUp Menu on selection of certain items

    Thanks dilettante for your answer. What is your suggestion when I want to use the menu for the system tray icon? Can you explain with an example?
  5. Re: Do not close PopUp Menu on selection of certain items

    Thanks OptionBase1 for reply, But this makes a flicker, especially when there are many menu items.
  6. Do not close PopUp Menu on selection of certain items

    The title says it all. Is it possible to leave a PopUpMenu open after a selection or check of certain items?
  7. Re: Detects the DPI value after changing it in the running app

    Hi Elroy,

    All the above APIs work the same way. To get the correct DPI value, the app must be restarted.
  8. Detects the DPI value after changing it in the running app

    Hi,

    I use the following code to detect the DPI value in Windows 10:



    Private Declare Function GetDesktopWindow Lib "User32" () As Long
    Private Declare Function GetDC Lib "User32" (ByVal...
  9. Re: [RESOLVED] Position form at the top left corner of the screen in Windows 10

    Hi Elroy,
    This is important when you want to create a sizable form that should snap to the edges of the desktop when dragging. In Windows 10, this gap from the left, right and bottom of the desktop...
  10. Re: Position form at the top left corner of the screen in Windows 10

    Magic Ink, Thanks for your help
  11. [RESOLVED] Position form at the top left corner of the screen in Windows 10

    Hi everyoneو

    When you place a sizable form on the left, right or bottom side of the screen in windows 10, the form does not completely stick to the left, right or bottom side of the screen. for...
  12. Re: [vb6] Enhancing VB's StdPicture Object to Support GDI+

    Hi LaVolpe,
    First thanks for your amazing project and also because you always share your knowledge with others.
    In the past, This project worked for me without any problems. But now, with run the...
  13. Re: [VB6] ActiveX CommonControls (Replacement of the MS common controls)

    Hi Krool, Thanks for update. now the control is working properly.

    But two more. In 200% DPI:

    1. The label size doesn't change correctly (Autosize property is set to True).

    171773

    2. The...
  14. LinkLabel Bug

    Hi Krool,
    first, thanks for your great work.
    I encountered a bug when using your ActiveX Component.
    LinkLabel control with transparent back style, works great in normal DPI size (96 DPI - 100%)....
  15. Replies
    8
    Views
    2,616

    Re: Zero fill right shift in VB6

    Thanks LaVolpe, your advice was always very useful.
  16. Replies
    8
    Views
    2,616

    [RESOLVED] Zero fill right shift in VB6

    Hi,
    in Javascript we can convert a big number to 32 bit integer with Bitwise Operators, like this:

    4066098149795 >>> 0; // result is: 3059087779
    How i can do this in VB6?
Results 1 to 16 of 16



Click Here to Expand Forum to Full Width