Click here to Skip to main content
15,890,506 members
Home / Discussions / C#
   

C#

 
GeneralRe: Problem with progress bar in its own thread Pin
Martin#11-Jul-07 3:01
Martin#11-Jul-07 3:01 
GeneralRe: Problem with progress bar in its own thread Pin
AlexZieg7111-Jul-07 5:20
AlexZieg7111-Jul-07 5:20 
AnswerRe: Problem with progress bar in its own thread Pin
Luc Pattyn11-Jul-07 5:18
sitebuilderLuc Pattyn11-Jul-07 5:18 
GeneralRe: Problem with progress bar in its own thread Pin
S. Senthil Kumar11-Jul-07 5:21
S. Senthil Kumar11-Jul-07 5:21 
GeneralRe: Problem with progress bar in its own thread Pin
AlexZieg7111-Jul-07 5:44
AlexZieg7111-Jul-07 5:44 
GeneralRe: Problem with progress bar in its own thread Pin
S. Senthil Kumar11-Jul-07 7:01
S. Senthil Kumar11-Jul-07 7:01 
GeneralRe: Problem with progress bar in its own thread Pin
AlexZieg7111-Jul-07 9:40
AlexZieg7111-Jul-07 9:40 
Questionmasked textbox Pin
KrunalC10-Jul-07 23:38
KrunalC10-Jul-07 23:38 
My question is based on functionality in Masked Textbox control which is available only in .Net framework 2.0 onwards. I want the kind of functionality provided by MaskedTextbox control but I can't use this control as I'm currently working on framework 1.1.

So I have decided to make one for me on my own. I derived the control from Text box. I was able to implement Mask dialog and validations but stuck up with text property implementation of control.

For the Masked Textbox, if you implement telephone no. mask with format (___)___-____, then text property value initially will be blank. But on the form, Masked TextBox text will show format i.e. "(___)___-____". Also, if I write 333 in property grid for text property then in property Grid I will be able to see value as "333" while in the Control on the form it will display me a text like "(333)___-____". So in a way two different values for the same text property in property grid and control. So this is bit confusing and don't know how to implement this thing in a same way as provided by Masked Text box.

I tried to implement this by overriding the text property and giving different implementation for design time and run time. But its not helping me.

Can anyone help me by providing some ideas on how to do above things. I hope I'm clear with my question. If reading above, you are not clear about the question pls write back to me or check the working of Masked Textbox control for better understanding.

Regards,
KC
AnswerRe: masked textbox Pin
Martin#11-Jul-07 0:55
Martin#11-Jul-07 0:55 
QuestionXML Serialize Pin
ruanr10-Jul-07 22:47
ruanr10-Jul-07 22:47 
AnswerRe: XML Serialize Pin
WillemM11-Jul-07 0:33
WillemM11-Jul-07 0:33 
Questiontext editor Pin
Sebastian T Xavier10-Jul-07 22:35
Sebastian T Xavier10-Jul-07 22:35 
AnswerRe: text editor Pin
Colin Angus Mackay10-Jul-07 23:32
Colin Angus Mackay10-Jul-07 23:32 
AnswerRe: text editor Pin
Luc Pattyn10-Jul-07 23:34
sitebuilderLuc Pattyn10-Jul-07 23:34 
GeneralRe: text editor Pin
Sebastian T Xavier11-Jul-07 1:13
Sebastian T Xavier11-Jul-07 1:13 
AnswerRe: text editor Pin
mav.northwind11-Jul-07 8:45
mav.northwind11-Jul-07 8:45 
Questionhelp with strange bug re Activator.CreateInstance Pin
s0ren10-Jul-07 21:54
s0ren10-Jul-07 21:54 
AnswerRe: help with strange bug re Activator.CreateInstance Pin
Vikram A Punathambekar10-Jul-07 22:10
Vikram A Punathambekar10-Jul-07 22:10 
GeneralRe: help with strange bug re Activator.CreateInstance Pin
s0ren10-Jul-07 22:18
s0ren10-Jul-07 22:18 
GeneralRe: help with strange bug re Activator.CreateInstance Pin
Vikram A Punathambekar10-Jul-07 22:25
Vikram A Punathambekar10-Jul-07 22:25 
AnswerRe: help with strange bug re Activator.CreateInstance [solved] Pin
s0ren10-Jul-07 22:37
s0ren10-Jul-07 22:37 
GeneralRe: help with strange bug re Activator.CreateInstance [solved] Pin
Vikram A Punathambekar10-Jul-07 22:47
Vikram A Punathambekar10-Jul-07 22:47 
QuestionArrayList -> SortedList -> SortedList. Right ? Pin
Saikek10-Jul-07 21:49
Saikek10-Jul-07 21:49 
AnswerRe: ArrayList -> SortedList -> SortedList. Right ? Pin
Vikram A Punathambekar10-Jul-07 21:57
Vikram A Punathambekar10-Jul-07 21:57 
GeneralWhat do you mean ? Pin
Saikek10-Jul-07 22:04
Saikek10-Jul-07 22:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.