Click here to Skip to main content
15,899,026 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: For each error Pin
rotsey30-Jan-08 16:01
rotsey30-Jan-08 16:01 
QuestionNeed help starting. Pin
Veldrain29-Jan-08 19:35
Veldrain29-Jan-08 19:35 
GeneralRe: Need help starting. Pin
CKnig30-Jan-08 0:58
CKnig30-Jan-08 0:58 
GeneralRe: Need help starting. Pin
Veldrain30-Jan-08 7:14
Veldrain30-Jan-08 7:14 
QuestionBest way to share images between projects? Pin
sjb0829-Jan-08 18:11
sjb0829-Jan-08 18:11 
GeneralRe: Best way to share images between projects? Pin
Johan Hakkesteegt2-Feb-08 10:11
Johan Hakkesteegt2-Feb-08 10:11 
GeneralGrid Problem Pin
soniasan29-Jan-08 17:44
soniasan29-Jan-08 17:44 
GeneralRe: Grid Problem Pin
Usharva29-Jan-08 20:19
Usharva29-Jan-08 20:19 
Hi!!

In CellClick Event of the DataGrid write the below code

If e.ColumnIndex = DataGridView1.Columns("ColEdit").Index Then
Dim dgvCombo As New DataGridViewComboBoxCell
DataGridView1.Rows(e.RowIndex).Cells(e.ColumnIndex) = dgvCombo
End If
QuestionHow can I call a .rpt file from vb code? Pin
alexvw29-Jan-08 14:58
alexvw29-Jan-08 14:58 
GeneralRe: How can I call a .rpt file from vb code? Pin
Paul Conrad21-Mar-08 9:40
professionalPaul Conrad21-Mar-08 9:40 
GeneralHave you solved this? Pin
alexvw22-Mar-08 6:53
alexvw22-Mar-08 6:53 
GeneralRe: Have you solved this? Pin
Paul Conrad22-Mar-08 6:58
professionalPaul Conrad22-Mar-08 6:58 
GeneralRe: Have you solved this? Pin
alexvw22-Mar-08 11:12
alexvw22-Mar-08 11:12 
Generaltreeview not selecting the node Pin
uglyeyes29-Jan-08 11:35
uglyeyes29-Jan-08 11:35 
GeneralXML to SGML Conversion Pin
geekfromindia29-Jan-08 10:56
geekfromindia29-Jan-08 10:56 
GeneralRe: XML to SGML Conversion Pin
Ri Qen-Sin29-Jan-08 11:43
Ri Qen-Sin29-Jan-08 11:43 
GeneralLooping Enumerators with a For Each Pin
imonfiredammit29-Jan-08 7:01
imonfiredammit29-Jan-08 7:01 
GeneralRe: Looping Enumerators with a For Each Pin
Guffa29-Jan-08 7:53
Guffa29-Jan-08 7:53 
GeneralRe: Looping Enumerators with a For Each Pin
imonfiredammit29-Jan-08 8:21
imonfiredammit29-Jan-08 8:21 
GeneralRe: Looping Enumerators with a For Each Pin
Guffa29-Jan-08 9:51
Guffa29-Jan-08 9:51 
Generaldataview.rowfilter Pin
Smithers-Jones29-Jan-08 5:58
Smithers-Jones29-Jan-08 5:58 
QuestionAsync socket receive buffer problem? Pin
Benny_Lava29-Jan-08 3:31
Benny_Lava29-Jan-08 3:31 
QuestionHandling multiple mainWindowHandles of one Process Pin
wieczo.yo29-Jan-08 3:21
wieczo.yo29-Jan-08 3:21 
QuestionMass creation of keyword meta tags into HTML pages? Pin
BungleBonce29-Jan-08 2:47
BungleBonce29-Jan-08 2:47 
AnswerRe: Mass creation of keyword meta tags into HTML pages? Pin
pmarfleet29-Jan-08 9:51
pmarfleet29-Jan-08 9:51 

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.