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