I'm gettting this error at "Application.Ru n" in the code below. The error
message also says "Out of Memory". How can I find out more about what's
causing this error? It just breaks there with no further information.
static void Main()
{
Application.Ena bleVisualStyles ();
Application.Set CompatibleTextR enderingDefault (false);
Application.Run (new FormMain());
}
--
Thanks.
--
Thanks.
message also says "Out of Memory". How can I find out more about what's
causing this error? It just breaks there with no further information.
static void Main()
{
Application.Ena bleVisualStyles ();
Application.Set CompatibleTextR enderingDefault (false);
Application.Run (new FormMain());
}
--
Thanks.
--
Thanks.
Comment