Click here to Skip to main content
15,912,932 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: At the time of Generated Preview ......... Pin
Christian Graus1-Nov-09 20:50
protectorChristian Graus1-Nov-09 20:50 
GeneralRe: At the time of Generated Preview ......... Pin
Anubhava Dimri1-Nov-09 21:19
Anubhava Dimri1-Nov-09 21:19 
GeneralRe: At the time of Generated Preview ......... Pin
Christian Graus1-Nov-09 21:20
protectorChristian Graus1-Nov-09 21:20 
QuestionCode Changes not executing Pin
Richard Adler1-Nov-09 18:36
Richard Adler1-Nov-09 18:36 
AnswerRe: Code Changes not executing Pin
Christian Graus1-Nov-09 18:40
protectorChristian Graus1-Nov-09 18:40 
AnswerRe: Code Changes not executing Pin
Dave Kreskowiak2-Nov-09 10:15
mveDave Kreskowiak2-Nov-09 10:15 
QuestionGet row entries in Datagrid view ! Pin
jeshra2791-Nov-09 6:43
jeshra2791-Nov-09 6:43 
AnswerRe: Get row entries in Datagrid view ! Pin
Andy_L_J1-Nov-09 7:41
Andy_L_J1-Nov-09 7:41 
Something like:

Public Function GetGridData(ByVal value as Object) As Object

  For Each dr as DAtaGridViewRow In dgv.Rows
    If dr(0).Cells.Value = value Then
       Return dr(1).Cells.Value
    End If
  Next

End Function


I don't speak Idiot - please talk slowly and clearly

'This space for rent'

Driven to the arms of Heineken by the wife

GeneralRe: Get row entries in Datagrid view ! Pin
jeshra2791-Nov-09 18:30
jeshra2791-Nov-09 18:30 
Questiontextboxes and.txt files Pin
offroaderdan1-Nov-09 4:54
offroaderdan1-Nov-09 4:54 
AnswerRe: textboxes and.txt files Pin
dan!sh 1-Nov-09 5:17
professional dan!sh 1-Nov-09 5:17 
GeneralRe: textboxes and.txt files Pin
offroaderdan1-Nov-09 6:11
offroaderdan1-Nov-09 6:11 
GeneralRe: textboxes and.txt files Pin
Dave Kreskowiak1-Nov-09 8:36
mveDave Kreskowiak1-Nov-09 8:36 
QuestionHow to dock the Ms-Word Document file Inside the Panel? [Office Automation] Pin
Paramu19731-Nov-09 3:25
Paramu19731-Nov-09 3:25 
AnswerRe: How to dock the Ms-Word Document file Inside the Panel? [Office Automation] Pin
DaveAuld1-Nov-09 3:57
professionalDaveAuld1-Nov-09 3:57 
GeneralRe: How to dock the Ms-Word Document file Inside the Panel? [Office Automation] Pin
Paramu19731-Nov-09 4:31
Paramu19731-Nov-09 4:31 
GeneralRe: How to dock the Ms-Word Document file Inside the Panel? [Office Automation] Pin
DaveAuld1-Nov-09 6:16
professionalDaveAuld1-Nov-09 6:16 
QuestionCommand prompt in vb.net need a tad bit more help Pin
offroaderdan1-Nov-09 2:29
offroaderdan1-Nov-09 2:29 
AnswerRe: Command prompt in vb.net need a tad bit more help Pin
Luc Pattyn1-Nov-09 2:52
sitebuilderLuc Pattyn1-Nov-09 2:52 
GeneralRe: Command prompt in vb.net need a tad bit more help Pin
offroaderdan1-Nov-09 3:38
offroaderdan1-Nov-09 3:38 
GeneralRe: Command prompt in vb.net need a tad bit more help Pin
Luc Pattyn1-Nov-09 3:42
sitebuilderLuc Pattyn1-Nov-09 3:42 
GeneralRe: Command prompt in vb.net need a tad bit more help Pin
offroaderdan1-Nov-09 3:58
offroaderdan1-Nov-09 3:58 
GeneralRe: Command prompt in vb.net need a tad bit more help Pin
Luc Pattyn1-Nov-09 4:02
sitebuilderLuc Pattyn1-Nov-09 4:02 
GeneralRe: Command prompt in vb.net need a tad bit more help Pin
offroaderdan1-Nov-09 4:09
offroaderdan1-Nov-09 4:09 
GeneralRe: Command prompt in vb.net need a tad bit more help Pin
Dave Kreskowiak1-Nov-09 8:33
mveDave Kreskowiak1-Nov-09 8:33 

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.