Click here to Skip to main content
15,896,063 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: syntax error executescalar Pin
Guffa9-May-07 12:37
Guffa9-May-07 12:37 
QuestionCombo box assign a value CF 2.0 Pin
steve_rm9-May-07 10:00
steve_rm9-May-07 10:00 
QuestionHow to open new form from a datagridview row? Pin
Rashar9-May-07 8:52
Rashar9-May-07 8:52 
AnswerRe: How to open new form from a datagridview row? Pin
Hansduncan9-May-07 23:28
Hansduncan9-May-07 23:28 
GeneralRe: How to open new form from a datagridview row? Pin
Rashar10-May-07 2:23
Rashar10-May-07 2:23 
GeneralRe: How to open new form from a datagridview row? Pin
Hansduncan10-May-07 4:05
Hansduncan10-May-07 4:05 
GeneralRe: How to open new form from a datagridview row? [modified] Pin
Rashar10-May-07 5:43
Rashar10-May-07 5:43 
GeneralRe: How to open new form from a datagridview row? Pin
Hansduncan10-May-07 8:21
Hansduncan10-May-07 8:21 
Just to clarify....by MDIParent I mean the MDI frame form. I have found that is a stable base to place parameters that need to be shared between forms.

here is a syntax example

    Private Sub CustSalesOpportunityDataGridView_CellDoubleClick(ByVal sender As System.Object, ByVal e As System.Windows.Forms.DataGridViewCellEventArgs) Handles CustSalesOpportunityDataGridView.CellDoubleClick<br />
<br />
<br />
        MDIParent1.SalesOppToOpen = Me.CustSalesOpportunityDataGridView.Item(0, CustSalesOpportunityDataGridView.CurrentRow.Index).Value<br />
<br />
        Dim SalesOpportunity As New NewSalesOpportunity()<br />
        SalesOpportunity.Show()<br />
    End Sub


This should work for you too
Questionsystem shutdown Pin
M269-May-07 7:13
M269-May-07 7:13 
AnswerRe: system shutdown Pin
Dave Kreskowiak9-May-07 7:20
mveDave Kreskowiak9-May-07 7:20 
Generalok ... this is my code Pin
M2610-May-07 6:19
M2610-May-07 6:19 
GeneralRe: ok ... this is my code Pin
Dave Kreskowiak10-May-07 12:37
mveDave Kreskowiak10-May-07 12:37 
QuestionPlay Midi File/MP3 from Application Pin
RichardBerry9-May-07 4:33
RichardBerry9-May-07 4:33 
AnswerRe: Play Midi File/MP3 from Application Pin
Dave Kreskowiak9-May-07 6:24
mveDave Kreskowiak9-May-07 6:24 
GeneralRe: Play Midi File/MP3 from Application Pin
RichardBerry9-May-07 22:47
RichardBerry9-May-07 22:47 
GeneralPrint DataSet (DataGrid) Pin
moiid639-May-07 4:10
moiid639-May-07 4:10 
GeneralRe: Print DataSet (DataGrid) Pin
Dave Kreskowiak9-May-07 4:48
mveDave Kreskowiak9-May-07 4:48 
QuestionPlease Help!! Please Pin
tcombs079-May-07 3:07
tcombs079-May-07 3:07 
AnswerRe: Please Help!! Please Pin
SimulationofSai9-May-07 4:18
SimulationofSai9-May-07 4:18 
GeneralRe: Please Help!! Please Pin
tcombs0710-May-07 8:00
tcombs0710-May-07 8:00 
Questionsend code Pin
bcsf05a0229-May-07 2:27
bcsf05a0229-May-07 2:27 
AnswerRe: send code Pin
Dave Kreskowiak9-May-07 3:18
mveDave Kreskowiak9-May-07 3:18 
Questionhow to insert values into msaccess from vb.net win app? Pin
sathyan_82949-May-07 2:25
sathyan_82949-May-07 2:25 
AnswerRe: how to insert values into msaccess from vb.net win app? Pin
Christian Graus9-May-07 15:05
protectorChristian Graus9-May-07 15:05 
Questionhow to insert the entering values into msaccess from vb.net windows application? Pin
sathyan_82949-May-07 2:23
sathyan_82949-May-07 2:23 

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.