Click here to Skip to main content
15,919,893 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: about recent files in menu Pin
Werries15-Apr-07 5:29
Werries15-Apr-07 5:29 
QuestionRe: about recent files in menu Pin
bapu288915-Apr-07 9:32
bapu288915-Apr-07 9:32 
AnswerRe: about recent files in menu Pin
Werries15-Apr-07 10:52
Werries15-Apr-07 10:52 
QuestionSOS of all SOS'es Pin
NANCO14-Apr-07 21:35
NANCO14-Apr-07 21:35 
AnswerRe: SOS of all SOS'es Pin
Christian Graus14-Apr-07 22:24
protectorChristian Graus14-Apr-07 22:24 
Generalstilll!!! SOS of all SOS'es Pin
NANCO15-Apr-07 1:12
NANCO15-Apr-07 1:12 
GeneralRe: stilll!!! SOS of all SOS'es Pin
Christian Graus15-Apr-07 11:30
protectorChristian Graus15-Apr-07 11:30 
AnswerRe: SOS of all SOS'es Pin
Werries15-Apr-07 1:59
Werries15-Apr-07 1:59 
Hi there,

The statement 'textbox1.BackColor = ColorDialog1.Color' generates a boolen value, not the value of the color code. Do it as follow:

TextBox1.BackColor = ColorDialog1.Color

' Save to registry
SaveSetting("program", "programSettings", "bgcolor", TextBox1.BackColor.ToArgb)

' Apply from registry
Me.TextBox1.BackColor = Drawing.Color.FromArgb(GetSetting("program", "programSettings", "bgcolor"))

Regards, Werries

A programmer's life is good... or is it?? Ek dink nie so nie!

QuestionConvert string to font Pin
NANCO14-Apr-07 18:02
NANCO14-Apr-07 18:02 
AnswerRe: Convert string to font Pin
Christian Graus14-Apr-07 22:24
protectorChristian Graus14-Apr-07 22:24 
AnswerRe: Convert string to font Pin
Werries15-Apr-07 0:09
Werries15-Apr-07 0:09 
GeneralRe: Convert string to font Pin
NANCO15-Apr-07 1:13
NANCO15-Apr-07 1:13 
QuestionHow do you make a secure database connection string Pin
dragon_14-Apr-07 17:36
dragon_14-Apr-07 17:36 
AnswerRe: How do you make a secure database connection string [modified] Pin
George L. Jackson15-Apr-07 2:12
George L. Jackson15-Apr-07 2:12 
GeneralRe: How do you make a secure database connection string Pin
dragon_15-Apr-07 19:05
dragon_15-Apr-07 19:05 
Questioni want code in vb.net to redirect the form [modified] Pin
karimullah14-Apr-07 16:38
karimullah14-Apr-07 16:38 
AnswerRe: i want code in vb.net to redirect the form Pin
Christian Graus14-Apr-07 22:25
protectorChristian Graus14-Apr-07 22:25 
QuestionWhat am I doing wrong? Pin
dunn1de14-Apr-07 14:56
dunn1de14-Apr-07 14:56 
AnswerRe: What am I doing wrong? Pin
Christian Graus14-Apr-07 22:28
protectorChristian Graus14-Apr-07 22:28 
QuestionZip Code To Lat Lon Conversion Pin
halflife26814-Apr-07 14:06
halflife26814-Apr-07 14:06 
AnswerRe: Zip Code To Lat Lon Conversion Pin
George L. Jackson14-Apr-07 15:13
George L. Jackson14-Apr-07 15:13 
QuestionMicrosoft Agent Control voice Pin
Aung.Myo.Aye14-Apr-07 7:25
Aung.Myo.Aye14-Apr-07 7:25 
AnswerRe: Microsoft Agent Control voice Pin
MatrixCoder14-Apr-07 8:19
MatrixCoder14-Apr-07 8:19 
AnswerRe: Microsoft Agent Control voice Pin
Dmitry Khudorozhkov14-Apr-07 8:25
Dmitry Khudorozhkov14-Apr-07 8:25 
QuestionCross-thread operation not valid Pin
RJGCarey14-Apr-07 6:23
RJGCarey14-Apr-07 6:23 

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.