-
TreeView event: AfterLabelEdit question....
Hi!
I have for example a label text:
Name: Smith
what I want is to allowed the user only edit one part of the text
the text: Smith
and not the complete text: Name: Smith
know any one how I can do it?
thx!!
Pawel
-
Re: TreeView event: AfterLabelEdit question....
Pawel wrote:
> Hi!
>
> I have for example a label text:
>
> Name: Smith
>
> what I want is to allowed the user only edit one part of the text
> the text: Smith
> and not the complete text: Name: Smith
>
> know any one how I can do it?
>
>
> thx!!
>
>
> Pawel
>
>
Hi,
What if you let the user input whatever he/she wants (name) and
programmatically insert "Name: " in front of the text?
There must be some event of TreeView, which you can use to place
this code? Is there anything like AfterEdit??
Will that solve your purpose?
Thanks,
-Yasutaka
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks