D
Dave
just a few beginner questions...you don't have to answer everyone...I wrote
a windows application but I don't know how to write text to the screen. I
just need to be able to write a number to the screen and replace it as that
number changes in my program. I tried writing a textbox and saying
textbox.text = mystring; but that wouldn't work because there was a problem
with declaring mystring.
Also how do you inheret from two classes? I don't know the syntax
for writing class form1 : firstclass, secondclass. I wanted to make my form
inheret from a static class that I use for my global static variables. I
couldn't figure out how to make global variables so I just created a static
class and made everyclass inheret it. that way I can access that same
variables, or thousands of variables without passing them all by reference
to the functions. any better ideas for doing this?
also how do I stop visual studio from telling me that it can't build
my progrma because it can't copy "filename" to the run directory? I build
very often because I'm new to the language and I make mistakes everytime I
write a piece of code and after doing it a couple times or so in a row it
gives me three errors like that.
thanks in advance
dave
a windows application but I don't know how to write text to the screen. I
just need to be able to write a number to the screen and replace it as that
number changes in my program. I tried writing a textbox and saying
textbox.text = mystring; but that wouldn't work because there was a problem
with declaring mystring.
Also how do you inheret from two classes? I don't know the syntax
for writing class form1 : firstclass, secondclass. I wanted to make my form
inheret from a static class that I use for my global static variables. I
couldn't figure out how to make global variables so I just created a static
class and made everyclass inheret it. that way I can access that same
variables, or thousands of variables without passing them all by reference
to the functions. any better ideas for doing this?
also how do I stop visual studio from telling me that it can't build
my progrma because it can't copy "filename" to the run directory? I build
very often because I'm new to the language and I make mistakes everytime I
write a piece of code and after doing it a couple times or so in a row it
gives me three errors like that.
thanks in advance
dave