hmmm i had set my form to be white at the backcolor property. my program is using g.DrawEllipse() to draw a circle. i need to clear the circle so that user can draw other things so i use the code
g.Clear(SystemC olors.Control) . but when i click the button to clear the circle, my form which is white will become grey which is the default color.
is there a way to clear the drawstring without affecting my form??
User Profile
Collapse
-
setting color
hi..
i set my form to be white color and when i use the g.clear() method to clear my g.drawstring, the color of my form will also be clear and it will become grey color which is the orignal color..is there any way to clear the form without affecting the color of my form?? -
hi..thx..i had solved the scrollbar problem..but now regarding the new window, i tried putting in a new form(for the info) but when i click back to the main program, the form(with the info) will be minimise. is there any way to make the form(with the info) stay even if i click back to the main program??Leave a comment:
-
vertical scrollbar in visual basic
hi..
does anyone know how to input a scrollbar into a form and make it work so that the user can scroll up and down of the form?? -
Thanks!!! and now i need to input a scroll bar for the user..can tell me what is the code to make the vertical scroll bar work??Leave a comment:
-
hmmm im designing a program that allows user to input data into the textbox but in order for them to understand how to go about using the program, there will be a small window open at the side to provide info for the user and the window will always stay there so that user can still read and follow the instructions in the window.
i tried using a pop- up box but for a pop-up box, you have to click ok in order to proceed on with the program and...Leave a comment:
-
window in visual basic
hi ppl..
can anyone tell me how to open a new window in visual basic so that user can read the info from the window and also play with the program at the same time.. -
Thanks guys for the help!!
i got another problem..im hoping to color the text in richtextbox so if it is alpha it will color blue and if it is number it will color black..can this be done in 1 richtextbox??Leave a comment:
-
hi thx for the code..but i tried putting + but it still give me
abcdefg
1234567Leave a comment:
-
-
putting info into richtextbox
hi can anyone tell me how to combine info from 2 different textbox into 1 richtextbox and that the info are on the same line instead on a new line.
e.g.
textbox1=abcdef g
textbox2=123456 7
so i want richtextbox to display abcdefg1234567 instead of
abcdefg
1234567
pls help... -
putting drawstring in listbox
hi all
regarding my previous post of having a code like this g.DrawString(In put1.Text(n), big_font, Brushes.Black, x , y , and putting it in a listbox
actually i am taking a data from a textbox and if the data is more than 18 letters den i will draw e string in red, if not i will draw e string in black. but sometimes my data are long so i thought of putting it in a listbox which allow me to scroll down. -
putting string in a listbox?
hi
if i have a code like this, g.DrawString(In put1.Text(n), big_font, Brushes.Black, x , y , can i put it in a listbox?
No activity results to display
Show More
Leave a comment: