Message 1 of 2
Form Load event
Not applicable
04-23-2012
09:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I cannot get any code in the Load event to work inside of Revit. I have done test's in a windows form with no problem.
private void Form1_Load(object sender, EventArgs e)
{
MessageBox.Show("load?");
}Ideas? Thanks.