Search results for query: *

  1. L

    Design A Menu Based Vb.net program

    till nw..i havent gotten the codings to apply on the font..but the method i got is already there..argh :(
  2. L

    Help Anyone? calculate words

    Schenz, it doesnt work..it still counts the spaces into it..zzz
  3. L

    Help Anyone? calculate words

    ya..there is...but doesnt seem to work
  4. L

    Help Anyone? calculate words

    Schenz, tanks.but wad abt using e solution of str = str.Replace(" ", " ") ' NOTE: Two Spaces for the first argument its still counting the spaces in after i alterated it..hmm.
  5. L

    Design A Menu Based Vb.net program

    hey..thanks so much..but wad abt my solution for tis??cant work out using my solutioN?? Textbox1.Font.Name() Textbox1.Font.Size() Textbox1.Font.Bold()
  6. L

    Design A Menu Based Vb.net program

    i cant use the codes that u all have helped mi i tried the codings for tis.. like Textbox1.Font.Name() Textbox1.Font.Size() Textbox1.Font.Bold() is there any changes i can do to tis??or wad should i add in??thanks
  7. L

    Help Anyone? calculate words

    hi there..i have tried the coding but the number of character includes the spacing..could anyone help me on that?like hw to remove the spaces..i tested the program..for example..i typed in 5 empty spaces..the character shows 5 and the words show 4.. could anyone assist?asap?thanks Dim str...
  8. L

    Design A Menu Based Vb.net program

    HELppp any1 :confused:
  9. L

    Design A Menu Based Vb.net program

    wad if i use tis solution?? like Textbox1.Text=("Arial")'8,fontstyle,Italic or Fontstyle.Bold) could someone tell mi wads wrong?? or is it like Textbox1.Font.Name()?? can some1 assist me on wad went wrong?? thanks :)
  10. L

    Design A Menu Based Vb.net program

    anyway..does font face means of the design of the font??
  11. L

    Design A Menu Based Vb.net program

    i mean when i click on the word small,medium,large..then font size could be changed accordingly.. must i use a fontdialog? so far i was only able to make the words appear..but not the size change..can some1 assist me?thanks
  12. L

    Design A Menu Based Vb.net program

    can someone assist me???thanks so much :confused:
  13. L

    Design A Menu Based Vb.net program

    Private Sub MenuItem6_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MenuItem6.Click If MenuItem6.Text = "Small" Then TextBox1.Text = "Small" End If End Sub Private Sub MenuItem2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...
  14. L

    Help Anyone? calculate words

    okok..sure ;)
  15. L

    Design A Menu Based Vb.net program

    i should design a textbox in the form which should accept the input from the user,Using the menu based interface,i must be able to change the font size and the font face..but i got quite confused with it..help anyone??:confused: :mad:
  16. L

    Help Anyone? calculate words

    anyone help??:confused:
  17. L

    Help Anyone? calculate words

    i have a current project that the user must enter a sentence in the textbox and the program should automatically calculate the number of words and number of characters..help anyone?
Back
Top