Components in VB.net standard | Bytes (2024)

Home Posts Topics Members FAQ

Art

Hi everyone

Can I create a TextBox component and place it in my tool box with the standard edition of VB.net? What I'd like to do is to create a TextBox control, and then add some specific properties and methods to it. After this is done I would like to place 3 of them on a user control. (this is really a continuation of a question that Armin, Klaus, and Herfried previously helped me with). The book I'm learning from shows how to do this by creating a dll file -- but this doesn't seem to be available in the standard edition

I'd like to do this so I can visually set up and position the text boxes, but still be able to add some common properties and methods to them

Any help would be greatly appreciated

Art

Nov 20 '05 #1

Subscribe Reply

2 Components in VB.net standard | Bytes (1) 957 Components in VB.net standard | Bytes (2)

Ot

For creating a library in VB.NET Standard see
http://www.planet-source-code.com/vb...=517&lngWId=10

"Art" <Ar*****@yahoo. com> wrote in message
news:A5******** *************** ***********@mic rosoft.com...

Hi everyone!

Can I create a TextBox component and place it in my tool box with thestandard edition of VB.net? What I'd like to do is to create a TextBox
control, and then add some specific properties and methods to it. After
this is done I would like to place 3 of them on a user control. (this is
really a continuation of a question that Armin, Klaus, and Herfried
previously helped me with). The book I'm learning from shows how to do
this by creating a dll file -- but this doesn't seem to be available in the
standard edition.
I'd like to do this so I can visually set up and position the text boxes,but still be able to add some common properties and methods to them.
Any help would be greatly appreciated!

Art


Nov 20 '05 #2

Art

Ot

Thanks very much, I'll take a look

Art

Nov 20 '05 #3

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

Similar topics

2 2079

Pythoncard Multiple components

by: Adrian Smith |last post by:

I am using pythoncard 0.7.2 for windows. I am trying to use the same code for a large number of buttons so started out by using def on_mouseDown(self,event): but then I need to display the button that I pressed but you can only have an absolute component name like: self.component.Button1.label = "clicked"

Python

6 2161

Using Existing Components vs. Code-it-yourself?

by: Mario T. Lanza |last post by:

Greetings, I don't know about you guys but on many occasions I've asked myself whether or not someone else has solved a particular programming issue -- whether or not they developed a clever pattern for doing some task quite well. This usually leads me to a search on today's greatest technical tool, The Internet. I indefinitely uncover...

.NET Framework

20 3207

What does linking library components mean in C++

by: Steven T. Hatton |last post by:

I just read this in the description of how C++ is supposed to be implemented: "All external object and function references are resolved. Library components are linked to satisfy external references to functions and objects not defined in the current translation. All such translator output is collected into a program image which contains...

C / C++

2 1751

What is the difference between framework components and application components?

by: Julia |last post by:

Hi, What is excatly the difference between framework components and application components?

C# / C Sharp

2 969

Windows Forms Visual Components - need advice

by: excelleinc.com |last post by:

Hello, I need to purchase visual components package for new custom software that I'm making. I have looked into DevExpress tools and also Infragistics. I could use an advice on which one to use and if I should look into some other solutions.

Visual Basic .NET

1 1667

Getting components list

by: Aleksey |last post by:

Hi, all! Is there any standard way to get list of all components on my win form, including components that their parent isn't form it self, but panel on the form? Or to get this list I need create recursive function? (In Delphi there is property - list of all including components) Thanks a lot

C# / C Sharp

2 1519

Components List

by: Aleksey |last post by:

Hi, all! Is there any standard way to get list of all components on my win form, including components that their parent isn't form it self, but panel on the form? Or to get this list I need create recursive function? (In Delphi there is indexer - list of all including components) Thanks a lot

C# / C Sharp

4 1282

Components problem

by: odwrotnie |last post by:

Hi, am I understanding wrong that "Custom Control" or "Control Class" is for drawing components from standard .net components? Why when I am trying to drag and drop sth. on its surface it stays as an icon? What am I understandig wrong?

.NET Framework

8 1975

Parsing a path to components

by: eliben |last post by:

Hello, os.path.split returns the head and tail of a path, but what if I want to have all the components ? I could not find a portable way to do this in the standard library, so I've concocted the following function. It uses os.path.split to be portable, at the expense of efficiency. ---------------------------------- def...

Python

18 3504

Getting path components

by: Aaron Gray |last post by:

Has anyone got a code snippet to separate out the path components, ie drive, path, filename, and extension ? Many thanks in advance, Aaron

C / C++

7814

What is ONU?

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...

General

7736

Changing the language in Windows 10

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...

Windows Server

8070

Problem With Comparison Operator <=> in G++

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. ...

C / C++

1 7827

The easy way to turn off automatic updates for Windows 10/11

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...

Windows Server

8107

Discussion: How does Zigbee compare with other wireless protocols in smart home applications?

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...

General

6469

AI Job Threat for Devs

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...

Career Advice

1 5631

Access Europe - Using VBA to create a class based on a table - Wed 1 May

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...

Microsoft Access / VBA

5309

Couldn’t get equations in html when convert word .docx file to html file in C#.

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...

C# / C Sharp

1 1353

How to add payments to a PHP MySQL app.

by: muto222 |last post by:

How can i add a mobile payment intergratation into php mysql website.

PHP

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisem*nts and analytics tracking please visit the page.

Components in VB.net standard | Bytes (2024)
Top Articles
Latest Posts
Article information

Author: Manual Maggio

Last Updated:

Views: 6519

Rating: 4.9 / 5 (69 voted)

Reviews: 84% of readers found this page helpful

Author information

Name: Manual Maggio

Birthday: 1998-01-20

Address: 359 Kelvin Stream, Lake Eldonview, MT 33517-1242

Phone: +577037762465

Job: Product Hospitality Supervisor

Hobby: Gardening, Web surfing, Video gaming, Amateur radio, Flag Football, Reading, Table tennis

Introduction: My name is Manual Maggio, I am a thankful, tender, adventurous, delightful, fantastic, proud, graceful person who loves writing and wants to share my knowledge and understanding with you.