Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: troelssmit
  • Content: Threads
  • Order by date
  1. troelssmit

    Search text in closed regions, Visual Studio

    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
  2. troelssmit

    Add Reference requires Visual Studio program restart

    Hi, when I add a reference for a class I have to reload the program before the references can be used. Is there a way to do this without the restart ?
  3. troelssmit

    After building comment web pagges, the documentation is not browseable

    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...
  4. troelssmit

    Variable Length 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...
  5. troelssmit

    How to: use argument or variable as object type

    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 :-)

Part and Inventory Search

Back
Top