VB.NET~~ How to generate text in one textbox based on the text in another textbox

movie-torrentz

New Member
[VB.NET]I get a textbox1 as Name and another textbox2 as Login, textbox3 as EmailFor example, If enter "Chan Tai Man, David" in textbox1 It will automatically generate "dtmchan" in textbox2.and "[email protected]" in textbox3.If entered "Chan Tai Man" in textbox1 (No comma)It will automatically generate "tmchan" in textbox2and "[email protected]" in textbox3.If entered "Chan Man" in textbox1 (No comma)It will automatically generate "mchan" in textbox2and "[email protected]" in textbox3. If enter "Chan Man, David" in textbox1 It will automatically generate "dmchan" in textbox2.and "[email protected]" in textbox3.Is this any way to do this?Thanks.
 
Back
Top