473,770 Members | 5,880 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

One thing I miss from VB6


Doing some c# client programming in VS.net

One thing I miss is that in the code view I could set the focus to a
form object in the left hand drop down ( like a TreeView control ) and
then the right hand drop down would expose only the properties and
events associated with that control.

I don't see that in VS.NET

Jul 21 '05 #1
2 1285
VB.NET does this.

"John Bailo" <jabailo___jaba ilo@earthlink__ ____.net> wrote in message
news:3a******** *****@individua l.net...

Doing some c# client programming in VS.net

One thing I miss is that in the code view I could set the focus to a form
object in the left hand drop down ( like a TreeView control ) and then the
right hand drop down would expose only the properties and events
associated with that control.

I don't see that in VS.NET

Jul 21 '05 #2
Ron
Hi John.
You can use the Object Browser in VS .NET (using c#)
Click View\Object Browser, and click
system.windows. forms\System.Wi ndows.Forms\Tre eView
to see its methods, properties and events.
HTH
Ron.

"John Bailo" <jabailo___jaba ilo@earthlink__ ____.net> wrote in message
news:3a******** *****@individua l.net...

Doing some c# client programming in VS.net

One thing I miss is that in the code view I could set the focus to a
form object in the left hand drop down ( like a TreeView control ) and
then the right hand drop down would expose only the properties and
events associated with that control.

I don't see that in VS.NET

Jul 21 '05 #3

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

Similar topics

10
1754
by: John Benson | last post by:
Hi, I see a lot of posts asking about "the best Python book." In my experience, there is no such thing, but there are a lot of good books that will help you along in different ways, and at different times. First of all, I'd like to clarify my position on learning: I subscribe to the adobe hacienda school of autodidactic technology, to wit: "If you throw enough adobe at the side of the hacienda, some of it will stick"
3
2247
by: F. GEIGER | last post by:
When I start a py2exe-ed application I get the error 'ascii' codec can't encode character u'\xe9' in position 10: ordinal not in range(128) This is how I run py2exe: setup.py py2exe -O1 --packages encodings This is how the .po-file looks like:
8
1405
by: ibm_97 | last post by:
DB2 8.2 I try to add a column into a table. I think the procedure inside DB2 is: 1. Create a temporary table which has the old table stucture and data. 2. Drop the original table 3. Create the new table with the added column 4. Insert data back into the new table from that temporary table.
18
1425
by: Parahat Melayev | last post by:
#include <stdio.h> #include <stdlib.h> #include <limits.h> int main() { unsigned char *c; c = malloc(sizeof(unsigned char)); printf("size of unsigned char: %d\n", sizeof(unsigned char)); printf("size of c: %d\n", sizeof(c));
3
1136
by: John Bailo | last post by:
Doing some c# client programming in VS.net One thing I miss is that in the code view I could set the focus to a form object in the left hand drop down ( like a TreeView control ) and then the right hand drop down would expose only the properties and events associated with that control. I don't see that in VS.NET
3
4847
by: Daniel | last post by:
Hi, I have a scenario where a class is wrapped inside another but the inner class triggers an event. I want that event to be accessed outside of the wrapper. As a result i do code such as: public Table() { _Logic = LogicFactory.Instance.GetLogic(); _Logic.MoveDone += OnMoveDone;
8
12913
by: anukedari | last post by:
Hi, Could any boby please help to get the answers for the following questions: Is Apache always sends "X-Cache:MISS" header even when caching is off (disable)? or Can we say that cache settings are enable if it sends "X-Cache:MISS" header in the response? Your help would be appreciated.
6
1205
by: drop669 | last post by:
Hi. I have this piece of code: ===================================== #include <map> template <class Tclass dict { private:
0
1399
by: manikandan | last post by:
dont miss it just open dont miss it just open dont miss it just open #############################
0
9595
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
9432
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10008
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
9873
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8891
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...
1
7420
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5454
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3578
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2822
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.