473,407 Members | 2,314 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,407 software developers and data experts.

Is there a microsoft control?

Hi

I am looking at the controls offered with .NET (vb,net ) and wondering
within all these controls if there was one that can help do a job.

What I need an easy way for my internal customers to maintain their
commentary and or news in our database (that will get put out on the web).

I was thinking that the best way to handle this is to just store thier work
as html in a field in my db,

I need a simple .NET WYSIWYG editor that my customer can use and that will
spit out HTML.

Is there a MS control or do I need to go 3rd party?

BrianDH
Nov 21 '05 #1
9 1103
August 10, 2005

What about Microsoft Office? You can control Office from .Net managed code
using Visual Studio Tools for the Microsoft Office system. Hopefully that
would work?

--
Joseph Bittman
Microsoft Certified Solution Developer

Web Site: http://71.39.42.23
Static IP


"BrianDH" <Br*****@discussions.microsoft.com> wrote in message
news:D7**********************************@microsof t.com...
Hi

I am looking at the controls offered with .NET (vb,net ) and wondering
within all these controls if there was one that can help do a job.

What I need an easy way for my internal customers to maintain their
commentary and or news in our database (that will get put out on the web).

I was thinking that the best way to handle this is to just store thier
work
as html in a field in my db,

I need a simple .NET WYSIWYG editor that my customer can use and that will
spit out HTML.

Is there a MS control or do I need to go 3rd party?

BrianDH

Nov 21 '05 #2
Honestly, a blog application sounds like it might be a good fit here. There
are a lot available, most are open source.

"BrianDH" <Br*****@discussions.microsoft.com> wrote in message
news:D7**********************************@microsof t.com...
Hi

I am looking at the controls offered with .NET (vb,net ) and wondering
within all these controls if there was one that can help do a job.

What I need an easy way for my internal customers to maintain their
commentary and or news in our database (that will get put out on the web).

I was thinking that the best way to handle this is to just store thier work as html in a field in my db,

I need a simple .NET WYSIWYG editor that my customer can use and that will
spit out HTML.

Is there a MS control or do I need to go 3rd party?

BrianDH

Nov 21 '05 #3
"BrianDH" <Br*****@discussions.microsoft.com> schrieb:
I need a simple .NET WYSIWYG editor that my customer can use and that will
spit out HTML.


Right-click the toolbox -> "Add/Remove Elements..." ->
"COM Controls" -> "DHTML Edit Control for IE5".

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Nov 21 '05 #4
BrianDH,

In my opinion is the easiest control to do what you want, the HTML TextArea

http://msdn.microsoft.com/library/de...s/textarea.asp

I hope this helps,

Cor
Nov 21 '05 #5
Cor,

"Cor Ligthert [MVP]" <no************@planet.nl> schrieb:
In my opinion is the easiest control to do what you want, the HTML
TextArea

http://msdn.microsoft.com/library/de...s/textarea.asp


'textarea' is an HTML element which represents a textbox. I doubt that this
is what the OP wants.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Nov 21 '05 #6
Herfried,

I did not use it as a serverside control, so I am not sure how to handle it.
However you are right,

A combobox and a simple aspx textbox is much easier for the purpose as
described.

I don't know why I did not write this direct.

:-)

Cor
Nov 21 '05 #7
"Cor Ligthert [MVP]" <no************@planet.nl> schrieb:
I did not use it as a serverside control, so I am not sure how to handle
it. However you are right,

A combobox and a simple aspx textbox is much easier for the purpose as
described.


I don't see how this can act as a WYSIWYG HTML editor...

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Nov 21 '05 #8
Herfried,
I need a simple .NET WYSIWYG editor that my customer can use and that will
spit out HTML.

I don't see how this can act as a WYSIWYG HTML editor...

--

I have read Wysiwyg editor that can used to spit text in a HTML browser.

Everything in a textbook (not book) can be displayed as you see it in that
on the Net.

It is of course not a very sophisticated word editor, it is just a text
editor.

:-)

Cor
Nov 21 '05 #9
This would be the easiest way

Herfried K. Wagner [MVP] wrote:
"BrianDH" <Br*****@discussions.microsoft.com> schrieb:
I need a simple .NET WYSIWYG editor that my customer can use and that
will
spit out HTML.

Right-click the toolbox -> "Add/Remove Elements..." ->
"COM Controls" -> "DHTML Edit Control for IE5".

Nov 21 '05 #10

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

Similar topics

0
by: Stephen Williams | last post by:
Does Microsoft have a comment the possible bug on the PictureBox Class. Here is the exchange I had on the Experts-Exchange regarding this issue: From Z_Beeblebrox: Hi, I believe it is...
43
by: Spare Change | last post by:
This is a recommendation to Microsoft. VB.net and c# are almost exactly equivalent. I know why Microsoft invented VB.net -- to wean old style VB6 scripters into a true OO world: .Net. But...
0
by: Greg Christie | last post by:
I think I have a somewhat unique situation here, so I thought I should post it for the few poor souls who run across it and try to google it like I did. First of all, I was getting the following...
2
by: eXtreme | last post by:
Does anyone know how to get the full URL filename from a Microsoft Web Browser control? I can use wbBrowserObj.LoctionURL to get the path but it seems to be missing the file name... I need the...
1
by: david | last post by:
Anybody could give me hint how use this control in asp.net web form. The problem is: I try to use COM component in my web form app by using MS training kit for windows form application. I would...
28
by: BobAchgill | last post by:
Has anyone had success with using this Com control? When I add it into my tool box and drop it into my form it says in the properties that the Document and LocationURL are read only. (they are...
48
by: Nathan Sokalski | last post by:
Ever since I found out that they didn't give us a way to install both IE6 and IE7 on the same machine, I have been more frustrated and annoyed with Microsoft than I ever have been with any company...
2
by: nguyen1105 | last post by:
Hello, It seems that the .Net Framework 3.0 Microsoft Presentation Foundation has no UI DataGrid control. I've verified the package System.Windows.Controls in the .Net Framework 3.0 Microsoft...
1
by: Ken Fine | last post by:
I have set up Microsoft Search Server 2008 Express. I want to know how I can query against it and return results in a form that can be bound to ASP.NET controls like ListViews. If there's simply...
3
AaronL
by: AaronL | last post by:
Hello, I am currently working on a project that has me in sort of a bind. What I want to do is retrieve web pages from the internet, and strip them down to just text. I'll get using Regular...
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: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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...
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
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
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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,...

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.