Forum: C# Sep 23rd, 2008 |
| Replies: 12 Views: 18,956 It works when correct details are entered ?
I checked it again and working fine with me.
Regards, |
Forum: C# Sep 22nd, 2008 |
| Replies: 12 Views: 18,956 Hello,
if (admId == autAdmin && passw == autPass)
{
MessageBox.Show("Welcome!");
}
... |
Forum: C# Sep 9th, 2008 |
| Replies: 4 Views: 774 Hie,
This one is just a simple program that creates a StreamReader object for adding a text into list by reading settings.ini file. Program is using Do While loop for reading.
That means, code... |
Forum: C# Jul 11th, 2008 |
| Replies: 2 Views: 1,209 Hie,
Thanks buddy, but i didnt really get the algo.
Heres the one from me:
=======
1 Input: num type variables M,N, HCF. (eg: M=100, N=125)
2 Find the smaller one from M,n. (eg: smaller: M)... |
Forum: C# May 14th, 2008 |
| Replies: 3 Views: 691 Hie again,
Yes, im also using Visual Studio .NET 2008.
What i want to know is.. What is "myRect" ??
Waiting for your reply!
PK:) |
Forum: C# May 14th, 2008 |
| Replies: 2 Views: 703 Hie Jerry,
Thanks for reply and helping me.
Actually, your code didnt help me that much but thanks for the idea! Its working now :)
Regards,
PK:) |
Forum: C# May 14th, 2008 |
| Replies: 2 Views: 703 Hie guys,
Im creating a program that will display the details of every state of India when user will click on that states button.
I have two forms:
Main.cs = MdiParent form for program.... |
Forum: C# May 14th, 2008 |
| Replies: 2 Views: 1,160 Hie Umang,
As i know, you cant do manipulations in string type variables.
You will have to use int, float or double type variable for it.
class Program
{
static void... |
Forum: C# May 14th, 2008 |
| Replies: 3 Views: 691 Hie bagi,
Im also new in VC#(GUI) but still i have knowledge of C#(Console Applications).
Can you please tell me which tool are you using ? as im unable to find the tool for draw ellipse.
... |
Forum: C# Jan 28th, 2008 |
| Replies: 9 Views: 20,332 Hie Rhohitman,
Thanks buddy for snippet link but you are on C# section & thats a C++ snippet. :D |
Forum: C# Nov 26th, 2007 |
| Replies: 1 Views: 764 Hello all,
I have created few programs & then i reinstalled windows on my pc & now all programs isnt working ?
Whenever i try to run them its shows Application Error - The application failed to... |
Forum: C# Nov 21st, 2007 |
| Replies: 9 Views: 20,332 Hie guys!
Heres something i have created to display all the prime numbers from zero up to the number entered by user.
using System;
class pnumber
{
public static void Main()
{
int value;... |