Create a Position application in VB that changes the position of text in a label according to the command selected by the user. The application should include a Program menuwith an Exit command and a Position menu with TopLeft, TopCenter, TopRight
RSS
Create a Position application in VB that changes the position of text in a label according to the command selected by the user. The application should include a Program menuwith an Exit command and a Position menu with TopLeft, TopCenter, TopRight, MiddleLeft,
MiddleCenter, MiddleRight, BottomLeft, BottomCenter, and BottomRight commands.
I belive when you say VB, you mean in ASP.NET using VB as code behind? Look at several rich text editor scripts available which will allow you to align the text, just like such tools exist in the textbox of this website.
instead of label...have a div tag and then have those commands ad rediobuttons...in the radiobutton onchange client side event change the according CSS like vertical-alignment and border margins...
suranisizar
Member
4 Points
13 Posts
Create a Position application in VB that changes the position of text in a label according to the...
Sep 16, 2012 07:48 AM|LINK
Create a Position application in VB that changes the position of text in a label according to the command selected by the user. The application should include a Program menuwith an Exit command and a Position menu with TopLeft, TopCenter, TopRight, MiddleLeft, MiddleCenter, MiddleRight, BottomLeft, BottomCenter, and BottomRight commands.
sanddy19
Participant
1058 Points
144 Posts
Re: Create a Position application in VB that changes the position of text in a label according to...
Sep 22, 2012 11:24 AM|LINK
I belive when you say VB, you mean in ASP.NET using VB as code behind? Look at several rich text editor scripts available which will allow you to align the text, just like such tools exist in the textbox of this website.
http://www.codeproject.com/Articles/176022/How-To-Generate-Rich-Text-Box-using-JavaScript
Saurabh Nandu
Systenics Solutions
My Blog
ramiramilu
All-Star
95413 Points
14106 Posts
Re: Create a Position application in VB that changes the position of text in a label according to...
Sep 22, 2012 03:28 PM|LINK
instead of label...have a div tag and then have those commands ad rediobuttons...in the radiobutton onchange client side event change the according CSS like vertical-alignment and border margins...
Thanks,
JumpStart
suranisizar
Member
4 Points
13 Posts
Re: Create a Position application in VB that changes the position of text in a label according to...
Dec 01, 2012 04:34 AM|LINK
http://fantasyaspnet.blogspot.in/2012/11/create-position-application-in-vb-that.html