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 strongm 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: *

  1. cRaCKh0rN

    Session vars in class file

    Ok, i have worked out some of my problem to an extent. I was making an instance of the class before page load as i wanted it available globally to the page.
  2. cRaCKh0rN

    Session vars in class file

    Hi, i have tried it various ways. Please also note this other post i have found here. This person has the exact problem http://www.tek-tips.com/viewthread.cfm?qid=1247457 Even i remove the checking and try to do for example System.Web.HttpContext.Current.Session("IsOrder") = myArray it will...
  3. 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")...
  4. cRaCKh0rN

    Developing Win32 Apps

    Thanks guys, I will certainly hunt them books out. People have suggested to me looking into MFC as oppose to API. What are your views? Are there advantages / disadvatanges? I would be interested to here what you think. Many thanks Dave
  5. 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...
  6. 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