472,784 Members | 803 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,784 software developers and data experts.

looking for a .net component

M.B
Hi,

I'm looking a .net component (third party or not) that I could include
- Text
- Image
- RadioButton
- CheckBox

any idea, link or suggestion ? I use VS 2002

thank's a lot for your help
Nov 16 '05 #1
3 1132
M.B,

Why not use the WebBrowser control (you can add it by right clicking on
the toolbox to configure, and selecting the web browser component from the
"COM" tab).

It supports inserting and positioning everything that you mentioned, and
much more.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"M.B" <mb@yahoo.com> wrote in message
news:%2***************@TK2MSFTNGP12.phx.gbl...
Hi,

I'm looking a .net component (third party or not) that I could include
- Text
- Image
- RadioButton
- CheckBox

any idea, link or suggestion ? I use VS 2002

thank's a lot for your help

Nov 16 '05 #2
M.B
Thank you Nicholas
I've found the component (class : AxSHDocVw.AxWebBrowser) but couldn't found
a way to add a RadioButton for example could you give me a clue to start ?
"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote in
message news:O1*************@TK2MSFTNGP09.phx.gbl...
M.B,

Why not use the WebBrowser control (you can add it by right clicking on the toolbox to configure, and selecting the web browser component from the
"COM" tab).

It supports inserting and positioning everything that you mentioned, and much more.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"M.B" <mb@yahoo.com> wrote in message
news:%2***************@TK2MSFTNGP12.phx.gbl...
Hi,

I'm looking a .net component (third party or not) that I could include
- Text
- Image
- RadioButton
- CheckBox

any idea, link or suggestion ? I use VS 2002

thank's a lot for your help


Nov 16 '05 #3
MB,

In order to use it, you have to generate HTML that will give you the
user interface that you want.

On retrospect, the web browser might have been a bad selection. Why not
just create the appropriate controls when you wish and add them where you
need them to be?

What are you trying to do?
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"M.B" <mb@yahoo.com> wrote in message
news:ev**************@TK2MSFTNGP12.phx.gbl...
Thank you Nicholas
I've found the component (class : AxSHDocVw.AxWebBrowser) but couldn't
found
a way to add a RadioButton for example could you give me a clue to start ?
"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote
in
message news:O1*************@TK2MSFTNGP09.phx.gbl...
M.B,

Why not use the WebBrowser control (you can add it by right clicking

on
the toolbox to configure, and selecting the web browser component from
the
"COM" tab).

It supports inserting and positioning everything that you mentioned,

and
much more.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"M.B" <mb@yahoo.com> wrote in message
news:%2***************@TK2MSFTNGP12.phx.gbl...
> Hi,
>
> I'm looking a .net component (third party or not) that I could include
> - Text
> - Image
> - RadioButton
> - CheckBox
>
> any idea, link or suggestion ? I use VS 2002
>
> thank's a lot for your help
>
>



Nov 16 '05 #4

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

Similar topics

0
by: Nunya D. Bidness | last post by:
If anyone is interested in testing these components goto http://www.vibrantinnovations.com/vibrantlayouttools.asp The Vibrant Layout Tools ActiveX component is a suite of tools that allow...
4
by: Frank Einstein | last post by:
Looking for a tool that can edit an XML file in a browser. The basic requirement is that the XML file is rendered as an HTML form with editable fields (including add/delete, preferably in...
0
by: johannblake | last post by:
Does anyone know of a 3rd party product that can be used to create multimedia effects programmatically? I am looking for a component such as a library or controls. Essentially I need an advanced...
1
by: Hai Nguyen | last post by:
Hi everyone, I'm looking for a component to help me to build navigation menu and tree view. I'm asking if I can find any good component going on the market to fix my need Thanks
7
by: Shapper | last post by:
Hello, Does anyone know a good RSS component for ASP.NET? Thanks, Miguel
12
by: Mitchell Vincent | last post by:
As the subject suggests, I'm looking for a compression and encryption component(s) for use with VB.NET. I would rather then be all managed code but will use ActiveX/COM if I have to.. Price is...
1
by: johannblake | last post by:
Does anyone know of a 3rd party product that can be used to create multimedia effects programmatically? I am looking for a component such as a library or controls. Essentially I need an advanced...
1
by: MD | last post by:
Hello I work in a .NET environment and I am about to create a development strategy. As part of this I am looking at implementing a testing tool to fit in with an iterative approach and NUnit...
5
by: 2b|!2b==? | last post by:
I'm looking for a newsletter component for my ASP.Net website. Ideally, this should allow me to be able to create newsletters that I can sendout to subscribers. Preferably, this component will...
0
by: Rina0 | last post by:
Cybersecurity engineering is a specialized field that focuses on the design, development, and implementation of systems, processes, and technologies that protect against cyber threats and...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: lllomh | last post by:
How does React native implement an English player?

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.