473,320 Members | 1,991 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,320 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 2381
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: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
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...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
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...

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.