Click here to Skip to main content
15,917,645 members

Comments by shiiiiir (Top 9 by date)

shiiiiir 12-Jun-12 9:27am View    
Deleted
thank you,but because my edit panel was closed,i couldn't edit my posted code.

my query is:"select username from users where username='$user' and '$pass'";
shiiiiir 28-Dec-11 19:23pm View    
thanks you:-)
shiiiiir 4-May-11 2:01am View    
SAKryukov thankyou again:

I use System.Windows.Forms and i found good Answer of my question.

For typing persian

<pre>private void txtExplain_Enter(object sender, EventArgs e)

{

System.Globalization.CultureInfo language = new System.Globalization.CultureInfo("fa-ir");

InputLanguage.CurrentInputLanguage = InputLanguage.FromCulture(language);

}</pre>And for change to english:

<pre> private void txtExplain_Leave(object sender, EventArgs e)

{

System.Globalization.CultureInfo language = new System.Globalization.CultureInfo("en-us");

InputLanguage.CurrentInputLanguage = InputLanguage.FromCulture(language);

}</pre> thankyou again.
shiiiiir 3-May-11 17:43pm View    
I think I'm into a challenge. This is an academic project and I need your code.
but, Thank you again
shiiiiir 2-May-11 5:19am View    
thankyou
,but what do i do now?
in addition,I herad , I can use the api function