Search Results

Showing results 1 to 9 of 9
Search took 0.01 seconds.
Search: Posts Made By: Jx_Man ; Forum: C# and child forums
Forum: C# Sep 14th, 2008
Replies: 4
Views: 562
Posted By Jx_Man
>> the connections strings which i used in vs.net2003 isnot working here
Maybe a little mistake. Just post your connection string. Btw visit this site...
Forum: C# Jun 25th, 2008
Replies: 2
Solved: prime number.
Views: 757
Posted By Jx_Man
First you must to know the pattern of prime number then u can write the code.
see wikipedia (http://en.wikipedia.org/wiki/Prime_number) and FactMonster (http://www.factmonster.com/ipka/A0876084.html)
Forum: C# Jun 3rd, 2008
Replies: 5
Views: 9,352
Posted By Jx_Man
label1.Text = dateTimePicker1.Value.ToShortDateString();
Forum: C# May 5th, 2008
Replies: 4
Views: 1,918
Posted By Jx_Man
Should be :
outputTextBox.Text ="\t\t ..........\r\n";
Forum: C# Apr 15th, 2008
Replies: 3
Views: 580
Posted By Jx_Man
Search on Google :)
Visit this link (http://www.codeguru.com/csharp/.net/net_general/patterns/article.php/c12805/)
Forum: C# Apr 12th, 2008
Replies: 1
Solved: C# Delete key
Views: 5,170
Posted By Jx_Man
handle it with keydown event :
private void TextBox1_KeyDown(object sender, System.Windows.Forms.KeyEventArgs e)
{
if (e.KeyCode == Keys.Delete)
{
MessageBox.Show("you pressed delete key");...
Forum: C# Apr 11th, 2008
Replies: 3
Views: 6,419
Posted By Jx_Man
yeah..you're welcome :)
Forum: C# Apr 11th, 2008
Replies: 3
Views: 6,419
Posted By Jx_Man
I added one line code...see the red one :
private void cmdtam_Klik(object sender, EventArgs e)
{
string cstr;
cstr = "data source=knight;initial catalog=latihan;uid=sa;pwd=sri";...
Forum: C# Mar 20th, 2008
Replies: 9
Solved: Close a Form
Views: 8,055
Posted By Jx_Man
this.Dispose(false);
Showing results 1 to 9 of 9

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC