|
-
Nov 1st, 2006, 08:45 PM
#1
Thread Starter
Member
add my properties in existing textbox, how is possible using VB6.0
Dear Experts.
Hi I am SASIKUMAR
Im using VB6.0
Now I have prob. for create new textbox (add my comment, dispalycondition properties) how is possible with out creation OCX or any idea about this .
I want
Text1.Comment=" my comment here stored "
Text1.displaycondition=" what ever condition here "
this type of textbox
Best regards
P.SASIKUMAR
Papyrus
-
Nov 2nd, 2006, 05:54 PM
#2
Frenzied Member
Re: add my properties in existing textbox, how is possible using VB6.0
sasikumar:
Are you storing your comments in a database or where are they stored?
And I guess the same question for your conditions?
I am not sure that I understand what you are doing, but wouldn't you want to have two textboxes. One that displays "your comments" and one the displays "conditions"?
Or, maybe use a combobox and a textbox.
When someone selects a comment from the combobox the corresponding condition could be automatically displayed in a textbox.
Like I said, I probably am not understanding what you are trying to do.
-
Nov 5th, 2006, 07:30 PM
#3
Thread Starter
Member
Re: add my properties in existing textbox, how is possible using VB6.0
Dear Experts
Do you understand my probl.m
I am creating new tool for as same in textbox, command button, tab control, picture box etc.. but I want small changes in exsiting textbox , command button.... , I will add some properties only , how can I achive using VB6.0
In this case What I do? please explain me
Best regards
P.SASIKUMAR
-
Nov 7th, 2006, 01:56 AM
#4
Member
Re: add my properties in existing textbox, how is possible using VB6.0
Inheritance is not supported in vb6 like in Dot net.you need to write wrapper around existing text box properties and method (Use Active X Ctrl Widzard) and then add your extra properties and method..
 Rajneesh
-
Nov 7th, 2006, 03:01 AM
#5
Thread Starter
Member
Re: add my properties in existing textbox, how is possible using VB6.0
Thank you Rahneesh
I will try to your concept and then get back to thread
Thousands of Thanks]
By
SASIKUMAR
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
|
Click Here to Expand Forum to Full Width
|