473,386 Members | 1,864 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,386 software developers and data experts.

A Wizard ?

I just loaded vb.net when I went to addins there were none.
no class builder no toolbar wizard nothing.
when I start a new project there are no wizards in VB
but in C++ they still have them .
did the software load correctly?

Nov 21 '05 #1
6 1020
Hi,

Class builder
http://www.mod2software.com/ProductPages/cbu.htm

Toolbar wizard take a look at the vb power pack utilty toolbar.
http://msdn.microsoft.com/library/de...bpowerpack.asp

Ken
-----------------------
"Jim Burns" <Ji****@comcast.net> wrote in message
news:Fa********************@comcast.com...
I just loaded vb.net when I went to addins there were none.
no class builder no toolbar wizard nothing.
when I start a new project there are no wizards in VB
but in C++ they still have them .
did the software load correctly?


Nov 21 '05 #2
What kind of shit is this Class Builder Its a third party addin
dont tell me microsoft left out all the addins fro VB6

"Ken Tucker [MVP]" <vb***@bellsouth.net> wrote in message
news:ui**************@TK2MSFTNGP15.phx.gbl...
Hi,

Class builder
http://www.mod2software.com/ProductPages/cbu.htm

Toolbar wizard take a look at the vb power pack utilty toolbar.
http://msdn.microsoft.com/library/de...bpowerpack.asp
Ken
-----------------------
"Jim Burns" <Ji****@comcast.net> wrote in message
news:Fa********************@comcast.com...
I just loaded vb.net when I went to addins there were none.
no class builder no toolbar wizard nothing.
when I start a new project there are no wizards in VB
but in C++ they still have them .
did the software load correctly?



Nov 21 '05 #3
Sounds like you are in desperate need of a class builder.

"Jim Burns" <Ji****@comcast.net> wrote in message
news:z-********************@comcast.com...
What kind of shit is this Class Builder Its a third party addin
dont tell me microsoft left out all the addins fro VB6

Nov 21 '05 #4
They didn't leave them out.. They are just not available in the Standard
Edition.

Jim Burns wrote:
What kind of shit is this Class Builder Its a third party addin
dont tell me microsoft left out all the addins fro VB6


--
---
Aaron Smith
Remove -1- to E-Mail me. Spam Sucks.
Nov 21 '05 #5
I don't need the class builder but it was nice the toolbar wizard saved time
when you had to add the same tool bar a lot.
I have the Enterprise Architect Ver I just thought the software loaded
incorrectly C++ still has its full C++ ver6 functionality but it seems like
they left a lot out of vb.net as far as addins there's not even an API
viewer.
"Aaron Smith" <th**********@smithcentral.net> wrote in message
news:v2*****************@newssvr31.news.prodigy.co m...
They didn't leave them out.. They are just not available in the Standard
Edition.

Jim Burns wrote:
What kind of shit is this Class Builder Its a third party addin
dont tell me microsoft left out all the addins fro VB6


--
---
Aaron Smith
Remove -1- to E-Mail me. Spam Sucks.


Nov 21 '05 #6
I felt your pain at first too... Then I found out that a lot of that
stuff is unneccesary now. You can have the same toolbar by doing one of
two things.. One, you can edit or create a new template that has the
toolbar in it, or what I did, was create a form that had my toolbar in
it and now I just make an inherited from from that (with other things in
it that every form I make has to have).. If you set the modifiers to
public on those controls, you can use those controls in the inherited
form just like you would in any other form... The other benefit to this,
is that if you change it in the template, and recompile, that change
will propogate throughout your forms. This made it really easy for me
because I am just starting out in .Net and when my boss wants a change
to the look of the forms, I can usually just change it in one form and
the rest will update too...

As far as an API viewer, it's called Object Browser now. View->Object
Browser, or Ctrl-Alt-J

Aaron

Jim Burns wrote:
I don't need the class builder but it was nice the toolbar wizard saved time
when you had to add the same tool bar a lot.
I have the Enterprise Architect Ver I just thought the software loaded
incorrectly C++ still has its full C++ ver6 functionality but it seems like
they left a lot out of vb.net as far as addins there's not even an API
viewer.
"Aaron Smith" <th**********@smithcentral.net> wrote in message
news:v2*****************@newssvr31.news.prodigy.co m...
They didn't leave them out.. They are just not available in the Standard
Edition.

Jim Burns wrote:
What kind of shit is this Class Builder Its a third party addin
dont tell me microsoft left out all the addins fro VB6


--
---
Aaron Smith
Remove -1- to E-Mail me. Spam Sucks.


--
---
Aaron Smith
Remove -1- to E-Mail me. Spam Sucks.
Nov 21 '05 #7

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

Similar topics

0
by: Deano | last post by:
I know this is a long, long shot since I've never seen anyone else confess to owning this software but..... Does anyone know what the correct sequence is to get the MSI wizard functioning...
0
by: AP | last post by:
I have build an addin that works great as a menu add in, however I recently tried to make it a query wizard so it would appear in the options for a new query. It shows up in the new object box, but...
2
by: Nick | last post by:
Is there anyway to get a javascript confirm button on the wizard control so that when a user clicks "cancel" it can prompt something like... "Are you sure you want to cancel? Your changes will...
2
by: John R. Lewis | last post by:
I posted this yesterday with a different email address. I am reposting with my fake-address as given to me by Microsoft so that I can be guraranteed a response from a support representative. Sorry...
6
by: Douglas J. Badin | last post by:
Earlier this month, there was a posting about this without a definitive answer. If you place a Wizard inside a FormView's EditItemTemplate the bound fields contained within the View will display...
4
by: Dabbler | last post by:
I have a Wizard control with each step using a user control. It seems the page_load of each user control is called everytime a postback event occurs in any step. Is there away to communicate to a...
6
by: tom c | last post by:
I create 2 data OleDbDataAdapters, one with the wizard, and one in code. I know the adapter created in code is OK because I use it to fill a data table. However, when I try to use the same SQL...
12
by: raghav | last post by:
Hi I am working on ASP.NET 2.0. I am developing a website using Wizard control. Based on number of steps added, next, previous, finish buttons generate automatically. After running the...
0
bartonc
by: bartonc | last post by:
Examples of wx.Wizard that I found used explicit names for the pages. Using eval() in a list comprehension, I am able to go through the imported modules by name and call create() in order to get a...
8
by: GaryDean | last post by:
I have a Wizard page and need to affect the next and previous buttons from my code-behind. I've googled around and found two solutions, and neither appear to work. I can access the SideBarList...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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,...

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.