473,804 Members | 2,277 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Moving in IDE from procedure to procedure

Anybody know if maybe in VS 2003 IDE exist any keyboard shortcut for
quick moving from one procedure up or down like is that in VBA IDE? I
can't find anything about that in help under Keyboard shortcuts.

In VBA you press Ctrl+UpArrow or Ctrl+DownArrow and you move quickly to
second line of next or previous procedure. Actually the same work in Ms
Word for quick moving from paragraph to paragraph. It's seem to me very
handy and I miss that here.

Regards,
Billy

Nov 21 '05 #1
4 1297
Hi Billy

Have a look at MZ-Tools (http://www.mztools.com/). It has shortcuts to take
you to the top and bottom of the current procedure, and lots of other good
stuff.

HTH

Charles
"Billy" <ab****@yahoo.c om> wrote in message
news:11******** **************@ g14g2000cwa.goo glegroups.com.. .
Anybody know if maybe in VS 2003 IDE exist any keyboard shortcut for
quick moving from one procedure up or down like is that in VBA IDE? I
can't find anything about that in help under Keyboard shortcuts.

In VBA you press Ctrl+UpArrow or Ctrl+DownArrow and you move quickly to
second line of next or previous procedure. Actually the same work in Ms
Word for quick moving from paragraph to paragraph. It's seem to me very
handy and I miss that here.

Regards,
Billy

Nov 21 '05 #2
I tried that and there is no such shortcut inside mztools. Any more
ideas?

If any one from MS read that: That is a wish to be BACK in VS2005,
because it is very handy.

Regards,
Billy

Nov 21 '05 #3
In MZTools there are

Go to beginning of Class
Go to end of Class
Go to beginning of Procedure
Go to end of Procedure

You can assign keyboard shortcuts to each of these.

If you want to move between procedures, try creating a macro that uses Find
on a regular expression to locate the next (or previous) Function, Sub, or
Property.

Charles
"Billy" <ab****@yahoo.c om> wrote in message
news:11******** ************@z1 4g2000cwz.googl egroups.com...
I tried that and there is no such shortcut inside mztools. Any more
ideas?

If any one from MS read that: That is a wish to be BACK in VS2005,
because it is very handy.

Regards,
Billy

Nov 21 '05 #4
That's quite easy to do with my add-in too, because you can use its Find
feature to locate Sub, Function or Property (excluding the "End " word if
you want through a regular expression), and then you can hide the results
window and use the MZTools4.NextRe sult and MZTools4.Previo usResult commands
on the toolbar or through keyboard bindings.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com

"Charles Law" <bl***@nowhere. com> escribió en el mensaje
news:uB******** ******@tk2msftn gp13.phx.gbl...
In MZTools there are

Go to beginning of Class
Go to end of Class
Go to beginning of Procedure
Go to end of Procedure

You can assign keyboard shortcuts to each of these.

If you want to move between procedures, try creating a macro that uses
Find on a regular expression to locate the next (or previous) Function,
Sub, or Property.

Charles


Nov 21 '05 #5

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

Similar topics

1
6364
by: Mahesha | last post by:
Exponential Moving avg is calculated using the formula. EMA = (Today's Price)* K + (EMA yesterday) * (1-K) where K = 2 / (N+1) The user is going to Input the K. It is something like F(N) = Price * K + F(N-1) * (1-K) How can I reference, the previously calculated value in the Next row calculation. I need to implement this in SQL Server.
1
1095
by: Jeff Magouirk | last post by:
Dear All, We have a procedure that takes12 minutes to run on the first server but that same procedure now takes 3 hours to run on the second server using the same data. Does anyone have any suggestions why this is happening and how to make the procedure faster on the second server Thanks in advance. Jeff Magouirk
4
1910
by: Mike L. Bell | last post by:
As the DBA for a development project a couple of years ago, I was in charge of migrating/promoting stored procedures from the development environment to the QA and production environments once they had been proven. I automated the process with a script that sucked the source code from source database, removed proc if exsists in target environment, compiled it in the target enviroment and logged the operation in a tracking table. This...
6
2267
by: alanknipmeyer | last post by:
Hi, I`m in the process of migrating a Access 2002 (Run in 2000 mode) from Windows 98 to Win2K Server. It is a shared resource via a file share on the 98 Server. Client systems are Win98 with the shared drive mounted and the application run via the shared drive. I have tried once before, but came across some file locking issues. I thought i had addressed these file locking issues, but it came apparent I hadn't when data started to get...
7
3730
by: Tim Conner | last post by:
Hi, I am an ex-delphi programmer, and I having a real hard time with the following simple code (example ): Which is the equivalent to the following code ? var chars : PChar; sBack, s : String;
2
3399
by: Robert Boudra | last post by:
I want to use a single event procedure in Vb.net to move the focus on a WinForm to the next control in the tab order, regardless of which control that is. I know that I can use the "handles" keyword to have the same procedure called when events occur on different controls. However, I don't know how to tell the procedure to jump to the next control in the tab order. In VB6, I used SendKeys Tab to do this, but this doesn't seem to work in...
14
2010
by: bwadley | last post by:
Hi, Im fairly new to VB.NET and am hoping someone can help me with what is probably a simple problem. I have an MDI app, when I open a child form, I want it centered to the parent. So I put some code in the FormLoad procedure which works out the centre of the screen and moves the child appropraitely. This is pretty much the code I have:
7
10830
by: =?Utf-8?B?TW9iaWxlTWFu?= | last post by:
Hello everyone: I am looking for everyone's thoughts on moving large amounts (actually, not very large, but large enough that I'm throwing exceptions using the default configurations). We're doing a proof-of-concept on WCF whereby we have a Windows form client and a Server. Our server is a middle-tier that interfaces with our SQL 05 database server.
3
2445
prn
by: prn | last post by:
Hi folks, I've got something that's driving me crazy here. If you don't want to read a long explanation, this is not the post for you. My problematic Access app is a DB for keeping track of software test data. Each instance of a test is associated with a "test case", that is, a test item. Each test instance (or "run") may have a number of other characteristics too, such as browser used, OS (XP, Vista, Linux, Mac OSX, etc.), etc., but for...
0
9714
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10346
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10347
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9173
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5531
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5673
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4308
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3832
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3001
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.