I remember I solved this problem by putting the cursor in the input area of FSI and pressing Enter.

By on 3/4/2010 12:08 AM ()

This sounds vaguley familiar... but I can't recall.

So what happens when you type this in VFSI?

> let f = new System.Windows.Forms.Form();;

val f : System.Windows.Forms.Form = System.Windows.Forms.Form, Text:

> f.Visible <- true;;

val it : unit = ()

>

The form appears and hangs?

By on 3/3/2010 10:42 AM ()

right, comes up and just hangs

By on 3/3/2010 10:50 AM ()

It <i>should<i> hang right? No message pump. I'd think you'd need an Applcation.Run() or a DoEvents() or one of the other ways to get things moving...

By on 3/3/2010 1:20 PM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper