Click here to Skip to main content
15,907,396 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
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 
If e.ColIndex = 1 Then
    Me.C1grid.Columns("KMFlag").Value = NOT CBool(Me.C1grid.Columns("NDFlag").Value)
ElseIf e.ColIndex = 2 Then
    Me.C1grid.Columns("NDFlag").Value = NOT CBool(Me.C1grid.Columns("KMFlag").Value)
EndIf


is equivalent.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read formatted code with indentation, so please use PRE tags for code snippets.

I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).

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 
AnswerRe: [VB.NET] TextBox's Multiple text into ListView items and subitems Pin
William Winner25-May-10 6:33
William Winner25-May-10 6:33 
GeneralRe: [VB.NET] TextBox's Multiple text into ListView items and subitems Pin
Luc Pattyn25-May-10 7:06
sitebuilderLuc Pattyn25-May-10 7:06 

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.