Click here to Skip to main content
15,900,510 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VBA Previous sheet copy Pin
DaveAuld26-May-10 3:55
professionalDaveAuld26-May-10 3:55 
GeneralRe: VBA Previous sheet copy Pin
Dalek Dave26-May-10 3:59
professionalDalek Dave26-May-10 3:59 
QuestionHow to serialize shared members of a class? Pin
MohammadAmiry26-May-10 0:32
MohammadAmiry26-May-10 0:32 
AnswerRe: How to serialize shared members of a class? Pin
Dave Kreskowiak26-May-10 2:02
mveDave Kreskowiak26-May-10 2:02 
QuestionDatagridview checkbox enter key Pin
C#Coudou25-May-10 15:04
C#Coudou25-May-10 15:04 
AnswerRe: Datagridview checkbox enter key Pin
Dr.Walt Fair, PE25-May-10 15:41
professionalDr.Walt Fair, PE25-May-10 15:41 
GeneralRe: Datagridview checkbox enter key Pin
C#Coudou25-May-10 15:56
C#Coudou25-May-10 15:56 
GeneralRe: Datagridview checkbox enter key Pin
Dr.Walt Fair, PE25-May-10 16:47
professionalDr.Walt Fair, PE25-May-10 16:47 
Does that even compile?

Are you sure that Col = 5? How does your control know when Col = 5 has been selected? What row is being referred to?

Why are you changing the value of a column? A column has many cells, so which one should be changing? Or are you trying to change the value of all the cells?

To toggle a check box, you should do something like
C1grid.Item("IsOut", row_num).Value = Not C1grid.Item("IsOut", row_num).Value

for the cell you want to toggle.
CQ de W5ALT

Walt Fair, Jr., P. E.
Comport Computing
Specializing in Technical Engineering Software


GeneralRe: Datagridview checkbox enter key [modified] Pin
C#Coudou25-May-10 18:35
C#Coudou25-May-10 18:35 
GeneralRe: Datagridview checkbox enter key Pin
Luc Pattyn25-May-10 18:59
sitebuilderLuc Pattyn25-May-10 18:59 
GeneralRe: Datagridview checkbox enter key Pin
C#Coudou25-May-10 20:33
C#Coudou25-May-10 20:33 
GeneralRe: Datagridview checkbox enter key Pin
Dr.Walt Fair, PE26-May-10 4:51
professionalDr.Walt Fair, PE26-May-10 4:51 
QuestionMSFlexGrid with Arrays Pin
Shane.R.G25-May-10 14:36
Shane.R.G25-May-10 14:36 
Questionconection with postgre Pin
mabrahao25-May-10 10:33
mabrahao25-May-10 10:33 
AnswerRe: conection with postgre Pin
Luc Pattyn25-May-10 10:46
sitebuilderLuc Pattyn25-May-10 10:46 
QuestionScrolling a text box Pin
Pasan14825-May-10 8:04
Pasan14825-May-10 8:04 
AnswerRe: Scrolling a text box Pin
Luc Pattyn25-May-10 8:44
sitebuilderLuc Pattyn25-May-10 8:44 
JokeRe: Scrolling a text box Pin
William Winner25-May-10 9:27
William Winner25-May-10 9:27 
GeneralRe: Scrolling a text box Pin
DaveAuld25-May-10 9:34
professionalDaveAuld25-May-10 9:34 
GeneralRe: Scrolling a text box Pin
William Winner25-May-10 9:43
William Winner25-May-10 9:43 
GeneralRe: Scrolling a text box Pin
Dr.Walt Fair, PE25-May-10 9:36
professionalDr.Walt Fair, PE25-May-10 9:36 
GeneralRe: Scrolling a text box Pin
Luc Pattyn25-May-10 9:42
sitebuilderLuc Pattyn25-May-10 9:42 
AnswerRe: Scrolling a text box Pin
William Winner25-May-10 9:29
William Winner25-May-10 9:29 
Question[VB.NET] TextBox's Multiple text into ListView items and subitems Pin
Dimz9325-May-10 4:38
Dimz9325-May-10 4:38 
AnswerRe: [VB.NET] TextBox's Multiple text into ListView items and subitems Pin
DaveAuld25-May-10 5:23
professionalDaveAuld25-May-10 5: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.