User Profile

Collapse

Profile Sidebar

Collapse
ck123456
ck123456
Last Activity: Nov 26 '07, 05:13 AM
Joined: Aug 30 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ck123456
    replied to setting color
    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??
    See more | Go to post

    Leave a comment:


  • ck123456
    started a topic setting color

    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??
    See more | Go to post

  • ck123456
    replied to window in visual basic
    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??
    See more | Go to post

    Leave a comment:


  • ck123456
    started a topic vertical scrollbar in visual basic

    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??
    See more | Go to post

  • ck123456
    replied to window in visual basic
    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??
    See more | Go to post

    Leave a comment:


  • ck123456
    replied to window in visual basic
    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...
    See more | Go to post

    Leave a comment:


  • ck123456
    started a topic window in visual basic

    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..
    See more | Go to post

  • ck123456
    replied to putting info into richtextbox
    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??
    See more | Go to post

    Leave a comment:


  • ck123456
    replied to putting info into richtextbox
    hi thx for the code..but i tried putting + but it still give me
    abcdefg
    1234567
    See more | Go to post

    Leave a comment:


  • ck123456
    replied to putting info into richtextbox
    im new to visual basic so im not sure..is it put & ?
    See more | Go to post

    Leave a comment:


  • ck123456
    started a topic putting info into richtextbox

    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...
    See more | Go to post

  • ck123456
    started a topic putting drawstring in listbox

    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.
    See more | Go to post

  • ck123456
    started a topic putting string in a listbox?

    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?
    See more | Go to post
No activity results to display
Show More
Working...