Search Results

Showing results 1 to 12 of 12
Search took 0.02 seconds.
Search: Posts Made By: Jx_Man ; Forum: C# and child forums
Forum: C# Sep 15th, 2008
Replies: 4
Views: 569
Posted By Jx_Man
You're Welcome..
If this thread was solved then mark it as Solved.
Forum: C# Sep 14th, 2008
Replies: 4
Views: 569
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# Jul 21st, 2008
Replies: 3
Views: 1,701
Posted By Jx_Man
On Form Properties, Set FormBorderStyle = None.
It will make your form haven't border and not able to move.
Forum: C# Jul 16th, 2008
Replies: 3
Views: 484
Posted By Jx_Man
not specify, explain more...
Forum: C# Jun 25th, 2008
Replies: 2
Solved: prime number.
Views: 762
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 20th, 2008
Replies: 5
Views: 1,210
Posted By Jx_Man
hmmm, how far u have done?show the code and other member can correct any mistaken..
Forum: C# Jun 3rd, 2008
Replies: 5
Views: 10,010
Posted By Jx_Man
label1.Text = dateTimePicker1.Value.ToShortDateString();
Forum: C# Apr 12th, 2008
Replies: 1
Solved: C# Delete key
Views: 5,413
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,677
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,375
Posted By Jx_Man
i m glad to share :)
Forum: C# Mar 20th, 2008
Replies: 9
Solved: Close a Form
Views: 8,375
Posted By Jx_Man
this.Dispose(false);
Forum: C# Jan 11th, 2008
Replies: 6
Views: 894
Posted By Jx_Man
Showing results 1 to 12 of 12

 


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

©2003 - 2009 DaniWeb® LLC