Re: [DOTNET] IJW and P/Invoke

2002-05-28 Thread Richard Grimes
MAIL PROTECTED]> Sent: Thursday, May 16, 2002 7:36 PM Subject: Re: [DOTNET] IJW and P/Invoke > There's one more book by Richard Grimes: > > <http://www.amazon.com/exec/obidos/ASIN/0201708523/ref=pd_sbs_b_2/102- > 1472737-3733751> > > BTW, if you can wait long

Re: [DOTNET] Schrodininger's Enum

2002-05-05 Thread Richard Grimes
Hmmm, Its been a while since I did any quantum mechanics[1], semiconductor research was just too much hard work, so I moved to software development to take a rest ;-). I think you'll find the answer to your question lies in the class heirarchy. An enum derives from System::Enum, which derives fro

Re: [DOTNET] Dataset problem

2002-05-03 Thread Richard Grimes
nal Message- > From: dotnet discussion [mailto:[EMAIL PROTECTED]]On Behalf Of > Richard Grimes > Sent: Thursday, May 02, 2002 9:48 AM > To: [EMAIL PROTECTED] > Subject: [DOTNET] Dataset problem > > > I have tried every combination I can think of, but I cannot get this to

[DOTNET] Dataset problem

2002-05-02 Thread Richard Grimes
I have tried every combination I can think of, but I cannot get this to work. Has anyone got any suggestions? When I run this code I get the three statements under the element and not under the element. Richard www.grimes.demon.co.uk #using #using #using #using using namespace System;