|
-
May 31st, 2004, 11:17 PM
#1
Thread Starter
New Member
Please help me in VB.Net...
1. How to Check Active MdiChild Form
Anyone know about how to check whether the mdichild form is already active or not in the mdicontainer?
2. How to manipulate the format of the string?
How to manipulate the format of the string before it is display in the text box. The text box is using binding data. I think if we don't use binding data then it will be simple and easy to manipulate the string. But the problem will raise if we using the binding data. How to manipulate the string in a binding data text box?
Thanks in advance for those contribute their time to read this and give some solution to this problem.
Your idea will be appreciated. Please provide the code.
Thanks in advance.
Make A Project for Assignment using VB.Net and ASP.Net
-
Jun 1st, 2004, 12:28 PM
#2
Sleep mode
for the 1st question , search the forum . it has been asked many times.
-
Jun 1st, 2004, 02:34 PM
#3
PowerPoster
Re: Please help me in VB.Net...
Originally posted by mythinky
2. How to manipulate the format of the string?
How to manipulate the format of the string before it is display in the text box. The text box is using binding data. I think if we don't use binding data then it will be simple and easy to manipulate the string. But the problem will raise if we using the binding data. How to manipulate the string in a binding data text box?
Thanks in advance for those contribute their time to read this and give some solution to this problem.
Your idea will be appreciated. Please provide the code.
Thanks in advance.
Not quite sure what you are asking here. If you mean that you do not want the string to be visible in the bound textbox, then set the textbox.Visible =False. You can still store the TextBox.Text in a string variable or another TextBox and manipulate it there. When you want to update your database, make the Text property of the bound TextBox = to the text of the unbound TextBox.
Taxes
The more I learn about VB.NET the more I like dBaseIII Plus
The foregoing, whilst believed to be correct, is given without guarantee as to it's accuracy and entirely without recourse. You are required to decide for yourself whether or not it is suitable for your purposes and no liability for loss of any nature can be entertained.
-
Jun 1st, 2004, 02:44 PM
#4
PowerPoster
Re: Please help me in VB.Net...
Originally posted by mythinky
1. How to Check Active MdiChild Form
Anyone know about how to check whether the mdichild form is already active or not in the mdicontainer?
2
Try threads
http://www.vbforums.com/showthread.p...ld+form+active
http://www.vbforums.com/showthread.p...ld+form+active
Taxes
The more I learn about VB.NET the more I like dBaseIII Plus
The foregoing, whilst believed to be correct, is given without guarantee as to it's accuracy and entirely without recourse. You are required to decide for yourself whether or not it is suitable for your purposes and no liability for loss of any nature can be entertained.
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
|