Results 1 to 4 of 4

Thread: need your help

  1. #1
    Join Date
    Jul 2007
    Posts
    16,974
    Rep Power
    33

    Default need your help

    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?
    SLAPPA Phenom II AM3 Overclocking Essentials
    I HAVE HIGHEST OC ON TECHJA 4.2ghz
    4890oc beats gtx 285
    PS3 FAILCAKE
    ps3 only advantage is bluray
    4890 oc roundup
    http://miniprofile.xfire.com/bg/sh/type/0/skugpezz.png
    Mi know dem fear mi!!!!! Gigabyte 790x ud4p
    phenom 2 955@3.8ghz 24/7 stable , 4GB ddr3 1333@1.5ghz ,3850 256MB (temp card) (4890 soon),700 watt dual rail psu, (overclocking rules) my avatar represents my personality

  2. #2
    Join Date
    Dec 2005
    Posts
    1,951
    Rep Power
    0

    Default

    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");
    }
    Last edited by mobile_fan_2k5; Jan 3, 2011 at 12:44 PM.
    Pc= Hp dv6t

  3. #3
    Join Date
    Jul 2007
    Posts
    16,974
    Rep Power
    33

    Default

    Thanks but it isnt quite like that.
    i will post how to soon.
    SLAPPA Phenom II AM3 Overclocking Essentials
    I HAVE HIGHEST OC ON TECHJA 4.2ghz
    4890oc beats gtx 285
    PS3 FAILCAKE
    ps3 only advantage is bluray
    4890 oc roundup
    http://miniprofile.xfire.com/bg/sh/type/0/skugpezz.png
    Mi know dem fear mi!!!!! Gigabyte 790x ud4p
    phenom 2 955@3.8ghz 24/7 stable , 4GB ddr3 1333@1.5ghz ,3850 256MB (temp card) (4890 soon),700 watt dual rail psu, (overclocking rules) my avatar represents my personality

  4. #4
    Join Date
    Jul 2007
    Posts
    16,974
    Rep Power
    33

    Default

    so i found out through a forum that there is a dictonary type. so there is no need for loops.
    SLAPPA Phenom II AM3 Overclocking Essentials
    I HAVE HIGHEST OC ON TECHJA 4.2ghz
    4890oc beats gtx 285
    PS3 FAILCAKE
    ps3 only advantage is bluray
    4890 oc roundup
    http://miniprofile.xfire.com/bg/sh/type/0/skugpezz.png
    Mi know dem fear mi!!!!! Gigabyte 790x ud4p
    phenom 2 955@3.8ghz 24/7 stable , 4GB ddr3 1333@1.5ghz ,3850 256MB (temp card) (4890 soon),700 watt dual rail psu, (overclocking rules) my avatar represents my personality

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •