Trojen virus found in this link Creating Client/Server Application using Winsock[^] I downloded and unziped and found trojen virus alert. I have McAfee in my machine. Regards Raveendrababu
Ravi
Trojen virus found in this link Creating Client/Server Application using Winsock[^] I downloded and unziped and found trojen virus alert. I have McAfee in my machine. Regards Raveendrababu
Ravi
Timer also will do
Ravi
Hi, There are several ways try this. 1. First create windows service application(minimal application) 2. private static Form Form1; protected override void OnStart(string[] args) { //Here call your windows application using process call or using seperate class object. Form1=new Form(); base.OnStart(args); }
Ravi
use this type of approach In the method void Method() { PaintTemp_Paint+=new new System.Windows.Forms.PaintEventHandler(this.PaintTemp_Paint); }
Ravi
I won't agree on this. In our company one very old programmer is working. His age may be more than 55, he may retair with in next two years. Still he is very good C++ programmer, Most of server side programming he is Writing ( He is not managing), still he is writing code. Our programme architecture avh age is 45.
Ravi
Check This link. This helps me a lot http://www.joelonsoftware.com/articles/fog0000000073.html[^]
Ravi
This is an Exception in some of the application you were currently using( May be in some web application). This exception will come if that perticular application is not properly handled If that application is handled properly( Means at least code is written in Try- catch block), Message box will open, there all that error message will be dipalyed, If not as you mentioned same thing will appear. regards Ravi
Ravi
yes, hide and show or Visible =true or false properties are not available for TabPages, Only availble option is Remove and add again. RemoveAt(...) and RemoveByKey(...) are availble and then we can add at any time. Ravi
Hi, Here I am sending sample application. After creating new application. From resources.resx desing I added icon (AddResources->AddExistingFile). From resources.resx view code I changed Resources\Alarm161.ico;System.Drawing.Icon to
Resource:
Resources\Alarm161.ico;System.Drawing.Bitmap
Because I want to add bitmap to my Button. From form desing I added one button. In Button1_click(..) event I added this code
Code:
System.Drawing.Bitmap bitmap1 = WindowsApplication1.Properties.Resources.Alarm161; button1.Image = bitmap1;
Ravi
you can find Dock property in control property window. Add control, Go to properties of that control and change dock property Ravi