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

Visual Basic

 
AnswerRe: How to disable Ctrl P keys in vb.net Pin
Dave Kreskowiak11-May-07 3:47
mveDave Kreskowiak11-May-07 3:47 
GeneralRe: How to disable Ctrl P keys in vb.net Pin
Christian Graus11-May-07 18:06
protectorChristian Graus11-May-07 18:06 
Questionsetup in vb.net 2005 Pin
Sonia Gupta11-May-07 2:17
Sonia Gupta11-May-07 2:17 
AnswerRe: setup in vb.net 2005 Pin
Christian Graus11-May-07 2:32
protectorChristian Graus11-May-07 2:32 
GeneralRe: setup in vb.net 2005 Pin
Sonia Gupta11-May-07 19:14
Sonia Gupta11-May-07 19:14 
AnswerRe: setup in vb.net 2005 Pin
kubben11-May-07 3:08
kubben11-May-07 3:08 
GeneralRe: setup in vb.net 2005 Pin
Sonia Gupta11-May-07 19:14
Sonia Gupta11-May-07 19:14 
Questionhow to solve this error in vb.net code? Pin
sathyan_829411-May-07 1:29
sathyan_829411-May-07 1:29 
For Each dg As DataGrid In DataGrid1.DataBindings
Dim cb As CheckBox = CType(dg.Item.Controls(1), CheckBox)
If cb.Checked Then
Dim id As Integer = Convert.ToInt16(dg.Item.Text)
endif
the above code is vb.net windows application code.
when i run the above code,the following error is shown.
"Overload resolution failed because no accessible 'Item' accepts this number of arguments"
this error shown in dg.item (2nd and 4th line).this code is for edit.how to solve this.can u send other vb.net windows apllication code for edit a record in datagrid.
AnswerRe: how to solve this error in vb.net code? Pin
Christian Graus11-May-07 1:40
protectorChristian Graus11-May-07 1:40 
AnswerRe: how to solve this error in vb.net code? Pin
Dave Kreskowiak11-May-07 3:42
mveDave Kreskowiak11-May-07 3:42 
QuestionDataGridView Readonly Question Pin
_mubashir11-May-07 0:50
_mubashir11-May-07 0:50 
AnswerRe: DataGridView Readonly Question Pin
Dave Kreskowiak11-May-07 3:38
mveDave Kreskowiak11-May-07 3:38 
GeneralRe: DataGridView Readonly Question Pin
_mubashir11-May-07 6:07
_mubashir11-May-07 6:07 
GeneralRe: DataGridView Readonly Question Pin
_mubashir11-May-07 8:05
_mubashir11-May-07 8:05 
Questiondrag and drop problem... vb .net Pin
daxfrost11-May-07 0:09
daxfrost11-May-07 0:09 
AnswerRe: drag and drop problem... vb .net Pin
PandemoniumPasha11-May-07 0:59
PandemoniumPasha11-May-07 0:59 
AnswerRe: drag and drop problem... vb .net Pin
Sonia Gupta11-May-07 1:11
Sonia Gupta11-May-07 1:11 
GeneralRe: drag and drop problem... vb .net Pin
daxfrost11-May-07 1:28
daxfrost11-May-07 1:28 
GeneralRe: drag and drop problem... vb .net Pin
Sonia Gupta11-May-07 1:31
Sonia Gupta11-May-07 1:31 
GeneralRe: drag and drop problem... vb .net Pin
daxfrost11-May-07 1:40
daxfrost11-May-07 1:40 
GeneralRe: drag and drop problem... vb .net Pin
Sonia Gupta11-May-07 1:50
Sonia Gupta11-May-07 1:50 
GeneralRe: drag and drop problem... vb .net Pin
daxfrost11-May-07 1:57
daxfrost11-May-07 1:57 
GeneralRe: drag and drop problem... vb .net Pin
Sonia Gupta11-May-07 2:04
Sonia Gupta11-May-07 2:04 
GeneralRe: drag and drop problem... vb .net Pin
Christian Graus11-May-07 2:33
protectorChristian Graus11-May-07 2:33 
GeneralRe: drag and drop problem... vb .net Pin
Dave Kreskowiak11-May-07 3:36
mveDave Kreskowiak11-May-07 3:36 

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.