Problem with mdi container
Hello
I'm Developing my first project on Vb.net.Now i'v small problem with mdi container.
in my mdi container have toolbar,in that previous ,next buttons are there.
in another form datagridview is there,now i want to move datagridview reselt set using that prev,next buttons(these buttons are in parent form).
don't have any idea regarding that.pls help me any one.
Thanks is adavance...........
Re: Problem with mdi container
Pls guide me any one ,its very urgent to me.
Re: Problem with mdi container
asked any tough question or didn't understand to any body?
Re: Problem with mdi container
Quote:
in another form datagridview is there,now i want to move datagridview reselt set using that prev,next buttons(these buttons are in parent form).
Kind of confusing. Post two pictures. What you have, and what you want...
Re: Problem with mdi container
i'm storeing my search results in datagridview,
i found 5000 records.
now i want to move that records using previous,next buttons
But these buttons are not in the same window,those are in toolstrip menu(in MDI Container Form)
i mean results are in child form ,buttons are in parent form
i'm not getting how to communicate between two forms?
Hope u r undersatnding my problem.
Thanks for ur Reply..
Re: Problem with mdi container
Hi..
Just i am giving advice... i am not sure of this..
cant u have a handler for tool bar buttons next and previous and then use data grid functions to move the records programatically...
Re: Problem with mdi container
I'm not getting wht u r saying
Thanks for ur reply..
Re: Problem with mdi container
Download the 101 Samples from HERE
Re: Problem with mdi container
didn't find any example according to my problem.