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 dencom 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: cRaCKh0rN
  • Content: Threads
  • Order by date
  1. cRaCKh0rN

    Session vars in class file

    I am trying to create a property in a class like so Public Shared Property OrderList() As ArrayList Get If System.Web.HttpContext.Current.Session("IsOrder") Is Nothing Then Return System.Web.HttpContext.Current.Session("IsOrder")...
  2. cRaCKh0rN

    Developing Win32 Apps

    Hi all, I wish to develop some simple Win32 apps. I have no C++ knowledge currently, but I have a good understanding of other languages. Most tutorials I have found focus on command line C++ fundamentals. Could anyone recommend some online reading or books that concentrate more on the GUI...
  3. cRaCKh0rN

    Total beginner asking for pointers

    Hi all, I am using Visual Studio.net. Until now, I have used it primarily for asp.net (vb) web applications. Tonight I decided to install the c++ element and take a look at building a form application. I hope some of you can appreciate that we all have different methods of learning. In my case I...

Part and Inventory Search

Back
Top