User Profile

Collapse

Profile Sidebar

Collapse
cshuk
cshuk
Last Activity: Feb 26 '07, 08:06 AM
Joined: Feb 22 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • cshuk
    replied to Combobox items displayed in label!
    in C
    thx ppl for all the help now i can get on wif my studies ta again and keep up the good work :D
    See more | Go to post

    Leave a comment:


  • cshuk
    replied to Combobox items displayed in label!
    in C
    TA! tbarto got my prob sorted out! i need another solution on randoms...

    I need help to be able 2 click on a radiobutton 2 change the word 2 a random style(Bold, Itelic, Underline) and random size plz paste an example tell me how 2 generate the randoms plz :P TA
    See more | Go to post

    Leave a comment:


  • cshuk
    started a topic random style, size!
    in C

    random style, size!

    hi i need help to be able 2 click on a radiobutton 2 change the word 2 a random style(Bold, Itelic, Underline) and random size plz paste an example tell me how 2 generate the randoms plz :P TA
    See more | Go to post

  • cshuk
    replied to Combobox items displayed in label!
    in C
    Ta Banfa man for the fast response i sorted that out tho, but still need ur help on another topic :/

    -after the i have selected the item from the combobox and it is displayed in the label, im suppose 2 be able 2 click on a radiobutton 2 convert the text 2 uppercase here it is plz have a look:

    Code:
    if(radioButton1.Checked == true)
    	{
    			   
    	string stringResult;
    	tring str1 = label1.Text;
    ...
    See more | Go to post

    Leave a comment:


  • cshuk
    started a topic Combobox items displayed in label!
    in C

    Combobox items displayed in label!

    Hi ppl i need help wif a project im workin on 2 write my next exam... plz have a look

    -A word must be selected from a combobox(alread y made..) and displayed in a label ( also made..) before any radiobuttons can be selected( fuctions like Uppercase ect.), If the user tries to select a function before selecting a word from the combobox first an error message must be displayed to select a word first.

    and thats it plz have...
    See more | Go to post
No activity results to display
Show More
Working...