Click here to Skip to main content
15,885,366 members

Comments by Vivek Pandey (V) (Top 4 by date)

Vivek Pandey (V) 4-Mar-12 21:13pm View    
Thanks for the hint. I did find the WrapPanel inside the Windows Phone development toolkit.
Vivek Pandey (V) 28-Feb-12 13:48pm View    
Hi,

Actually WrapPanel is not available in Silverlight version for Windows Phone development.

Thanks
Vivek Pandey (V) 24-Feb-12 15:26pm View    
Hi Jaganathan,

Yes each character should come only once in a string. So if my pattern is addfuwz then "add" is a possible word otherwise it's not.

Thanks
Vivek Pandey (V) 23-Feb-12 12:35pm View    
Almost but not exactly. For ex: if my pattern is "adlu" then "dual" and "laud" are the possible matches but not "add" or "dad" as there is only one 'a' and 'd' in the list. I already tried with the Regex but couldn't get the result I was looking for.