Click here to Skip to main content
15,903,362 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: code to find max orderno Pin
AjitMourya16-Aug-09 19:30
AjitMourya16-Aug-09 19:30 
AnswerRe: code to find max orderno Pin
Johan Hakkesteegt16-Aug-09 21:01
Johan Hakkesteegt16-Aug-09 21:01 
QuestionVB Sql check and insert if then command Pin
Brav0116-Aug-09 0:56
Brav0116-Aug-09 0:56 
AnswerRe: VB Sql check and insert if then command Pin
Moreno Airoldi16-Aug-09 1:12
Moreno Airoldi16-Aug-09 1:12 
GeneralRe: VB Sql check and insert if then command Pin
Brav0116-Aug-09 2:02
Brav0116-Aug-09 2:02 
AnswerRe: VB Sql check and insert if then command Pin
Paramu197316-Aug-09 20:20
Paramu197316-Aug-09 20:20 
QuestionUnchecking a checked box... Answered,thanks. Pin
Laser Steve15-Aug-09 6:26
Laser Steve15-Aug-09 6:26 
AnswerRe: Unchecking a checked box Pin
Dave Kreskowiak15-Aug-09 6:45
mveDave Kreskowiak15-Aug-09 6:45 
Seriously, pickup a beginners book on VB.NET and work through it. The Equals method checks to see if the object that you called Equals on is equivilent to the object in the parenthesis. Essentially, you asked in the value of CheckState is equal to False. It returns a True/Value value (which you completely ignored.) It does NOT set the value of CheckState to False. To do that, you write this:
CheckBox1.CheckState = False



A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




AnswerRe: Unchecking a checked box... Answered,thanks. Pin
Laser Steve15-Aug-09 7:15
Laser Steve15-Aug-09 7:15 
QuestionComboLost focus problem.? Pin
mdrizwan_115-Aug-09 2:54
mdrizwan_115-Aug-09 2:54 
AnswerRe: ComboLost focus problem.? Pin
riced15-Aug-09 3:04
riced15-Aug-09 3:04 
QuestionOutlook Contact list Read Only Problem Pin
dcdhingra14-Aug-09 23:15
dcdhingra14-Aug-09 23:15 
QuestionGoogle Mapping... Pin
mdrizwan_114-Aug-09 20:09
mdrizwan_114-Aug-09 20:09 
AnswerRe: Google Mapping... Pin
Dave Kreskowiak15-Aug-09 6:42
mveDave Kreskowiak15-Aug-09 6:42 
QuestionHow to Generate data on Crystal Report when Datagridview item is selected Pin
Dambod14-Aug-09 7:50
Dambod14-Aug-09 7:50 
AnswerRe: How to Generate data on Crystal Report when Datagridview item is selected Pin
Dave Kreskowiak14-Aug-09 8:10
mveDave Kreskowiak14-Aug-09 8:10 
GeneralRe: How to Generate data on Crystal Report when Datagridview item is selected Pin
Dambod14-Aug-09 8:25
Dambod14-Aug-09 8:25 
GeneralRe: How to Generate data on Crystal Report when Datagridview item is selected Pin
Dave Kreskowiak14-Aug-09 8:35
mveDave Kreskowiak14-Aug-09 8:35 
GeneralRe: How to Generate data on Crystal Report when Datagridview item is selected Pin
Paramu197314-Aug-09 19:46
Paramu197314-Aug-09 19:46 
GeneralRe: How to Generate data on Crystal Report when Datagridview item is selected Pin
Dave Kreskowiak15-Aug-09 2:21
mveDave Kreskowiak15-Aug-09 2:21 
GeneralRe: How to Generate data on Crystal Report when Datagridview item is selected Pin
Paramu197315-Aug-09 6:08
Paramu197315-Aug-09 6:08 
GeneralSolved Pin
Dambod16-Aug-09 3:58
Dambod16-Aug-09 3:58 
QuestionVB.net 2008, TCPClient Streams Pin
DaveAuld14-Aug-09 7:21
professionalDaveAuld14-Aug-09 7:21 
AnswerRe: VB.net 2008, TCPClient Streams Pin
Dave Kreskowiak14-Aug-09 8:07
mveDave Kreskowiak14-Aug-09 8:07 
GeneralRe: VB.net 2008, TCPClient Streams Pin
DaveAuld14-Aug-09 8:30
professionalDaveAuld14-Aug-09 8:30 

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.