Click here to Skip to main content
15,890,897 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Get and Set property in vb.net Pin
Guffa9-Jan-07 22:51
Guffa9-Jan-07 22:51 
AnswerRe: Get and Set property in vb.net Pin
Dave Kreskowiak10-Jan-07 5:09
mveDave Kreskowiak10-Jan-07 5:09 
QuestionI want to get the .txt and .Doc file's contents. Pin
somagunasekaran9-Jan-07 19:08
somagunasekaran9-Jan-07 19:08 
AnswerRe: I want to get the .txt and .Doc file's contents. Pin
Christian Graus9-Jan-07 20:27
protectorChristian Graus9-Jan-07 20:27 
GeneralRe: I want to get the .txt and .Doc file's contents. Pin
somagunasekaran9-Jan-07 23:33
somagunasekaran9-Jan-07 23:33 
GeneralRe: I want to get the .txt and .Doc file's contents. Pin
Christian Graus10-Jan-07 0:22
protectorChristian Graus10-Jan-07 0:22 
QuestionMy.Settings question Pin
sa_runner9-Jan-07 19:06
sa_runner9-Jan-07 19:06 
AnswerRe: My.Settings question Pin
Johan Hakkesteegt11-Jan-07 3:37
Johan Hakkesteegt11-Jan-07 3:37 
Hi,

Me.BackColor = SomeOtherCode.BackColor is always a bit tricky, because even if you are sure that SomeOtherCode is running when your form loads, SomeOtherCode.BackColor may nevertheless not be in memory at that exact moment. Best is to pass SomeOtherCode.BackColor to a public variable when your application starts, then you can easily change the value of that variable on the fly (if necessary). Then Me.BackColor = PublicVariableMyBackGroundColor should work whenever your form loads.

Johan

My advice is free, and you may get what you paid for.

Questiondatabase tables search in vb.net Pin
amaneet9-Jan-07 18:42
amaneet9-Jan-07 18:42 
AnswerRe: database tables search in vb.net Pin
testy_proconsul10-Jan-07 0:00
testy_proconsul10-Jan-07 0:00 
GeneralRe: database tables search in vb.net Pin
amaneet10-Jan-07 0:35
amaneet10-Jan-07 0:35 
GeneralRe: database tables search in vb.net Pin
testy_proconsul10-Jan-07 1:25
testy_proconsul10-Jan-07 1:25 
QuestionStrange FileWatch problem? Pin
rudemusik9-Jan-07 18:00
rudemusik9-Jan-07 18:00 
AnswerRe: Strange FileWatch problem? Pin
Johan Hakkesteegt11-Jan-07 3:28
Johan Hakkesteegt11-Jan-07 3:28 
GeneralRe: Strange FileWatch problem? Pin
rudemusik11-Jan-07 7:05
rudemusik11-Jan-07 7:05 
QuestionHow to redirect IP..? Pin
stupix9-Jan-07 16:45
stupix9-Jan-07 16:45 
AnswerRe: How to redirect IP..? Pin
Dave Kreskowiak9-Jan-07 17:25
mveDave Kreskowiak9-Jan-07 17:25 
GeneralRe: How to redirect IP..? Pin
stupix9-Jan-07 18:07
stupix9-Jan-07 18:07 
QuestionHiding a column in a datagridview Pin
steve_rm9-Jan-07 16:02
steve_rm9-Jan-07 16:02 
AnswerRe: Hiding a column in a datagridview Pin
Dave Kreskowiak9-Jan-07 17:27
mveDave Kreskowiak9-Jan-07 17:27 
GeneralRe: Hiding a column in a datagridview Pin
priya_p23310-Jan-07 0:18
priya_p23310-Jan-07 0:18 
AnswerRe: Hiding a column in a datagridview Pin
amaneet9-Jan-07 23:16
amaneet9-Jan-07 23:16 
QuestionGlobal Variables Pin
jacob.vankley9-Jan-07 14:02
jacob.vankley9-Jan-07 14:02 
AnswerRe: Global Variables Pin
Christian Graus9-Jan-07 14:08
protectorChristian Graus9-Jan-07 14:08 
GeneralRe: Global Variables Pin
jacob.vankley9-Jan-07 15:38
jacob.vankley9-Jan-07 15:38 

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.