Help with Coding

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • smileymtb
    New Member
    • Mar 2007
    • 2

    #1

    Help with Coding

    I am in need of some help with my coding. I am new to VB. I am trying to develop a simple program that determines if the characters entered into textbox1 equal the characters entered into textbox2, and vice versa after I click a Check button.

    Also every character entered into textbox1 must appear at least once in textbox2. And every character entered into textbox2 must appear at least once in textbox1.

    For example "aabcdd" in textbox1 contains the same characters in "dcba" in textbox2

    If the conditions above are not met then a message needs to be displayed saying that they do not equal one another.

    Any help would be greatly appreciated. Thanks!
  • vijaydiwakar
    Contributor
    • Feb 2007
    • 579

    #2
    Originally posted by smileymtb
    I am in need of some help with my coding. I am new to VB. I am trying to develop a simple program that determines if the characters entered into textbox1 equal the characters entered into textbox2, and vice versa after I click a Check button.

    Also every character entered into textbox1 must appear at least once in textbox2. And every character entered into textbox2 must appear at least once in textbox1.

    For example "aabcdd" in textbox1 contains the same characters in "dcba" in textbox2

    If the conditions above are not met then a message needs to be displayed saying that they do not equal one another.

    Any help would be greatly appreciated. Thanks!
    Dear this is thy assignment u have to do it by urself
    i'll just give u how ?
    for that u may use mid$() with the help of this u may tress single word also
    now u've to apply the logic for it

    Comment

    Working...