query reagrding Visual C#

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Sir,

i am new to C# programming,
I wan to convert
Fscanf(file, "%lf %lf %lf %lf %lf %d", &lambda, &angle, &phase, &gama,
&sigma, &maskSize);
which is written in c++
i want to convert it to c# .Tapplication i am making is gui based not
console based.

How can i change it.

Regards

naveen
 
It's totally different. You want a UI-based app, so create a Form with a
TextBox, then handle the input either by key or with a button click

--
Chris Tacke
Co-founder
OpenNETCF.org
Are you using the SDF? Let's do a case study.
Email us at d c s @ o p e n n e t c f . c o m
http://www.opennetcf.org/donate
 
Back
Top