vbc.exe

Deepthiv

Active member
Joined
Oct 3, 2005
Messages
39
Programming Experience
3-5
Can any one provide sample code

to run application from both command line prompt and from UI

to explain in simple.......

say i have a form with 3 text boxes with displays sum of values(of 2 text boxes when clicked on Add button (in 3rd text box)..

also i can provide data in xml file input from commandline prompt

my xml looks like :

<generatesum>
<Data1>
<a>10</a>
<b>20</b>
</Data1>
<Data2>
<a>34</a>
<b>67</b>
</Data2>
<generatesum>

result should be sum of data1 values and data2 value sets..

can any one please provide some sample code (a combination of UI and command line(from xml))

help needed

Thanks,
Deepthi
 
Back
Top