473,387 Members | 1,520 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.

does this vb.6 command exist in vb.net

In vb.6 in design time, there is a View Menu command
called "Last Position" that allows you to quickly
navigate to a previous location in your code. This is a
very useful feature if you have to go back and forth
between several places quickly without setting up split
windows, horizontal/vertical windows, etc.

Is there something comparable in vb.net

Thanks

smHaig
Jul 21 '05 #1
3 2385
The's nothing exactly the same although there are loads of easy ways to
navigate around your code - one of the similar things I find myself doing
all the time (in C# but it works the same in VB.NET) is to use the bookmarks
feature of the Visual Studio IDE (look on the Edit menu under Bookmarks) -
there are keyboard shortcuts to add bookmarks and navigate between the
bookmarks - this is really handy for skipping between two locations in the
same code file - it doesn't work between different code files but that's
normally not an issue as it's easy to swap between windows.

Hope this helps

--
Steve Willcock, MCSD
http://www.willcockconsulting.com/

"smhaig" <an*******@discussions.microsoft.com> wrote in message
news:21****************************@phx.gbl...
In vb.6 in design time, there is a View Menu command
called "Last Position" that allows you to quickly
navigate to a previous location in your code. This is a
very useful feature if you have to go back and forth
between several places quickly without setting up split
windows, horizontal/vertical windows, etc.

Is there something comparable in vb.net

Thanks

smHaig

Jul 21 '05 #2

Thanks Steve.

I like this better, because it gives me control to decide
whether I want to go somewhere or not. It really makes
it much easier to navigate.

smHaig
Jul 21 '05 #3
View | Navigate Backward does what you want. There's also a toolbar button
with a dropdown similar to the Back button in IE.

--
Rob Windsor [MVP-VB]
G6 Consulting
Toronto, Canada

"smhaig" <an*******@discussions.microsoft.com> wrote in message
news:21****************************@phx.gbl...
In vb.6 in design time, there is a View Menu command
called "Last Position" that allows you to quickly
navigate to a previous location in your code. This is a
very useful feature if you have to go back and forth
between several places quickly without setting up split
windows, horizontal/vertical windows, etc.

Is there something comparable in vb.net

Thanks

smHaig

Jul 21 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Nicolas Fleury | last post by:
Hi, How can I know if a system command doesn't exist? All the ways I have tried behave like if the system command was existing but returning one. I don't want to sound provocative, but open in...
3
by: George Hester | last post by:
You know there is a difference between the Microsoft .NET Framework and the Microsoft .NET Framework SDK. Besides the fact that the former is 20 some MB and the latter is some 100MB there is a...
0
by: Jan | last post by:
I store sql-commands in a database table. In the first step I get the sql command out of the database table with embedded sql. In the second step I try to execute the command, which i got from the...
11
by: BoonHead, The Lost Philosopher | last post by:
I think the .NET framework is great! It's nice, clean and logical; in contradiction to the old Microsoft. It only saddens me that the new Microsoft still doesn't under stand there own...
9
by: Eugene | last post by:
I am trying to use db2batch from my XP client against a remote database. And here's what I am getting: C:\work\Tuning\DB2\db2batch> db2batch -d oakl0 -a fs/fs -f db2batch.sql Running in...
2
by: george r smith | last post by:
Gentlemen, I know that this problem has happened before and I searched and tried all solutions but problem is not solved. I install asp.net community starter kit with some help from this...
3
by: Olivogt | last post by:
Hello, I was just puting an application on the web server but it did not work as usual... - I do develop on my notebook and move released applications to the Web server - both have Sql Server...
4
by: Mythran | last post by:
I have the following code: public static void Main() { DoIt(); } private void DoIt() {
3
by: sammyloo | last post by:
Hi all, I'm experiencing a problem using ASP.NET web services to access a different server with SQL Server 2000 database. And I get the error of the following Exception Details:...
51
by: Ojas | last post by:
Hi!, I just out of curiosity want to know how top detect the client side application under which the script is getting run. I mean to ask the how to know whether the script is running under...
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: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.