A
abrogard-what
Guest
all i want to do it write a simple thing id usually do in basic. but basic is dead for win10 or too difficult to download/install/implement/come to terms with.
so Im going the free visual studio express thing.
now Ive got a new project and one default window in it. Ive added a control. a button.
now im thinking i should be able to finally write the code to do the thing. so I look for an event handler thinking ill find something like onclick or on hover or something and I can put it in there.
all it has to do is read a text file (downloaded, exported, from a spreadsheet) which is a list of values and take the values and compare the first with the second and store the result, the first with the third and store the result and add the two results, store them somewhere or even just print them out to screen or whatever and move to the next on the list.
but i cant see where to put that in before i even start wrestling with the syntax and whatever....
can anyone help before i waste any more time googling and reading hits that turn out to be unhelpful?
Continue reading...
so Im going the free visual studio express thing.
now Ive got a new project and one default window in it. Ive added a control. a button.
now im thinking i should be able to finally write the code to do the thing. so I look for an event handler thinking ill find something like onclick or on hover or something and I can put it in there.
all it has to do is read a text file (downloaded, exported, from a spreadsheet) which is a list of values and take the values and compare the first with the second and store the result, the first with the third and store the result and add the two results, store them somewhere or even just print them out to screen or whatever and move to the next on the list.
but i cant see where to put that in before i even start wrestling with the syntax and whatever....
can anyone help before i waste any more time googling and reading hits that turn out to be unhelpful?
Continue reading...