Click here to Skip to main content
15,920,508 members

Comments by Member 11024618 (Top 5 by date)

Member 11024618 25-Jun-15 6:07am View    
Processor: Intel I3
Ram: 4.00 GB
Hard Disk: 500 GB
Window 7 64-bit
I don't think it's a memory issue since form1 is executing infinite times. But the problem is when I create object of one form in another then it stops automatically. It Works fine when object of form is on same page.
Member 11024618 25-Jun-15 5:44am View    
Don't Know but it is not working here. I tried on the other system too.
Member 11024618 25-Jun-15 4:11am View    
Are You Creating the object of form1?
Because it's working fine with form1 object but if I create object of form2 on form1 then it stops and No memory issue.
Member 11024618 25-Jun-15 3:52am View    
Actually code never reaches to MessageBox.Show(c.ToString()); if you put break point on it. So, No message box appears and if you don't put the condition then also it stops after few seconds. Why don't you try?
Member 11024618 25-Jun-15 3:50am View    
Actually code never reaches to MessageBox.Show(c.ToString()); if you put break point on it.