Click here to Skip to main content
16,006,594 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Microsoft Excel Chart Pin
Silversurfaren21-Jul-02 2:43
sussSilversurfaren21-Jul-02 2:43 
GeneralRe: Microsoft Excel Chart Pin
afronaut25-Jul-02 15:47
afronaut25-Jul-02 15:47 
GeneralRadio Buttons Not working correctly Pin
JohnnyG19-Jul-02 7:10
JohnnyG19-Jul-02 7:10 
GeneralRe: Radio Buttons Not working correctly Pin
Jeremy Falcon19-Jul-02 7:32
professionalJeremy Falcon19-Jul-02 7:32 
GeneralRe: Radio Buttons Not working correctly Pin
JohnnyG19-Jul-02 8:11
JohnnyG19-Jul-02 8:11 
GeneralRe: Radio Buttons Not working correctly Pin
Jeremy Falcon22-Jul-02 3:43
professionalJeremy Falcon22-Jul-02 3:43 
GeneralRe: Radio Buttons Not working correctly Pin
JohnnyG19-Jul-02 8:47
JohnnyG19-Jul-02 8:47 
GeneralProblems with namespaces... Pin
MrGlover18-Jul-02 16:02
MrGlover18-Jul-02 16:02 
I have a class in a Class Library project called "Foo". Here is the class...


Namespace Foo

Public Class Bar

Shared Function HelloWorld() As String [...]

End Class

End Namespace


I have compiled this and put the .dll Assembly into the \bin directory of a 2nd project.

Project 2 is called HelloWorld2 and is a Windows Application which has a reference to the Foo.dll assembly added to it.

Problem is the Import statement I need to use to access HelloWorld.

I would have thought it would be

Import Foo
...
Public Class Form1
....
Private Sub Form1_Load(...) Handles MyBase.Load
labal1.Text = Bar.HelloWorld()
End Sub
End Class
End Sub

But it seems I have to do

Import Foo.Foo

Why the extra Foo?

Bah humbug!!
GeneralRe: Problems with namespaces... Pin
Kevin McFarlane21-Jul-02 5:20
Kevin McFarlane21-Jul-02 5:20 
Generalmemory leaks Pin
Marcus Spitzmiller18-Jul-02 10:20
Marcus Spitzmiller18-Jul-02 10:20 
GeneralConsole Mode Class Pin
Gary Miller18-Jul-02 5:25
Gary Miller18-Jul-02 5:25 
Questionvb.net :: Has anyone been having trouble with the RadioButton's CheckedChanged Event NEVER coming through? Pin
Tim Rymer18-Jul-02 5:09
Tim Rymer18-Jul-02 5:09 
GeneralVB 6 Project Limit Pin
David Galloway17-Jul-02 11:21
David Galloway17-Jul-02 11:21 
Generalvb.net :: How do i set the precision of a double? (like 1.25 instead of 1.2553825253 Pin
Tim Rymer17-Jul-02 10:52
Tim Rymer17-Jul-02 10:52 
GeneralRe: vb.net :: How do i set the precision of a double? (like 1.25 instead of 1.2553825253 Pin
Jeremy Falcon17-Jul-02 11:05
professionalJeremy Falcon17-Jul-02 11:05 
GeneralCool, just make sure you Import System.Math Pin
Tim Rymer17-Jul-02 11:42
Tim Rymer17-Jul-02 11:42 
Generaldatabase stored procedures vb and much confusion Pin
Unpluged198017-Jul-02 10:41
sussUnpluged198017-Jul-02 10:41 
GeneralRe: database stored procedures vb and much confusion Pin
Ranjan Banerji18-Jul-02 2:47
Ranjan Banerji18-Jul-02 2:47 
GeneralRe: database stored procedures vb and much confusion Pin
Giles18-Jul-02 3:05
Giles18-Jul-02 3:05 
GeneralRe: database stored procedures vb and much confusion Pin
Thesisus19-Jul-02 5:19
Thesisus19-Jul-02 5:19 
Generalincremental compilation Pin
CodagenDev17-Jul-02 9:31
sussCodagenDev17-Jul-02 9:31 
GeneralWindows Components Checker Pin
Antosha16-Jul-02 15:39
Antosha16-Jul-02 15:39 
GeneralRe: Windows Components Checker Pin
JohnnyG18-Jul-02 16:11
JohnnyG18-Jul-02 16:11 
GeneralThat Good-looking VS-menu Pin
Knappen16-Jul-02 10:43
Knappen16-Jul-02 10:43 
GeneralRe: That Good-looking VS-menu Pin
Richard Deeming17-Jul-02 0:24
mveRichard Deeming17-Jul-02 0:24 

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.