Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27346

VS 2010 Display Datagridview in msgbox

$
0
0
Hello to all,

is it possible to display Datagridview in msgbox?

Code:

        If MsgBox("Are all data correct? " & vbNewLine _
                  & "Data in datagridview: " & Datagridview ??? (I need some code here)
                  , MsgBoxStyle.YesNo, Title:="Review") = vbYes Then
       
        ...

        End If

Realy thanks for help...

Viewing all articles
Browse latest Browse all 27346

Trending Articles