blah blah blah is here! blah blah » Close

0
votes
0 answers

How do I take the content from a javascript variable, and paste it into a c# variable?

q12
349

I want to make a wysiwyg program in c#, that is composed from a webbrowser control and a form1. Inside form1 I want to make some search through files(mostly simple txt files) and if needed some extraction from zipped files. That is the mai ...

0
votes
2 answers

2 basic questions in c#...

Hi Im new to c# , im trying to build a form with 2 .gif pictures and 2 bottuns, one bottun switch between the pics and the other bring the form back as it was in the first place.... how can i do it without using another temporary Variable? ...

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