Click here to Skip to main content
16,008,299 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Using a loop to create multiple controls at runtime? Pin
dynamic23-Jun-03 12:01
dynamic23-Jun-03 12:01 
GeneralThanks Pin
Jm6k23-Jun-03 12:53
Jm6k23-Jun-03 12:53 
QuestionImplements DataTable - how to get started? Pin
Duncan Edwards Jones23-Jun-03 11:11
professionalDuncan Edwards Jones23-Jun-03 11:11 
Generalassembly run time errors Pin
ibiteu223-Jun-03 11:00
ibiteu223-Jun-03 11:00 
GeneralGAC problems,, PLEASE HELP!! Pin
ibiteu223-Jun-03 6:08
ibiteu223-Jun-03 6:08 
GeneralRe: GAC problems,, PLEASE HELP!! Pin
Ray Cassick23-Jun-03 6:20
Ray Cassick23-Jun-03 6:20 
GeneralRe: GAC problems,, PLEASE HELP!! Pin
ibiteu223-Jun-03 6:40
ibiteu223-Jun-03 6:40 
GeneralRe: GAC problems,, PLEASE HELP!! Pin
Ray Cassick23-Jun-03 7:09
Ray Cassick23-Jun-03 7:09 
In the Solution Explorer, listed under your project there is a folder named references.

If you open this folder you will notice there are some entries in there like:

System
System.Windows.Forms
System.XML

These entries might be more or less, or different depending upon the type of project you are working on. These are the various assemblies that your application is using.

Right click on the project and select the 'Add Reference…' option.

This opens up a dialog box that lists all assemblies found in the GAC. Select your assembly from here, or browse to where it is stored. This will set the reference to the assembly that you want to use.

Now your Imports statement should work.


Paul Watson wrote:
"At the end of the day it is what you produce that counts, not how many doctorates you have on the wall."
George Carlin wrote:
"Don't sweat the petty things, and don't pet the sweaty things."
Jörgen Sigvardsson wrote:
If the physicists find a universal theory describing the laws of universe, I'm sure the a**hole constant will be an integral part of that theory.


GeneralRe: GAC problems,, PLEASE HELP!! Pin
ibiteu223-Jun-03 7:23
ibiteu223-Jun-03 7:23 
GeneralRe: GAC problems,, PLEASE HELP!! Pin
Ray Cassick23-Jun-03 7:35
Ray Cassick23-Jun-03 7:35 
Generalassociate icon w/program app Pin
shirleyLo23-Jun-03 3:15
shirleyLo23-Jun-03 3:15 
GeneralRe: associate icon w/program app Pin
Nick Seng23-Jun-03 16:34
Nick Seng23-Jun-03 16:34 
GeneralRe: associate icon w/program app Pin
shirleyLo24-Jun-03 7:46
shirleyLo24-Jun-03 7:46 
GeneralConnecting an XML listener to a VB interface Pin
yeeck23-Jun-03 1:18
yeeck23-Jun-03 1:18 
GeneralReusing values or inputs Pin
ivanji22-Jun-03 17:28
ivanji22-Jun-03 17:28 
GeneralCounting points Pin
oliver_twistor22-Jun-03 9:27
oliver_twistor22-Jun-03 9:27 
GeneralRe: Counting points Pin
dynamic22-Jun-03 9:59
dynamic22-Jun-03 9:59 
GeneralRe: Counting points Pin
oliver_twistor22-Jun-03 23:04
oliver_twistor22-Jun-03 23:04 
GeneralRe: Counting points Pin
parths22-Jun-03 16:27
parths22-Jun-03 16:27 
GeneralWindows Form differences between O/S Pin
Andrew Bromfield22-Jun-03 3:49
Andrew Bromfield22-Jun-03 3:49 
GeneralARRRGGHGHH.... HEADACHE!! Pin
Robert Collyer22-Jun-03 3:28
Robert Collyer22-Jun-03 3:28 
GeneralRe: ARRRGGHGHH.... HEADACHE!! Pin
jhaga22-Jun-03 5:29
professionaljhaga22-Jun-03 5:29 
GeneralActive window name Pin
eranamiel22-Jun-03 2:01
eranamiel22-Jun-03 2:01 
GeneralRe: Active window name Pin
dynamic22-Jun-03 9:48
dynamic22-Jun-03 9:48 
GeneralMonitoring traffic on a specific port Pin
TheDuck21-Jun-03 9:21
TheDuck21-Jun-03 9:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.