Re: case INsensitive regular expressions
maurof78@aol.com (sabinosa) wrote in message news:<e2d435fa.0410210905.14d25ea9@posting.google.com>...> Hi everyone,> I am working with a RegularExpressionValidator in Visual Studio.NET.> I would like to define a custom regular expression that ignores the> letter case and therefore is case INsensi...
Re: marshal string data from unmanaged to managed Nicholas,Thanks for the response!That is what I was trying without success.If I initialize the strings, that data gets over to the unmanaged code side OK.But the caller gets nothing but garbage back! ;((I really do not need to pass anything to the callee, I just need to retrieve loads of data back t...