|
You could try playing with the Enabled property of the Button
Nick Seng (the programmer formerly known as Notorious SMC)
God, I pity me! - Phoncible P. Bone
|
|
|
|
|
Thaaaaaaaaaaaaaaaaaaaaaat's what it's called.
thanks dude.
/\ |_ E X E GG
|
|
|
|
|
No prob.
Nick Seng (the programmer formerly known as Notorious SMC)
God, I pity me! - Phoncible P. Bone
|
|
|
|
|
is there some drag¨drop-on-your-form-like-in-VB component, that allows mildly "rich text editing" (basic text markup, headers, lists, table would be nice...)?
Could be HTML or RichEdit based, don't really care, as long as it integrates nicely...
[edit] complete with toolbar, font selection, common keyboard shortcuts, stc. etc. And, well, HTML would be nicer [/edit]
"Der Geist des Kriegers ist erwacht / Ich hab die Macht" StS
sighist | Agile Programming | doxygen
|
|
|
|
|
RichTextBox control on the toolbox
|
|
|
|
|
What about the RichTextBox Class[^] which gives you a Windows rich text box control?
-Nick Parker
|
|
|
|
|
That class represents the same control I was talking about
|
|
|
|
|
He probably didn't see your reply. (Posted at about the same time?)
I was just sitting here wondering how long it'll take us to do the RichEdit control from scratch for our UGLY (GUI Library) project.
"Blessed are the peacemakers, for they shall be called sons of God." - Jesus
"You must be the change you wish to see in the world." - Mahatma Gandhi
|
|
|
|
|
-Nick Parker
|
|
|
|
|
apferreira wrote:
That class represents the same control I was talking about
No problem, your post didn't show when I clicked reply and eventually got my message typed.
Do you notice the short times between the two messages.
-Nick Parker
|
|
|
|
|
Yes, you are right. Sorry Nick.
|
|
|
|
|
please see original post edit - "complete with toolbar and bells and whistles, ready to deliver"
"Der Geist des Kriegers ist erwacht / Ich hab die Macht" StS
sighist | Agile Programming | doxygen
|
|
|
|
|
|
please see original post edit - "complete with toolbar and bells and whistles, ready to deliver"
"Der Geist des Kriegers ist erwacht / Ich hab die Macht" StS
sighist | Agile Programming | doxygen
|
|
|
|
|
Open up a word document???
Nick Seng (the programmer formerly known as Notorious SMC)
God, I pity me! - Phoncible P. Bone
|
|
|
|
|
He means a control that he can use in his own application. If it was ASP or ASP.NET, he could use the FreeTextBox[^], but it's not.
"Blessed are the peacemakers, for they shall be called sons of God." - Jesus
"You must be the change you wish to see in the world." - Mahatma Gandhi
|
|
|
|
|
I was trying to be sarcastic, but I couldn't find the emoticon
On a side note, is it possible to add an OLE control like VB6 could?
Nick Seng (the programmer formerly known as Notorious SMC)
God, I pity me! - Phoncible P. Bone
|
|
|
|
|
There's the MS .NET RichText box, but he wants more than that. I realized that this[^] might be what he needs. It's a new article, posted just yesterday. I haven't gotten a chance to look it over more than briefly yet, though.
"Blessed are the peacemakers, for they shall be called sons of God." - Jesus
"You must be the change you wish to see in the world." - Mahatma Gandhi
|
|
|
|
|
Looks interesting. I think I'll go have a gander at it
Nick Seng (the programmer formerly known as Notorious SMC)
God, I pity me! - Phoncible P. Bone
|
|
|
|
|
What's the best way to deploy MDAC and DCOM modules with my setup.msi?
I want them to be automatically installed if necessary.
Is there any installer which does it for me?
Don't forget, that's " Persian Gulf " not Arabian gulf!
|
|
|
|
|
Use the merge modules provided with your setup authoring package. If you're using a free tool to make your MSI, you may try to download the merge module from www.installshield.com or www.wisesolutions.com - I don't think that they hold any copyright on them.
Finally, I don't think that you need to deploy DCOM on anything after Windows 95.
|
|
|
|
|
|
Hi All,
I am trying to write a screensaver in C# with a maximised form. I have noticed when running the rhs and bottom edges have a few pixels missing i.e. they show the window behind. Any ideas?
Davy
My Personal Blog - Homepage. Scottish News - Angus Blog, Perth Blog and Dundee Blog
|
|
|
|
|
|