View Full Version : need your help
pezz
January 3, 2011, 10:24 AM
so been a year since i used vb.
i am working on a windows phone 7 app.
having trouble.
is there a tutorial for taking input from user and output results based on the input?
mobile_fan_2k5
January 3, 2011, 11:39 AM
i know how to do it in c#. I think its the same logics.
string StoreInfo;
TextBox userInput=new TextBox();
StoreInfo=userInput.Text();
EG....so if youre using the TextBox as a username field.
if(StoreInfo=="mobile_fan_2k5")
{
MessageBox.Show("You Have Logged in Successfully");
}
pezz
January 3, 2011, 01:51 PM
Thanks but it isnt quite like that.
i will post how to soon.
pezz
January 6, 2011, 12:21 PM
so i found out through a forum that there is a dictonary type. so there is no need for loops.
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.