|
-
Mar 26th, 2007, 10:45 AM
#1
Thread Starter
Addicted Member
[RESOLVED] .Net Compact Framework 1.1 question
Hi, I'm developing a PocketPC application in the .Net Compact Framework. I am using 3 forms throughout my app. When I try to declare a new instance of my form and then show it, I get errors.
When I do this:
Dim F3 As New Form3
I get "Type Form3 is not defined"
It's in the project as I can see it over in the Solution Explorer. Now I know this is the way to show forms in .Net 1.1, but for some reason is the Compact Framework different?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|