Results 1 to 2 of 2

Thread: VB6 Recover values of an RGB color

  1. #1
    Join Date
    May 2008
    Posts
    37

    VB6 Recover values of an RGB color

    R Sunday as integer
    G Sunday as integer
    Sunday B as integer

    Sub TrouveRGB (Coul As Long)
    R = & & HFF And Coul
    G = (& & HFF00 And Coul) \ 256
    B = (& HFF0000 And Coul) \ 65536
    End Sub

  2. #2
    Join Date
    Jun 2008
    Posts
    114
    What is this can you explain?

Similar Threads

  1. Replies: 3
    Last Post: 18-03-2012, 07:33 PM
  2. Color Alignment in HP Color LaserJet CM1312
    By Hameeda-K in forum Hardware Peripherals
    Replies: 4
    Last Post: 26-11-2011, 04:45 PM
  3. W32 registry values are not getting matched by the default values
    By Angrzej in forum Networking & Security
    Replies: 5
    Last Post: 19-05-2011, 12:23 PM
  4. Make Active windows border color and taskbar icon color
    By pokemon5 in forum Customize Desktop
    Replies: 5
    Last Post: 04-12-2010, 11:27 PM
  5. XP Color theme with dark window background color?
    By sayeed in forum Windows XP Support
    Replies: 4
    Last Post: 27-06-2008, 01:42 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,749,885,851.89680 seconds with 16 queries