Thanks i think this is really tricky..any other way you can solve this ?
Peter
Thanks i think this is really tricky..any other way you can solve this ?
Peter
If i have any number like : 1234 and i want to do 1+2+3+4 = 10 What should i do? and what method should i use ? -Thanks
Peter
I want User put something like this .... xx123xx here x is Alphabetic word Id has to be 7 char. first 2 char is Alphabetic Last 2 char is alphabetic Middle 3 to 5 char should be number.... Is tha any one can help me.. -Thanks
Peter
Thnks For Your Help.. I get it
Peter
Ya i know but what i do man..that's how they want ?
Peter
I have Date.. which is user input by using " DateTimePicker " ... But now i want to make sure this user is uder 18 year or not... So what should do ? -Thanks
Peter
modified on Thursday, April 3, 2008 2:48 PM
but how do i chek that condition...i have to use substring or pls help me with that ?
Peter
In textbox.. when ever user write his address, He has to start with Numeric value then after all he can use what ever he want ? if he not use numreic value, then message come up. Can anyone help me with that? -Thanks
Peter
is there any other method i can use here ?
Peter
if i say Enter your full name :Peter Alian Smith So this name has to be start from char no space from starting name. once user write his first name only one space allow not more then one space. again user write his middle name and only one space allow not more then one space... So is that anyone can help me.what should i use ? -Thanks
Peter
I try this method and it's work string[] spliter = fileName.Split(new char[]{'\\'}); -thanks for ur support
Peter
in ouput only comes the value of last digit if out put is 12345 five it's loop through one two three four five but pirnt only five ? no one two three four is on screen only five... can you tell me how should i get the whole value ? 12345 one two three four five -Thanks
Peter
Hi if i select on path like c:\\Test\Test1\Test2\test3\test.txt [See Photo] now once i chose this path from computer ...and want to separate in program like fline name: test ext: .txt Drive: c folder1: Test folder2: Test1 folder3: Test2 folder4: Test3 folder5: if there is more then 5 folder then message will print out like " You have more then 5 folder " I need help for this program... is that any one can help me how to make program like this in Language C#
Peter
If i have vriable string i; // i = 34245 (Whatever use put a number) If i want to separate the "34245"(by one digit)So what method should i use. i want to make a program where usere put any number and result come like 12345 one two three four five. Is thay anyone can help me with that ? -Thanks
Peter