473,387 Members | 1,502 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,387 software developers and data experts.

Best way to Jump from One to another !

Hiren Joshi
Hello All,

I am developing one application of quotation which has 7 forms in it... Now can any one suggest the best way to jump from one form to another?

Do we have any option like Hyperlink? because I know we can use Command Buttons,but I want to try something else instead of command buttons...

So if we can use Label with Hyperlink or something similar to it.

e.g. in each form it should have link for rest of the 6 forms to move to the particular form directly.

Thanks and Regards,

Hiren
Feb 21 '08 #1
5 1240
jamesd0142
469 256MB
use code such as...

hide the form your using
Expand|Select|Wrap|Line Numbers
  1. me.hide
  2.  
show a new form
Expand|Select|Wrap|Line Numbers
  1. formname.show
  2.  
Feb 21 '08 #2
hi jamesd0142

I know that code, but my main concern is I dont want to use simple command buttons but may be labels with hyperlink.

So I want to know how to use hyperlink if that option is available

Thanks

Hiren
Feb 21 '08 #3
jamesd0142
469 256MB
ok sorry, well you can use normal labels and put code on the click event to show any form as u would a button...

only thing is you willl have to hardcode every lable on each form from what i can see.
Feb 21 '08 #4
daniel aristidou
491 256MB
Hi what version of vb are you using later versions have a link label control..in order to create hyperlinks
Feb 21 '08 #5
Killer42
8,435 Expert 8TB
At the simplest level, pretty much any control which supports a Click or MouseDown event would probably serve your purpose.

You might also consider the use of MDI, or using panels in a statusbar control, or menu options.
Feb 21 '08 #6

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

Similar topics

0
by: kcamhi | last post by:
Is there a way in either windows media player object or directshow (or other) to play a very specific subset of a video file? I have a single video file that I'll load that has a bunch of...
4
by: robert d via AccessMonster.com | last post by:
When my app starts up, it creates a temporary database. This temp database is created from a 'model' database that is in the same folder as the application. Because there is a model, the creation...
6
by: Todd A. Anderson | last post by:
I have a function foo of which I need to get the address. The problem is that when you say "&foo" (or just foo for that matter), you get the address of this function's entry in a jump table and...
4
by: Henry Jones | last post by:
The best way to solve YOUR problem is to do the following: Fill Bathtub. Make sure your computer is powered up. Throw your computer in the TUB. Jump in.
18
by: stylecomputers | last post by:
Hi All, What do you find the best IDE for creating web applications in Python is? Preferably FOS IDE. Cheers
0
by: ane1717 | last post by:
I am trying to write a code that runs when the user clicks a picture within another excel spreadsheet. I need it jump to a specified cell by searching for the contents within the cell "152Z33XX". I...
29
by: gs | last post by:
let say I have to deal with various date format and I am give format string from one of the following dd/mm/yyyy mm/dd/yyyy dd/mmm/yyyy mmm/dd/yyyy dd/mm/yy mm/dd/yy dd/mmm/yy mmm/dd/yy
2
by: AA Arens | last post by:
I have a form with a combo account manager (choose the name) I have record navigation buttons on that form, along with other fields. I do not use queries, only tables. One of the tables is the...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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
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?
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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,...

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.