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
It is possible to load a bitmap and then print it. No problems in doing that at all. To print a "given file" depends on what is in that file - it will have to be loaded into the program...
If it is the correct way of producing a pdf - well, that is a totally different question, I heard that much...
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...
That is a very good idea!
I still have the problem that I don't know the implementation of ArrayList, so I don't know what kind of overhead I am creating, using it instead of a normal array.
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.