is the error being thrown right when it calls the Random class constructor?
you can use the MailMessage and SmtpClient classes found in System.Net.Mail. http://www.devx.com/tips/Tip/29291
What does your Data Schema look like. Explain a little more what you mean by seperating the date and time. Are you doing something like this?...
the dispose method will do the same thing as the Close method. If you wanted to close the Application when there is a hidden form open, just...
to do that, just create a nother thread to fire the method that is downloading the Images. Thread firstThread = new Thread( new ThreadStart(...
If registerUser form is the form called from Program.cs, then it'll exit the application as soon as it closes. Instead, just hide it....
int rowIndex=gridView.CurrentRow.Index; int Price=Convert.ToInt32(gridView.Rows[rowIndex].Cells["Price"].Value) int...
IE is the default for Windows the largest used OS for desktop. A lot of people don't care what browser they are using and will use what ever the...
Ah that brings back memories.
You can use the DataSource Control or you can code it using the SqlDataAdapter objects
They're both very similar, the <code> is intended for long pieces of code exmamples
rowIndex is a local variable which stores the GridView Controls property CurrentRow.Index. *sorry for taking a while to respond, have been busy*
gridView.Rows[rowIndex].Cells["Calc"].Value=Convert.ToInt32(gridView.Rows[rowIndex].Cells["Price"].Value)*Convert.ToInt32(gridView.Rows[rowIndex].C...
C# and Java are way less complex than C and C++. C# and Java are managed enviroment langauges and manages your memeory for you. Running in a...
LOL actually the .Net Zombie was busy with work. Try setting up Parameters like this.. SqlCommand testCommand =new SqlCommand("SELECT...
Depends on the area she lives in. Going to school is probably be the best option to learn C++. Though a lot of schools in my area doesn't teach...
Well Welcome. :happy:
A lot of that depends on what kind of job she wants. If she's going to be a Software developer than she should learn the essentials of Software...
I don't use Linux anymore, but I used to really like Fedora.
something like this int x = 0; foreach (char c in textBox1.Text) { x += Convert.ToInt32(c.ToString()); }...
Separate names with a comma.