Kindly tell me how to use Substring function in VB.
How to use substring function in VB
Collapse
X
-
Originally posted by ShailjaKindly tell me how to use Substring function in VB. -
Originally posted by vijaydiwakarthere is mid$,Left$,Righ t$,Instr functions in vb which one u wantComment
-
Originally posted by vijaydiwakardo u read the ans of how to change the color of text box i've given one extra ex. there
Yes, but I want to display light cream color in textbox. I dont want to display textbox in red, green or blue color. So is it possible to take hexa value of perticular color and display it.Comment
-
Originally posted by ShailjaYes, but I want to display light cream color in textbox. I dont want to display textbox in red, green or blue color. So is it possible to take hexa value of perticular color and display it.
yeh!
its possible just goto
backcolor of form or any ctrl then right click on white boxes benith
it will show u a color pallate
select color then add to custom color
then select it and say ok
then entire form will be get colored with the selected color
again goto back color and select color copy it and paste it infront of
txt.backcolor=t hy selected color
*************** **
I'm talking abt the combobox code which i've given benith it?Comment
-
Originally posted by vijaydiwakarSorry for late response
yeh!
its possible just goto
backcolor of form or any ctrl then right click on white boxes benith
it will show u a color pallate
select color then add to custom color
then select it and say ok
then entire form will be get colored with the selected color
again goto back color and select color copy it and paste it infront of
txt.backcolor=t hy selected color
*************** **
I'm talking abt the combobox code which i've given benith it?Comment
Comment