Search results for query: *

  • Users: ian
  • Order by date
  1. I

    Datagrid within Datagrid

    Hi Everyone, I'm trying to write a datagrid within a datagrid for a VB.NET windows application. To date all samples I've seen end up in a ASP.net environment, whereas my application must be in Vb.Net. Has anyone managed to do this yet, and got any source code for me to figure it out...
  2. I

    Memory resident Classes?

    Thanks John, I've sorted out my problem and have used a 'memory mapped file system' as per notes gleamed from http://msdn.microsoft.com/library/en-us/fileio/base/file_mapping.asp?frame=true It seems to work a treat!!
  3. I

    Memory resident Classes?

    IT appears 'Shared' variables etc.. are not visible in other external programs, but only within the currently active program. I think something like creating a 'Thread' which can act as an ASP Session might work??
  4. I

    Memory resident Classes?

    In Memory Class Thanks, I had suspicions it would be a 'shared/friend' type of variable/class. I just need to work out the logic to code it up. If you've got anything working as an example, that would save me no end of head-scratching...
  5. I

    Memory resident Classes?

    Hi, In the past I've written VB com programs, which had a 'central' class being held in memory. As other external programs have been run, they have all been able to access the 'data' held within the class, and access the data being passed into the class from other external programs. (ie a type...
Back
Top