Click here to Skip to main content
15,891,905 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionSending console commands to a game(Counter-Strike: Source) Pin
iZeR14-Nov-09 15:09
iZeR14-Nov-09 15:09 
AnswerRe: Sending console commands to a game(Counter-Strike: Source) Pin
EliottA14-Nov-09 15:49
EliottA14-Nov-09 15:49 
AnswerRe: Sending console commands to a game(Counter-Strike: Source) Pin
Dave Kreskowiak14-Nov-09 18:09
mveDave Kreskowiak14-Nov-09 18:09 
JokeRe: Sending console commands to a game(Counter-Strike: Source) Pin
Christian Graus15-Nov-09 8:57
protectorChristian Graus15-Nov-09 8:57 
GeneralRe: Sending console commands to a game(Counter-Strike: Source) Pin
Dave Kreskowiak16-Nov-09 5:16
mveDave Kreskowiak16-Nov-09 5:16 
QuestionAdding class libary Pin
cstrader23214-Nov-09 3:15
cstrader23214-Nov-09 3:15 
AnswerRe: Adding class libary Pin
The Man from U.N.C.L.E.14-Nov-09 4:03
The Man from U.N.C.L.E.14-Nov-09 4:03 
AnswerRe: Adding class libary Pin
Abhishek Sur14-Nov-09 12:05
professionalAbhishek Sur14-Nov-09 12:05 
Create a class Library... Produce a Dll and then Reference it.

This might be the simplest. But do you think all the units by this way may have produced a unseparable block.
The main motive of making external class libraries and compile as dll is to create independent module.

I recommend you to refactor each classes to produce independent modules and then reference it. I think the compiler is intellegent enough to load the dll when required.

I wrote a fine article to demonstrate how dependency between modules might kill your performance. Check it out.
Simplify Code Using NDepend[^]

So as suggested, To separate classes is not what you are making. If you just want to separate classes, make a folder place them.. and you might call them using a namespace. But if separation is really required, you need to find out classes that are actually independent of other modules(Such as utility classes).

Hope you understand.
Cheers..
Rose | [Rose]

Abhishek Sur
Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->

Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript

GeneralRe: Adding class libary Pin
Shameel16-Nov-09 5:22
professionalShameel16-Nov-09 5:22 
GeneralRe: Adding class libary Pin
cstrader23216-Nov-09 6:28
cstrader23216-Nov-09 6:28 
Questioncontrolling and invoking a MATLAB program through vb code. Pin
csetopper_bhanu13-Nov-09 17:32
csetopper_bhanu13-Nov-09 17:32 
AnswerRe: controlling and invoking a MATLAB program through vb code. Pin
Richard MacCutchan13-Nov-09 23:34
mveRichard MacCutchan13-Nov-09 23:34 
QuestionWebBrowser Control Print method won't Print Pin
rm302913-Nov-09 17:12
rm302913-Nov-09 17:12 
AnswerRe: WebBrowser Control Print method won't Print Pin
waddahattar13-Nov-09 22:00
waddahattar13-Nov-09 22:00 
AnswerRe: WebBrowser Control Print method won't Print Pin
Dave Kreskowiak14-Nov-09 1:21
mveDave Kreskowiak14-Nov-09 1:21 
QuestionHelp in code in visual basic for a new vb student Pin
Scamperdoodle13-Nov-09 9:37
Scamperdoodle13-Nov-09 9:37 
AnswerRe: Help in code in visual basic for a new vb student Pin
The Man from U.N.C.L.E.13-Nov-09 11:34
The Man from U.N.C.L.E.13-Nov-09 11:34 
AnswerRe: Help in code in visual basic for a new vb student Pin
Steven J Jowett14-Nov-09 0:17
Steven J Jowett14-Nov-09 0:17 
QuestionC# code snippet need help converting to VB Pin
bubk13-Nov-09 9:28
bubk13-Nov-09 9:28 
AnswerRe: C# code snippet need help converting to VB Pin
Dave Kreskowiak13-Nov-09 10:39
mveDave Kreskowiak13-Nov-09 10:39 
GeneralRe: C# code snippet need help converting to VB Pin
bubk13-Nov-09 10:55
bubk13-Nov-09 10:55 
AnswerRe: C# code snippet need help converting to VB Pin
Dave Doknjas13-Nov-09 11:51
Dave Doknjas13-Nov-09 11:51 
AnswerRe: C# code snippet need help converting to VB Pin
Milad.Biroonvand14-Nov-09 17:55
Milad.Biroonvand14-Nov-09 17:55 
QuestionFtpWebRequest Pin
Archimedes2413-Nov-09 6:46
professionalArchimedes2413-Nov-09 6:46 
AnswerRe: FtpWebRequest Pin
Dave Kreskowiak13-Nov-09 7:27
mveDave Kreskowiak13-Nov-09 7:27 

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.