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

Search:

Type: Posts; User: asymetrix

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    10,320

    Re: Need Help with this code

    try this



    Option Explicit

    ' Created by Asymetrix 2013

    ' requires Multiline Text box , TXTOutput on form1
  2. Re: A tip (From RGB to HTML - Color Conversion)

    I know its old thread, but I recently needed this code so here is a nice version :



    Private Declare Function GetSysColor Lib "user32" (ByVal nIndex As Long) As Long


    Debug.Print...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured