Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Just a quick "yes / no" question :

 

Is there really no way to put a mask to a TextBox like the old MaskedEditBox was doin' ? From what I've read everywhere on the forum, there's no way I can do it.

 

Too bad, caus' it was a pretty cool thing for phone number formats, credit card number, etc...

Now go on, boy, and pay attention. Because if you do, someday, you may achieve something that we Simpsons have dreamed about for generations: You may outsmart someone!

--Homer Simpson

  • *Experts*
Posted
It's COM ??

 

The code he shows up it's not COM... are you shure ?

Why do you say that is COM ?

 

The Framework doesnt ship with a .NET native MeskEdit.

Posted
That's more than I asked for ! The RegEx is just perfect for what I have to do. It's the first time I hear about this object, but is seems perfect for my needs.

Now go on, boy, and pay attention. Because if you do, someday, you may achieve something that we Simpsons have dreamed about for generations: You may outsmart someone!

--Homer Simpson

Posted

Just a final word about the RegEx (thanks again Robby). If you're like me and you have some problems with the syntax, here's a little free learning utility http://www.devhood.com/tools/tool_details.aspx?tool_id=717

 

That's just great

Now go on, boy, and pay attention. Because if you do, someday, you may achieve something that we Simpsons have dreamed about for generations: You may outsmart someone!

--Homer Simpson

  • 3 weeks later...
Posted

I tried downloading the mask edit box, built as DLL and added to my toolbar. But I did not get it to work the way I needed. When I press the ".", the cursor does not advance to the position right after the "." Does anyone have any clue why it is not working? I used in the VB .Net 2003. Could it be the version?

 

If this one does not work, does anyone have any suggestion whether there is something like this out there? It would be quite ridiculous to have the users to use the arrow key to scroll to the right place to key in the number.

 

I am really curious why Microsoft does not have such basic control in VB. There is such control in Visual Foxpro and Access (basically just the standard textboxes but have the input mask and format porperties). It's kind of frustrated having to program them to work the way they should have been in the first place.

Posted

I didn't follow this thread as I should...

 

Mutant...: Is it necessary that a component to be managed have to be shiped with the framework?? Couldn't it be made from scrach or even inherited from the textbox?? Think about it...

 

Anyways... All your problems are solved because my good friend Bill Gates made some contacts with the people from ComponentOne and others and we can now have the ComponentOne TextEdit box (and all the professional suite) for free to download from http://www.msdn.microsoft.com

 

Just an advise... Don't trust too much on the ComponentOne components... :D belive me... I know! But the textEDit work with no probs...

Software bugs are impossible to detect by anybody except the end user.
  • *Experts*
Posted
Mutant...: Is it necessary that a component to be managed have to be shiped with the framework?? Couldn't it be made from scrach or even inherited from the textbox?? Think about it...

I said native .NET control. I was just saying that the Framework doesnt have a MeskedEditBox built into it, you would have to create one yourself or fnid one. I thought about it :) If I misunderstood your question then just ask again.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...