Hi all,
hope you are having a nice day :-)
I have been using the "region" functionality of Visual Studio .Net which work very nicely. When I then want to search for a text string, the program does not search closed regions. Can this be resolved ?
Thanks,
Troels
After building comment web pagges, the documentation is not browseable. The html code tries to setup a frame, but nothing is displayed inside the frame.
Have anyone solved or experienced this ?
I can see that all the documentation is generated by loading the files manually, but it would be...
Hi,
How can I declare an array of a datatype, whose size might have to change during program execution ?
- int[8] myint; // can't cange size
- int[] myint = new {8,7,6,5,4,3,2,1} //can't change size
- ArrayList myint = new ArrayList(); //can hold various kind of object...
Hi,
If I have a variable:
string aString = "Point";
how can I then do something like this object declaration:
aString myObject;
Thanks a lot in advance :-)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.