Click here to Skip to main content
15,923,051 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Problem Setting OpenFileDialog.InitialDirectory Pin
Alan Burkhart29-Dec-16 6:11
Alan Burkhart29-Dec-16 6:11 
AnswerRe: Problem Setting OpenFileDialog.InitialDirectory Pin
Ralf Meier31-Dec-16 1:29
mveRalf Meier31-Dec-16 1:29 
GeneralRe: Problem Setting OpenFileDialog.InitialDirectory Pin
Alan Burkhart31-Dec-16 5:16
Alan Burkhart31-Dec-16 5:16 
GeneralRe: Problem Setting OpenFileDialog.InitialDirectory Pin
Member 128864681-Mar-18 22:07
Member 128864681-Mar-18 22:07 
GeneralRe: Problem Setting OpenFileDialog.InitialDirectory Pin
Alan Burkhart2-Mar-18 6:12
Alan Burkhart2-Mar-18 6:12 
QuestionHow to read listview data in to a report Pin
RedRocket201621-Dec-16 8:59
RedRocket201621-Dec-16 8:59 
AnswerRe: How to read listview data in to a report Pin
Eddy Vluggen23-Dec-16 2:50
professionalEddy Vluggen23-Dec-16 2:50 
Questionreload listview of parent form from user control vb.net Pin
l3ugs.l3unny18-Dec-16 17:57
l3ugs.l3unny18-Dec-16 17:57 
Hi guys, Im just a newbie in vb.net. Just want to ask for help.. Here's my problem. i have a parent form which i call frmKitchen. Inside it, i have a listview and an user control. I want to reload all the items in the listview when something change in my user control. is there any possible way?

here's my sample code

Main form:
VB.NET
Public Sub btnRefresh_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnRefresh.Click
       selectDistOfItem()
       getAndDisplaySum()
       Me.Refresh()
   End Sub


User control:

VB.NET
Private Sub lvOrders_DoubleClick(ByVal sender As Object, ByVal e As System.EventArgs) Handles lvOrders.DoubleClick
        If lvOrders.SelectedItems.Count > 0 Then
         'some codes here
        Dim kit As New frmKitchen
        kit.btnRefresh_Click(Nothing, Nothing)

        End If
    End Sub


I cant reload the data from database to listview when an event done in my user control. please help.. thanks in advance..
AnswerRe: reload listview of parent form from user control vb.net Pin
Dave Kreskowiak19-Dec-16 6:47
mveDave Kreskowiak19-Dec-16 6:47 
QuestionMy demo reports program gives error[SOLVED] Pin
tacbanon18-Dec-16 15:41
tacbanon18-Dec-16 15:41 
QuestionHow to View two different report (Crystal Report) in one view ? Pin
Hermawan2615-Dec-16 19:40
Hermawan2615-Dec-16 19:40 
AnswerRe: How to View two different report (Crystal Report) in one view ? Pin
Afzaal Ahmad Zeeshan15-Dec-16 23:13
professionalAfzaal Ahmad Zeeshan15-Dec-16 23:13 
GeneralRe: How to View two different report (Crystal Report) in one view ? Pin
Hermawan2616-Dec-16 16:06
Hermawan2616-Dec-16 16:06 
QuestionNative Compiler for VB Pin
rkinning13-Dec-16 15:39
rkinning13-Dec-16 15:39 
AnswerRe: Native Compiler for VB Pin
Dave Kreskowiak13-Dec-16 17:39
mveDave Kreskowiak13-Dec-16 17:39 
GeneralRe: Native Compiler for VB Pin
rkinning14-Dec-16 5:40
rkinning14-Dec-16 5:40 
GeneralRe: Native Compiler for VB Pin
Dave Kreskowiak14-Dec-16 6:55
mveDave Kreskowiak14-Dec-16 6:55 
AnswerRe: Native Compiler for VB Pin
Eddy Vluggen14-Dec-16 6:19
professionalEddy Vluggen14-Dec-16 6:19 
JokeRe: Native Compiler for VB Pin
Richard Deeming14-Dec-16 7:27
mveRichard Deeming14-Dec-16 7:27 
AnswerRe: Native Compiler for VB Pin
Gerry Schmitz14-Dec-16 12:34
mveGerry Schmitz14-Dec-16 12:34 
QuestionSubreportProcessingEventArgs, getting the type to complete a CType for a DataSet in a report writer Pin
jkirkerx13-Dec-16 9:11
professionaljkirkerx13-Dec-16 9:11 
AnswerRe: SubreportProcessingEventArgs, getting the type to complete a CType for a DataSet in a report writer Pin
Richard Deeming13-Dec-16 9:41
mveRichard Deeming13-Dec-16 9:41 
GeneralRe: SubreportProcessingEventArgs, getting the type to complete a CType for a DataSet in a report writer Pin
jkirkerx13-Dec-16 10:39
professionaljkirkerx13-Dec-16 10:39 
GeneralRe: SubreportProcessingEventArgs, getting the type to complete a CType for a DataSet in a report writer Pin
Richard Deeming14-Dec-16 0:49
mveRichard Deeming14-Dec-16 0:49 
QuestionINI - read multiline! Pin
User 989707411-Dec-16 2:15
User 989707411-Dec-16 2:15 

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.