473,485 Members | 1,473 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

How do you make a .net control

Hi,

Is it hard to make a .net control? You know, like say a graphing component.
Do you have to use lots of primitive graphic calls to the GDI in order to
make the control or is there some easier way.

Thanks everyone

Simon
Jul 19 '05 #1
3 1543
You can use GDI+, which is basically a convenient wrapper around GDI. But
you'll find it's considerably slower with intensive painting operations. You
could try using GDI+, if you find that it's fast enough for your needs, you
can stick with it.. otherwise, switching to GDI once you've written GDI+
code shouldn't be particularly hard.

"Simon Harvey" <sh856531@microsofts_free_emal_service.com> wrote in message
news:Wg*********************@wards.force9.net...
Hi,

Is it hard to make a .net control? You know, like say a graphing component. Do you have to use lots of primitive graphic calls to the GDI in order to
make the control or is there some easier way.

Thanks everyone

Simon

Jul 19 '05 #2
You can make a control that just has a button on it with no GDI calls.
(Just create a new control project, drag & drop a button onto it)

To do graphing itself may be a bit of work. In general, you'll find
that graphics isn't too bad with GDI+ (System.Drawing namespace). But
it depends on how many different graphs, styles, and all of that you
want to support. Trying to recreate all of the Excel graphing
functionality would be a lot of work, obviously.

There are graphing components out there already (google: c# graph).

mike

"Simon Harvey" <sh856531@microsofts_free_emal_service.com> wrote in
message news:Wg*********************@wards.force9.net...
Hi,

Is it hard to make a .net control? You know, like say a graphing component. Do you have to use lots of primitive graphic calls to the GDI in order to make the control or is there some easier way.

Thanks everyone

Simon

Jul 19 '05 #3
Thanks guys

Much appreciated

Simon
Jul 19 '05 #4

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

Similar topics

6
3389
by: Bruce Rusk | last post by:
I'm using Stephen Lebans' RTF2 control in a report, and have discovered what may be a slight bug in it. I have a lot of non-Western language (Chinese) text in my RTF field, and such records get...
6
11264
by: martin | last post by:
Hi, I am a web page and a web user control. My web user control is placed in my web page using the following directive <%@ Register TagPrefix="uc1" TagName="Header"...
2
3602
by: John Lau | last post by:
Hi, Is there documentation that talks about the page lifecycle, the lifecycle of controls on the page, and the rendering of inline code, in a single document? Thanks, John
20
5593
by: Guadala Harry | last post by:
In an ASCX, I have a Literal control into which I inject a at runtime. litInjectedContent.Text = dataClass.GetHTMLSnippetFromDB(someID); This works great as long as the contains just...
5
3563
by: serge calderara | last post by:
Dear all, I am new in asp.net and prepare myself for exam I still have dificulties to understand the difference between server control and HTML control. Okey things whcih are clear are the fact...
2
4898
by: Mike | last post by:
Hi, I am strugling with a simple problem which I can't seem to resolve. I have an asp.net page which contains a server-control (flytreeview, which is a kind of a tree to be exact). The tree is...
4
3316
by: gsb58 | last post by:
Hi! On a form I have a calendar. The form is rezised to 1024x768 (Don't worry - this is a training case) when loaded. Now I want to center the calendar on the form so that its edges are...
5
2301
by: paul.hester | last post by:
Hi all, I have a custom control with an overridden Render method. Inside this method I'm rendering each control in its collection using their RenderControl method. However, I'm running into a...
14
14601
by: Rolf Welskes | last post by:
Hello, I have an ObjectDataSource which has as business-object a simple array of strings. No problem. I have an own (custom) control to which I give the DataSourceId and in the custom-control...
15
6468
by: rizwanahmed24 | last post by:
Hello i have made a custom control. i have placed a panel on it. I want this panel to behave just like the normal panel. The problem i was having is that the panel on my custom control doesnt...
0
7090
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
6960
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...
0
7275
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...
0
5418
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,...
0
4551
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...
0
3058
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...
0
3063
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
595
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
247
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...

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.