473,466 Members | 1,456 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

VB.NET - Button clicked move to Next or previous window

2 New Member
Hi
Can anybody provide me code for this

When back or next button is clicked i want to go to next window/form and when back button is clicked i want to go to previous window /form in vb.net windows application. Plz provide me solution for this.

Rgds
Hema.
Dec 31 '07 #1
4 9312
CyberSoftHari
487 Recognized Expert Contributor
Expand|Select|Wrap|Line Numbers
  1. ' Creat an Object for forms you want to show
  2. Form1 obj = new Form1()
  3. ' show that object
  4.             obj.Show()
(do not ask like homework)
Dec 31 '07 #2
Frinavale
9,735 Recognized Expert Moderator Expert
Hi
Can anybody provide me code for this

When back or next button is clicked i want to go to next window/form and when back button is clicked i want to go to previous window /form in vb.net windows application. Plz provide me solution for this.

Rgds
Hema.
Is this a web application or desktop application?
Are you talking about a Web Browser's "Back" button?
Dec 31 '07 #3
Hema243
2 New Member
Is this a web application or desktop application?
Are you talking about a Web Browser's "Back" button?

it is a desktop application

rgds
hema
Jan 2 '08 #4
Frinavale
9,735 Recognized Expert Moderator Expert
it is a desktop application

rgds
hema
Try the example that CyberSoftHari has been so kind enough to provide you.

In the future, please take the time to research the problem before you post your question. The experts here are more than willing to help you with a specific problem but you have to do you part to learn the basics. Please take the time to read over the posting guidlines specifically the section on Before you post your questions.

-Moderator Frinny
Jan 2 '08 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Marcel | last post by:
Hello, I'm working on a search application for my website. The website contains a lot of pictures, and a search should return clickable thumbnails. No problems there. My problem started when I...
9
by: Karl Roes | last post by:
Hi All, I would like some advice on Next / Previous record buttons. I have a main form for the client, and a continuous subform listing client transactions. If I open one of these transactions...
2
by: Anand Ganesh | last post by:
Hi All, How to Implement Move Next, Move Previous, Last Record and First Record in a DataGrid Control ? Is there any standard tool available in the tool box button? Thanks for your time. ...
2
by: Patrick | last post by:
i have the following .aspx file defined: ..... other tags here ... <asp:TableCell><asp:button id="AddButton" Runat="server" Text="Add New Vessel..."</asp:button></asp:TableCell> ..... other tags...
3
by: dekern | last post by:
Good afternoon all, I guess I am missing the benefit of using datasets with Crystal. For years I have written wrapper apps that used the Pull method and I let Crystal do all the sql work. Now...
6
by: Ralf | last post by:
I have a window where I am adding rows to a table. One of the features is to change a group name for given rows. They want another window to open up to create new groups, edit them, etc. I have...
2
by: Sofia Zarin | last post by:
Hello every one. Can someone help me regarding how to move to previous record and next record through hyper links. One can have the example of the below mentioned block: << 1 2 3 4 5 6 ..........
3
by: dianaj86 | last post by:
I have multiple dropdownlists each one filled with values from a specific column in the table. Also I have multiple textboxes corresponding to dropdownlists. For example, when I select an item from...
1
by: yash777 | last post by:
actually, i updated database with pop up window and after updation i have to move back to the parent window. i solved the first question by closing the popup window. but how refresh the...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.