Jump to content
Xtreme .Net Talk

Recommended Posts

  • Leaders
Posted

Hi. I can compile my projects that don't include this line, but when I try to compile while

Imports System.Windows.Forms

it says that it can't find this (Forms of System.Windows.Forms).

Is there something that I need to download, or any thing that I need to do to get this to work? :(

 

[edit]I located several System.Windows.Forms files on the computer myself, but the compiler can't find them...[/edit]

Iceplug, USN

One of my coworkers thinks that I believe that drawing bullets is the most efficient way of drawing bullets. Whatever!!! :-(

  • Leaders
Posted

Is the code something you can post here? Where is this Imports System.Windows.Forms located in your code?

 

I let .NET do allot of things for me and it has this:

Public Class frmEditor
   Inherits System.Windows.Forms.Form
   '...

 

Where is uses Inherits not Imports. I could be way off the mark here, just starting all this.

 

Orbity

"These Patriot playoff wins are like Ray Charles songs, Nantucket sunsets, and hot fudge sundaes. Each one is better than the last." - Dan Shaughnessy
  • Leaders
Posted

I'm using the MSDN download version that doesn't have menus or much else of a UI.

My Imports System.Windows.Forms is after other Imports.

Imports System
Imports System.IO
Imports System.Windows.Forms

Iceplug, USN

One of my coworkers thinks that I believe that drawing bullets is the most efficient way of drawing bullets. Whatever!!! :-(

  • Leaders
Posted
Hmm... is that possible with only the framework... or do I have to wait until I get the Visual Studio to get this to work?

Iceplug, USN

One of my coworkers thinks that I believe that drawing bullets is the most efficient way of drawing bullets. Whatever!!! :-(

  • Leaders
Posted

After looking at THIS example in the code library it appears the reference will be used when actually compiling the program from the command line. Have a look at the .bat file included with that project and you will see what I mean.

 

Have you looked at Sharp Develop?

 

Orbity

"These Patriot playoff wins are like Ray Charles songs, Nantucket sunsets, and hot fudge sundaes. Each one is better than the last." - Dan Shaughnessy
  • Leaders
Posted

Thanks, thanks, thanks! :D

I added the /R: and it compiled! :)

Iceplug, USN

One of my coworkers thinks that I believe that drawing bullets is the most efficient way of drawing bullets. Whatever!!! :-(

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...