Click here to Skip to main content
15,901,727 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralVb Reading from Excel Pin
greg 77713-Feb-05 18:58
greg 77713-Feb-05 18:58 
GeneralRich Text Field - Background Pin
TomVerkaaik13-Feb-05 17:26
TomVerkaaik13-Feb-05 17:26 
GeneralConnecting scanner Pin
Avanti Dharkar13-Feb-05 0:52
Avanti Dharkar13-Feb-05 0:52 
GeneralRe: Connecting scanner Pin
H@is@here18-Feb-05 10:14
H@is@here18-Feb-05 10:14 
GeneralRe: Connecting scanner Pin
Avanti Dharkar19-Feb-05 3:52
Avanti Dharkar19-Feb-05 3:52 
QuestionCan some Help me with this over kill i know but ? Pin
Delo12-Feb-05 20:42
Delo12-Feb-05 20:42 
AnswerRe: Can some Help me with this over kill i know but ? Pin
Dave Kreskowiak13-Feb-05 17:27
mveDave Kreskowiak13-Feb-05 17:27 
QuestionHow to call a procedure Pin
Mekong River12-Feb-05 16:23
Mekong River12-Feb-05 16:23 
Hi, I have the following two procedure:
Private Sub btnEvalGuide_Click(ByVal sender As System.Object, _
    ByVal e As System.EventArgs) Handles btnEvalGuide.Click

        ' the code work here.
        ' ...

    End Sub

    Private Sub btnUseDtGl_Click(ByVal sender As System.Object, _
    ByVal e As System.EventArgs) Handles btnIntVuDmExp.Click

        ' the code work here.
        ' ...
        ' ...
        ' need to call btnEvalGuide.Click
        ' but i don't know how to do it.

    End Sub

When the code in btnIntVuDmExp.Click run it do it task and finally i need it to call to btnEvalGuide.Click. But i don't know how to do it. Can anyone give me a suggestion???



A thousand mile of journey, begin with the first step.

APO-CEDC
Save Children Norway-Cambodia Office

AnswerRe: How to call a procedure Pin
mm_chanakaya12-Feb-05 16:33
mm_chanakaya12-Feb-05 16:33 
GeneralRe: How to call a procedure Pin
Mekong River13-Feb-05 3:15
Mekong River13-Feb-05 3:15 
AnswerRe: How to call a procedure Pin
rwestgraham12-Feb-05 17:53
rwestgraham12-Feb-05 17:53 
GeneralRe: How to call a procedure Pin
Mekong River13-Feb-05 3:14
Mekong River13-Feb-05 3:14 
Generalcutting video file Pin
mm_chanakaya12-Feb-05 8:48
mm_chanakaya12-Feb-05 8:48 
GeneralRe: cutting video file Pin
Mike the Red13-Feb-05 16:16
Mike the Red13-Feb-05 16:16 
GeneralRe: cutting video file Pin
mm_chanakaya14-Feb-05 5:57
mm_chanakaya14-Feb-05 5:57 
GeneralHelp controlling columns in datagrid Pin
Gaz@UK12-Feb-05 8:20
Gaz@UK12-Feb-05 8:20 
GeneralRe: Help controlling columns in datagrid Pin
Dave Kreskowiak14-Feb-05 4:53
mveDave Kreskowiak14-Feb-05 4:53 
GeneralRe: Help controlling columns in datagrid Pin
Gaz@UK14-Feb-05 21:38
Gaz@UK14-Feb-05 21:38 
GeneralGet Top 10 from a search engine Pin
Mohsen Saad12-Feb-05 7:37
Mohsen Saad12-Feb-05 7:37 
GeneralRe: Get Top 10 from a search engine Pin
Dave Kreskowiak13-Feb-05 5:52
mveDave Kreskowiak13-Feb-05 5:52 
GeneralRe: Get Top 10 from a search engine Pin
Mohsen Saad13-Feb-05 11:57
Mohsen Saad13-Feb-05 11:57 
GeneralRe: Get Top 10 from a search engine Pin
Dave Kreskowiak13-Feb-05 16:59
mveDave Kreskowiak13-Feb-05 16:59 
Generalconcatenating wav files Pin
gilliver12-Feb-05 5:43
gilliver12-Feb-05 5:43 
GeneralRe: concatenating wav files Pin
Dave Kreskowiak13-Feb-05 17:16
mveDave Kreskowiak13-Feb-05 17:16 
GeneralRe: concatenating wav files Pin
gilliver14-Feb-05 4:55
gilliver14-Feb-05 4:55 

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.