Click here to Skip to main content
15,927,803 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: need help with backcolor command Pin
Dave Kreskowiak25-Feb-09 4:44
mveDave Kreskowiak25-Feb-09 4:44 
GeneralRe: need help with backcolor command Pin
hugblue25-Feb-09 6:51
hugblue25-Feb-09 6:51 
QuestionHow to Create a setup of Window project Pin
Jagz W24-Feb-09 15:42
professionalJagz W24-Feb-09 15:42 
AnswerRe: How to Create a setup of Window project Pin
ABitSmart24-Feb-09 17:05
ABitSmart24-Feb-09 17:05 
QuestionNeed help converting CRC32 function in C to VB Pin
harans24-Feb-09 11:26
harans24-Feb-09 11:26 
AnswerRe: Need help converting CRC32 function in C to VB Pin
riced25-Feb-09 7:04
riced25-Feb-09 7:04 
QuestionHow can I redraw the form with the controls new backcolor value? Pin
JUNEYT24-Feb-09 10:57
JUNEYT24-Feb-09 10:57 
AnswerRe: How can I redraw the form with the controls new backcolor value? Pin
Dave Kreskowiak24-Feb-09 12:48
mveDave Kreskowiak24-Feb-09 12:48 
You have to write code on Form1 to set the BackColor of every control you want to change yourself. There is no magic that does it for you. The control have no idea that the value you used changed. They look at their own internal property values, not your "global" variable.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




Questioninvalid operation excpetion Pin
captainmogo24-Feb-09 5:30
captainmogo24-Feb-09 5:30 
Questiongenerating thumbnails from a list of image files *.jpg *. gif etc... Pin
syba24-Feb-09 4:57
syba24-Feb-09 4:57 
AnswerRe: generating thumbnails from a list of image files *.jpg *. gif etc... Pin
Dave Kreskowiak24-Feb-09 17:59
mveDave Kreskowiak24-Feb-09 17:59 
GeneralRe: generating thumbnails from a list of image files *.jpg *. gif etc... Pin
syba24-Feb-09 18:05
syba24-Feb-09 18:05 
GeneralRe: generating thumbnails from a list of image files *.jpg *. gif etc... Pin
Dave Kreskowiak25-Feb-09 1:33
mveDave Kreskowiak25-Feb-09 1:33 
Questionprinting xml in ie Pin
Stephen Lintott24-Feb-09 3:38
Stephen Lintott24-Feb-09 3:38 
AnswerRe: printing xml in ie Pin
Dave Kreskowiak24-Feb-09 3:58
mveDave Kreskowiak24-Feb-09 3:58 
GeneralRe: printing xml in ie Pin
Stephen Lintott24-Feb-09 19:28
Stephen Lintott24-Feb-09 19:28 
GeneralRe: printing xml in ie Pin
Dave Kreskowiak25-Feb-09 1:51
mveDave Kreskowiak25-Feb-09 1:51 
Questionconvert code into vb.net Pin
sajjadlashari24-Feb-09 1:42
sajjadlashari24-Feb-09 1:42 
AnswerRe: convert code into vb.net Pin
Dave Kreskowiak24-Feb-09 1:57
mveDave Kreskowiak24-Feb-09 1:57 
AnswerRe: convert code into vb.net Pin
Samir Ibrahim24-Feb-09 4:13
Samir Ibrahim24-Feb-09 4:13 
QuestionBeginner for creating Crystal Report with VB.NET2008 WinForm Pin
drexler_kk24-Feb-09 0:40
drexler_kk24-Feb-09 0:40 
AnswerRe: Beginner for creating Crystal Report with VB.NET2008 WinForm Pin
ABitSmart24-Feb-09 17:14
ABitSmart24-Feb-09 17:14 
QuestionRe: Beginner for creating Crystal Report with VB.NET2008 WinForm Pin
drexler_kk25-Feb-09 16:16
drexler_kk25-Feb-09 16:16 
QuestionDatagridview Cellformatting Pin
Chrispie12323-Feb-09 23:48
Chrispie12323-Feb-09 23:48 
QuestionHow to check whether a particuar file exists on FTP server through VB.Net Pin
nav_duggal23-Feb-09 23:39
nav_duggal23-Feb-09 23:39 

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.