-
Junior Member
Run .EXE without VS.Net
what is serailisation.
how many constuctor in a class?
can i make a button on mdi form?
can i run .EXE on other system who donot have vs.net? How
-
Junior Member
Re: Run .EXE without VS.Net
serialization is taking an object and converting it to something else, mostly a file, thus preserving it's state within it. Common serialization methods are binary and XML.
A class can have as many overloaded constructors as you want.
Yes you can add a button to an MDI form.
Finally, yes they can run the executable without VS.NET as long as they have the proper version of .NET framework installed.
-
Junior Member
Re: Run .EXE without VS.Net
Run .EXE without VS.Net
----------------------------
u can run exe by just installing .net framework on client's pc
constructor
-------------
so many constructors are possible with different argument ....
there is no specific limit.......
Hi I hope you need to go through OOP community.............
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules