473,651 Members | 3,036 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Class Builder utility for vb.net???

Is there a utility out there that's similar to the Class Builder add-in
in VB6. Something that creates the get/set code and the local variable.

Thanks.
Nov 20 '05 #1
5 3653
* Frank Rizzo <no**@none.co m> scripsit:
Is there a utility out there that's similar to the Class Builder
add-in in VB6. Something that creates the get/set code and the local
variable.


There is no such Add-In/utility built in in VB/VS.NET.

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #2
Frank Rizzo <no**@none.co m> wrote in message news:<uC******* *******@TK2MSFT NGP10.phx.gbl>. ..
Is there a utility out there that's similar to the Class Builder add-in
in VB6. Something that creates the get/set code and the local variable.


Frank,

It may be overkill but Flywheel does what you ask, and a lot more.
http://www.velocitis.com

I also saw a recent post in this ng concerning macro's to do that,
take a look at http://groups.google.com/groups?q=ma...ftngp11&rnum=2

Charlie
Nov 20 '05 #3
Charlie Smith wrote:
Frank Rizzo <no**@none.co m> wrote in message news:<uC******* *******@TK2MSFT NGP10.phx.gbl>. ..
Is there a utility out there that's similar to the Class Builder add-in
in VB6. Something that creates the get/set code and the local variable.

Frank,

It may be overkill but Flywheel does what you ask, and a lot more.
http://www.velocitis.com

I also saw a recent post in this ng concerning macro's to do that,
take a look at http://groups.google.com/groups?q=ma...ftngp11&rnum=2


Yeah, the macro does not do what I want.
What I was looking for was closer to the PDSA Class Builder Add-in
(http://www.pdsa.com/Tips/PDSAClassBuilder.zip) - a simpler Property
builder really.

Anyway, I took a first crack at creating a Class Builder Add-in for
vs.net to address that need and I think I need probably another 2-3
hours to finish it up.

Regards
Nov 20 '05 #4
Jen
Any luck with it? We anxiously await the magic code!

Frank Rizzo <no****@nospam. com> wrote:
Anyway, I took a first crack at creating a Class Builder Add-in for
vs.net to address that need and I think I need probably another 2-3
hours to finish it up.

Regards


(please send all replies via the newsgroup)

Dim the Lights & Save the Stars:
http://www.darksky.org/
Nov 20 '05 #5
Jen wrote:
Any luck with it? We anxiously await the magic code!
I didn't think anyone was waiting for it, but here it is.
http://www.vbrad.com/pf.asp?p=source...der_vb_net.htm

It includes the Add-In installation, source code for the add-in and the
setup and the macro (in case you don't want to install any add-ins).

Frank Rizzo <no****@nospam. com> wrote:

Anyway, I took a first crack at creating a Class Builder Add-in for
vs.net to address that need and I think I need probably another 2-3
hours to finish it up.

Regards

(please send all replies via the newsgroup)

Dim the Lights & Save the Stars:
http://www.darksky.org/

Nov 20 '05 #6

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

Similar topics

1
4104
by: John Benson | last post by:
I was looking at the Scriptics/Tcl website and followed a link to a Tk GUI builder called Gypsy. I'm just curious to know if there's any Tk GUI builder utility available to me in the Python environment.
0
1583
by: james | last post by:
My fellow VB.NET developers, Ever wonder why MS didn't include a "Class Builder" in Visual Studio .NET like they did in other versions of visual studio? So did we.
2
2350
by: m00nm0nkey | last post by:
I'm sure this has probably been asked before, but, am I being foolish or does the Class Builder utility not exist in VB.Net? If so, why did MS Decide to remove this feature? I personally found it saved a lot of time. I know in .NET, some time is saved when you type "Public Property xxx as xxx", in that it auto-types the Set and Get functions, but again, you still have to fill in those procedures yourself, which you didn't have to do in...
1
2118
by: Michael Carr | last post by:
Does anybody know how to inherit from a class with a private constructor? I am trying to inherit from DataRow as follows: public class MyDataRow : DataRow { private MyDataRow() { } }
3
1838
by: Ashish Patel | last post by:
hi friends I have create one class in VB.Net, named as TestCtrl.V Now, i want to add some properties in that class. In VB, there is add-in component (Class Builder Utility) by which we can add properties in class But in dotnet how to add properties. Is there any add-in components available or we have to write them manually regards Ashish
1
1388
by: Fernando Berretta | last post by:
Hi, I´m looking for the legacy vb6 Class builder utility in .Net but, I´m not being able to find it. does VB.NET has this utility ? Best Regards, Fernando
5
6540
by: Michael | last post by:
I'm trying to build a exe on a vista system using py2exe. It will deploy to vista and XP systems. If it matters, the application uses pyserial, as well. I have VS Studio 2005 installed on this laptop as well. I've found this so far that seems to be identical to what I'm seeing (for non-python programs): http://www.thescripts.com/forum/thread611031.html When I attempt to run, I get "The procedure entry point _except_handler4_common could...
5
2797
by: =?Utf-8?B?TWFuanJlZSBHYXJn?= | last post by:
Hi, I developed a custom Matrix class derived from custom VC++ doubles Array class derived from a RealArray which is defined as: typedef CArray<double,doubleRealArray; Now I need to convert this custom Matrix class to standard doubles Matrix (VC++) as I am passing it to some function that understands only the standard class.
1
1611
by: ctoo | last post by:
The following compiles and works with g++ 3.4.4 and Borland C++ Builder 6 update#4: #include <iostream> #include <vector> #include <utility> // declaration and definition for primary class template template <class T> class A
0
8278
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,...
0
8807
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8584
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
7299
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
6158
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
5615
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 into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4144
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...
1
2701
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
1588
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.