473,587 Members | 2,448 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

VB 2005 Initialising Toobar

Hi All

After writing numerous programs in VB.net 2005 I find that the Toolbox takes
forever to initialise.

When it appears it has loads of extra tools mainly report viewer Table
Adaptors etc that I have built in my programs

Is there any way to stop the toolbox from loading anything other than the
default tools

Regards
Steve
Nov 24 '06 #1
4 1248
Hi Steve,

I am sorry that I may not understand your question exactly.
When it appears it has loads of extra tools mainly report viewer Table
Adaptors etc that I have built in my programs
Could you please tell me what you mean in the above sentence? Which tabs do
these extra tool items reside within the Toolbox?

By default, ReportViewer resides under both All Windows Forms and Data tabs
in the Toolbox.

As for TableAdapter component, when you create a TableAdapter component in
your project and then build the project, the custom TableAdapter component
will appear under a tab with the name of the project in the Toolbox by
default.

If you don't want the Toolbox to be automatically populated after you add a
custom component or control, e.g. custom UserControl or TableAdapter and
build the project, you could do like this. Go to the menu Tools | Options.
In the Options window, expand the 'Windows Forms Designer' node and selet
the 'General' sub node. At the right properties window, set the
AutoToolboxPopu late under the Toolbox section to False.

If you'd like to restore the default Toolbox, you could right-click on the
Toolbox and choose the command 'Reset Toolbox'.

If you have any question, please feel free to let me know.
Sincerely,
Linda Liu
Microsoft Online Community Support

=============== =============== =============== =====
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
=============== =============== =============== =====

This posting is provided "AS IS" with no warranties, and confers no rights.

Nov 24 '06 #2
Try setting AutoToolboxPopu late to False in
Tools/Options/WindowsFormDesi gner.

Robin S.
-----------------------------------
"steve" <ga*****@newsgr oups.nospamwrot e in message
news:e9******** ******@TK2MSFTN GP06.phx.gbl...
Hi All

After writing numerous programs in VB.net 2005 I find that the Toolbox
takes forever to initialise.

When it appears it has loads of extra tools mainly report viewer Table
Adaptors etc that I have built in my programs

Is there any way to stop the toolbox from loading anything other than the
default tools

Regards
Steve

Nov 24 '06 #3
Hi Linda

Exactly what I wanted

Thanks

Regards
Steve

"Linda Liu [MSFT]" <v-****@online.mic rosoft.comwrote in message
news:4r******** ******@TK2MSFTN GXA01.phx.gbl.. .
Hi Steve,

I am sorry that I may not understand your question exactly.
>When it appears it has loads of extra tools mainly report viewer Table
Adaptors etc that I have built in my programs

Could you please tell me what you mean in the above sentence? Which tabs
do
these extra tool items reside within the Toolbox?

By default, ReportViewer resides under both All Windows Forms and Data
tabs
in the Toolbox.

As for TableAdapter component, when you create a TableAdapter component
in
your project and then build the project, the custom TableAdapter component
will appear under a tab with the name of the project in the Toolbox by
default.

If you don't want the Toolbox to be automatically populated after you add
a
custom component or control, e.g. custom UserControl or TableAdapter and
build the project, you could do like this. Go to the menu Tools | Options.
In the Options window, expand the 'Windows Forms Designer' node and selet
the 'General' sub node. At the right properties window, set the
AutoToolboxPopu late under the Toolbox section to False.

If you'd like to restore the default Toolbox, you could right-click on the
Toolbox and choose the command 'Reset Toolbox'.

If you have any question, please feel free to let me know.
Sincerely,
Linda Liu
Microsoft Online Community Support

=============== =============== =============== =====
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
=============== =============== =============== =====

This posting is provided "AS IS" with no warranties, and confers no
rights.

Nov 24 '06 #4
Hi Robin

Exactly what I wanted

Thanks

Regards
Steve

"RobinS" <Ro****@NoSpam. yah.nonewrote in message
news:6I******** *************** *******@comcast .com...
Try setting AutoToolboxPopu late to False in
Tools/Options/WindowsFormDesi gner.

Robin S.
-----------------------------------
"steve" <ga*****@newsgr oups.nospamwrot e in message
news:e9******** ******@TK2MSFTN GP06.phx.gbl...
>Hi All

After writing numerous programs in VB.net 2005 I find that the Toolbox
takes forever to initialise.

When it appears it has loads of extra tools mainly report viewer Table
Adaptors etc that I have built in my programs

Is there any way to stop the toolbox from loading anything other than the
default tools

Regards
Steve


Nov 24 '06 #5

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

Similar topics

1
1409
by: ajit goel | last post by:
Hi; I have a question which respect to initialising and creating objects in loops.Here are the 2 scenarios: 1. ############################################################################### for (int i=0;i<5;i++) { object a= new object();
8
2622
by: Nick Keighley | last post by:
Hi, is there a way of initialising a vector in a similar fashion to initialising an array? consider: Shape* triangle = new Triangle (); Shape* square = new Square (); Shape* shape_arr = {&triangle, &square};
8
1768
by: nrhayyal | last post by:
hi all, is it a good idea to assign object to pointers without initialising it to NULL? suppose if i have a class TEST class ELEMENT { private: int a; string s1;
7
2217
by: Mike P | last post by:
I have a class with a dozen+ properties, some of which will be set a value, and some not, depending on the constructor called. I also have a method which has only one overload and all of the properties are being sent to it. My question is, because some of these properties will not be initialised by the constructor used, calling this method...
6
4677
by: Jeremy Targett | last post by:
Hello, I'm trying to initialise a two-dimensional array of characters, 12 by 60, with each entry maximum 6 characters wide. (It's a fix I'm making to an old program which I learned just enough C for at the time, and since then I've become rusty, and can't seem to figure this out.) this (as you know) won't work: char lily_pitch; ...
1
1602
by: steve | last post by:
Hi All I have an application with a setup project which has worked faultlessly for months Today I added some graphs to the Report viewer in VB.net 2005 and when I build the setup project and try to install on a PC I get the error message Exception occurred while initialising the installation Syystem.IO.FileNotFoundException. Could not...
3
1701
by: mark.bergman | last post by:
Running lint on code initialising a local 2-D array gives a warning. void f(void) { int a = { 0 }; ... lint gives "warning: Partially elided initialisation..." Should this be happening, and what does it mean (the warning does not
107
4074
by: DaveC | last post by:
I always used to initialise variables at declaration, then a couple of colleagues started telling me it was bad practice and that the compiler should be left to spot the use of uninitilised variables and hence possible bugs. Your thoughts on the above would be welcome (as an aside), but my main problem follows. Now I've recently upgraded...
2
1374
by: Ryan Liu | last post by:
I have a control with a toolbar on it, and I have another control inherits it, and in this sub-control, I add more toobar buttons to it. It used to work fine in VS 2003. But in VS 2005, in property sheet, it shows: read only. Is this a bug or desiged so in VS 2005? Thanks and Happy new year!
0
7920
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...
0
8347
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...
1
7973
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...
0
8220
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...
1
5718
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...
0
5394
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3844
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...
1
2358
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
0
1189
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...

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.