blah blah blah is here! blah blah » Close

0
votes
1 answers

Passing Values from one form to another

Hi good morning everyone , I just need a hand to help me on my little problems. I have 2 forms, What I just need is that the 2nd form will be my data entry form. Every data that I entry on my form 2nd form is that I need it to display on my ...

0
votes
2 answers

passing an object(linq) to a thread

hi, I have a linq query which fetches a collection of datas. I want to do some functionality with each collection of data. I am not getting how to pass var object to a thread. My linq to xml query looks like this: XDocument readStorel ...

0
votes
2 answers

socket programming passing through router

how does yahoo messenger pass through the router without any router config and my messenger needs router configuration?

0
votes
2 answers

Pass a variable from one form to another

Let's say I have form1 and form2. Form1 and Form2 are open. You click a button on Form2 and it adds 1 to a variable called myNumber on Form1. Now the problem is I can't use the new keyword and create a new instance of Form1, because Form ...

Feedback