Click here to Skip to main content
15,913,773 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Title Case Pin
beowulfagate22-Jul-04 16:44
beowulfagate22-Jul-04 16:44 
GeneralDevelopment Environment Pin
mtone22-Jul-04 15:22
mtone22-Jul-04 15:22 
GeneralRe: Development Environment Pin
Dave Kreskowiak22-Jul-04 16:30
mveDave Kreskowiak22-Jul-04 16:30 
GeneralSpeed Pin
GRMartin22-Jul-04 8:17
GRMartin22-Jul-04 8:17 
GeneralRe: Speed Pin
Dave Kreskowiak23-Jul-04 3:28
mveDave Kreskowiak23-Jul-04 3:28 
GeneralRe: Speed Pin
HiltonG27-Jul-04 3:02
HiltonG27-Jul-04 3:02 
Generalobtaining color from the color.toString Pin
kowplunk22-Jul-04 6:43
kowplunk22-Jul-04 6:43 
GeneralRe: obtaining color from the color.toString Pin
progload24-Jul-04 10:49
progload24-Jul-04 10:49 
I'm Not sure if this is what your after...


Imports System.Drawing.Color
Imports System.Drawing.SystemColors

Dim colorTrans As ColorTranslator

Dim cRed As Color
Dim cBlue As Color
Dim cGreen As Color

Dim intRNo As Integer
Dim intGNo As Integer
Dim intBNo As Integer

cRed = colorTrans.FromWin32(RGB(intRNo, 255, 255))
cBlue = colorTrans.FromWin32(RGB(255, intGNo, 255))
cGreen = colorTrans.FromWin32(RGB(255, 255, intBNo))
GeneralFSO and speed Pin
steff kamush22-Jul-04 5:11
steff kamush22-Jul-04 5:11 
GeneralRe: FSO and speed Pin
Dave Kreskowiak22-Jul-04 5:34
mveDave Kreskowiak22-Jul-04 5:34 
GeneralLinks in textboxes Pin
megadith22-Jul-04 3:33
megadith22-Jul-04 3:33 
GeneralRe: Links in textboxes Pin
Dave Kreskowiak22-Jul-04 3:56
mveDave Kreskowiak22-Jul-04 3:56 
GeneralRe: Links in textboxes Pin
megadith23-Jul-04 8:17
megadith23-Jul-04 8:17 
GeneralRe: Links in textboxes Pin
Dave Kreskowiak23-Jul-04 10:30
mveDave Kreskowiak23-Jul-04 10:30 
GeneralRe: Links in textboxes Pin
Mekong River22-Jul-04 5:14
Mekong River22-Jul-04 5:14 
GeneralRe: Links in textboxes Pin
Pablo.ar22-Jul-04 18:53
Pablo.ar22-Jul-04 18:53 
GeneralRe: Links in textboxes Pin
megadith23-Jul-04 8:19
megadith23-Jul-04 8:19 
GeneralRe: Links in textboxes Pin
Pablo.ar23-Jul-04 19:17
Pablo.ar23-Jul-04 19:17 
GeneralClear multiple controls Pin
Brad Fackrell22-Jul-04 2:01
Brad Fackrell22-Jul-04 2:01 
GeneralRe: Clear multiple controls Pin
Dave Kreskowiak22-Jul-04 3:53
mveDave Kreskowiak22-Jul-04 3:53 
GeneralRe: Clear multiple controls Pin
Mekong River22-Jul-04 5:07
Mekong River22-Jul-04 5:07 
GeneralRe: Clear multiple controls Pin
Dave Kreskowiak22-Jul-04 5:20
mveDave Kreskowiak22-Jul-04 5:20 
GeneralColumnHeader Icons Pin
beowulfagate21-Jul-04 21:43
beowulfagate21-Jul-04 21:43 
GeneralRe: ColumnHeader Icons Pin
Pablo.ar22-Jul-04 19:01
Pablo.ar22-Jul-04 19:01 
GeneralPrint Dialog Print to file Pin
gthompson200521-Jul-04 15:43
gthompson200521-Jul-04 15:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.