system.windows.forms namespace

P

patricia59

Several components I am trying to use 'import
System.Windows.Forms' and this namespace seems not to be
available on my system. I have reinstalled the vb.net
framework cd's but still not available. Does anyone know
why not on my system? Thanks.
 
A

Armin Zingler

patricia59 said:
Several components I am trying to use 'import
System.Windows.Forms' and this namespace seems not to be
available on my system. I have reinstalled the vb.net
framework cd's but still not available. Does anyone know
why not on my system? Thanks.

If you don't set a reference to an assembly containing the namespace
System.Windows.Forms, it can not be imported. The/an assembly to be
referenced is System.Windows.Forms.dll.

It should be here (Framework 1.0)
\WINDOWS\Microsoft.NET\Framework\v1.0.3705

or here (Framework 1.1)
\WINDOWS\Microsoft.NET\Framework\v1.1.4322

Isn't it there?
 
H

Herfried K. Wagner [MVP]

patricia59 said:
Several components I am trying to use 'import
System.Windows.Forms' and this namespace seems not to be
available on my system. I have reinstalled the vb.net
framework cd's but still not available. Does anyone know
why not on my system? Thanks.

Are you sure a reference to "System.Windows.Forms.dll" is set (you can do
that in the solution explorer by selecting the project's references folder).
If the reference isn't set, add it (context menu).
 
A

Armin Zingler

Herfried K. Wagner said:
Are you sure a reference to "System.Windows.Forms.dll" is set (you
can do that in the solution explorer by selecting the project's
references folder). If the reference isn't set, add it (context
menu).

@echo off

SCNR ;-))))
 
A

Armin Zingler

Herfried K. Wagner said:
Hello,



ROFL

Komischerweise ist mein Hamsterchen immer etwas hinten nach...

Mußt ihn halt immer rechtzeitig füttern. ;-)

(I'm saying Herfried should feed his hamster in time)
 
H

Herfried K. Wagner [MVP]

Armin Zingler said:
Mußt ihn halt immer rechtzeitig füttern. ;-)

(I'm saying Herfried should feed his hamster in time)

I'll do that in future.
 
T

Tom Spink

Sprechen Sie Käse?

--
HTH,
-- Tom Spink, Über Geek

Please respond to the newsgroup,
so all can benefit

"Chaos, Panic, Disorder, my work here is done"


: > > Komischerweise ist mein Hamsterchen immer etwas hinten
: > > nach...
: >
: > Mußt ihn halt immer rechtzeitig füttern. ;-)
: >
: > (I'm saying Herfried should feed his hamster in time)
:
: I'll do that in future.
:
: --
: Herfried K. Wagner
: MVP · VB Classic, VB.NET
: <http://www.mvps.org/dotnet>
:
:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top