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 Wanet Telecoms Ltd 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: jantie78
  • Content: Threads
  • Order by date
  1. jantie78

    FAQ about Windows.Forms

    Hi All, I use the following website sometimes. It has a great list of commen questions and answers about Windows.Forms. For example there is a section about the DataGrid which answerd many of my questions! Take a look : http://www.syncfusion.com/FAQ/Winforms/ Greetz, Jan If this response was...
  2. jantie78

    Strange DataGrid behaviour

    Hi, I have a strange problem when using a DataGrid, but first let me explain a little the situation. I've created a strong typed collection (inherited from CollectionBase). My collection contains instances of data-objects that retreive on-demand data from a database. So far so good. Now I've...
  3. jantie78

    CollectionBase Class / Interface of objects

    Hi all, I discovered yesterday something cool you can do with a class inherited from the CollectionBase class. First I made a simple class used to store data (for example a customer) : Public Class Customer Private sName as String Private sTelephone as String Public Property Name As String...
  4. jantie78

    VB.NET equivalent for Single Threaded ActiveX Exe.

    Hi all, I would like to create a sort of caching or state controller mechanism in VB.NET. In VB6 it is possible to create a single threaded ActiveX executable. With an API call you can lock an instance of this ActiveX, so it stays in memory even when no instance is active. And because it's...
  5. jantie78

    The best reporting tool???

    Hi All! What is in your opinion the best tool to make reports from VB?? For example : Crystal Reporst, Component One VSView, ... Thanks, Jan

Part and Inventory Search

Back
Top