473,385 Members | 1,843 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

How to switch between form in runtime

How to switch between form in runtime
Jan 5 '10 #1
5 1924
tlhintoq
3,525 Expert 2GB
What does this mean? You need to explain your situation and problem better.
Jan 5 '10 #2
I have two forms when i debug first form opens and at that i can't access second form without closing
so i asked how to access between form in running time
Jan 5 '10 #3
Frinavale
9,735 Expert Mod 8TB
Add a button to Form1 that opens Form2?

-Frinny
Jan 5 '10 #4
tlhintoq
3,525 Expert 2GB
Add a button to Form1 that opens Form2?
That was what I was going to say...

I also commonly put in a "diagnostic" menu option for all those types of choices. The diagnostic menu is only visible if the PC logged in use is my log in, that way it doesn't show on the client PC, but if I absolutely need it I can make a user for myself during on-site installation, do what I need to, then delete the user.
Jan 5 '10 #5
ThatThatGuy
449 Expert 256MB
as Frinny said....

Add a button in form 1 that opens the child form or a dialog form..with code something like this....

Form2.Show()
Jan 6 '10 #6

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

Similar topics

5
by: Jamie Wright | last post by:
I have using a 'switch' to retrieve the name of the website section through sending a 'section' integer... function title($section) { switch ($section) { case 0: $output = "Introduction";...
34
by: Duncan McNutt [BSDM] | last post by:
Is it possible to have ranges or patterns in a case ? If not, why wasnt this designed in to make it easier instead of listing every case value needed? -- Duncan McNutt Microsoft Product...
2
by: fred | last post by:
I tested following program gives runtime error: Unhandled Exception: System.InvalidProgramException: Common Language Runtime detected an invalid program. using System; public class SwitchTest...
13
by: Adam Blair | last post by:
Is it possible to bind a switch statement to an Enum such that a compile-time error is raised if not all values within the Enum are handled in the switch statement? I realise you can use default:...
19
by: rdavis7408 | last post by:
Hello, I have four textboxes that the user enters the price per gallon paid at the pump, the mileage per gallon and I would like to then calculate the cost per gallon and use a switch statement to...
9
by: Tim | last post by:
Hi, I hope this is an easy question for you guys... I have an application that I need to be able to switch from sqlserver to access at runtime. I can change from one sqlserver installation to...
13
by: Fei Liu | last post by:
Hi Group, I've got a problem I couldn't find a good solution. I am working with scientific data files in netCDF format. One of the properties of netCDF data is that the actual type of data is only...
4
by: walter | last post by:
The question sound simple -- I had a multilingual site, I give a button on each page to allow user switch to different language, and of cause I want to use asp.net 2 globalization mechanism. So...
0
by: KEM827 | last post by:
In MS Access 2007, I want to switch between datasheet and form views, without filtering, and remain on the current record. Should I use a bookmark ? How ? or How might I place a button on the...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

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.