Click here to Skip to main content
15,909,530 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Launch apps from VB.NET Pin
CPlacek8-Sep-03 4:29
CPlacek8-Sep-03 4:29 
GeneralClosing recordset object Pin
iluha4-Sep-03 14:33
iluha4-Sep-03 14:33 
GeneralRe: Closing recordset object Pin
Hisi4-Sep-03 16:24
Hisi4-Sep-03 16:24 
GeneralRe: Closing recordset object Pin
Hesham Amin4-Sep-03 21:03
Hesham Amin4-Sep-03 21:03 
GeneralVB.Net Help Pin
bmpu_ssss4-Sep-03 10:15
bmpu_ssss4-Sep-03 10:15 
GeneralNeed Help on Drag and Drop/Beginner Pin
barry5474-Sep-03 9:24
barry5474-Sep-03 9:24 
GeneralHelp needed with oshell.FindFiles... Pin
Invincer4-Sep-03 3:21
Invincer4-Sep-03 3:21 
GeneralSharing a module (containing classes) between projects Pin
Matt Philmon3-Sep-03 11:32
Matt Philmon3-Sep-03 11:32 
I have 2 class libraries and a Windows Application that use a common set of of structures and classes to pass and manipulate data. Each is written in VB.NET. My thinking was to create a public module, shared through Source Safe so a GetLatest would at least update all projects before a build. Now, many of the public and private methods within each class library pass data types that include some of these "shared" structures and classes.

I was planning on simply including that public module in each of these projects so the type information would be common knowledge. However, it doesn't work... the compiler says (for instance in the Windows application) that the type should be ClassLibrary1.modPublicStructures.clsMyClass and not MyWindowsApp.modPublicStructures.clsMyClass.

Now, I KNOW I can simply create yet another class library that contains this set of common classes and then add a reference to that new class library to each of these projects... but that's now ANOTHER DLL added to the project. Surely there's another way to accomplish this.

???
GeneralVBA trouble Pin
Jeremy Osner3-Sep-03 8:19
Jeremy Osner3-Sep-03 8:19 
GeneralRe: VBA trouble Pin
Nick Seng3-Sep-03 15:40
Nick Seng3-Sep-03 15:40 
GeneralRe: VBA trouble Pin
Jeremy Osner4-Sep-03 1:45
Jeremy Osner4-Sep-03 1:45 
GeneralRe: VBA trouble Pin
Nick Seng4-Sep-03 21:47
Nick Seng4-Sep-03 21:47 
GeneralMySQL / Crystal Reports for VS.NET Problem Pin
Vinyl2-Sep-03 3:55
Vinyl2-Sep-03 3:55 
GeneralActiveX Control Pin
Olli2-Sep-03 1:31
Olli2-Sep-03 1:31 
GeneralRe: ActiveX Control Pin
Diederik de Haas5-Sep-03 3:59
Diederik de Haas5-Sep-03 3:59 
GeneralVB MS Soap 3.0 Pin
praveengoosari1-Sep-03 20:43
praveengoosari1-Sep-03 20:43 
GeneralHelp with WM_GETTEXT Pin
Anonymous1-Sep-03 5:26
Anonymous1-Sep-03 5:26 
General.Net Windows service time out Pin
Regardt31-Aug-03 23:48
Regardt31-Aug-03 23:48 
GeneralClean Build Pin
jholt31-Aug-03 11:28
jholt31-Aug-03 11:28 
GeneralRe: Clean Build Pin
SimonS1-Sep-03 5:07
SimonS1-Sep-03 5:07 
GeneralRe: Clean Build Pin
jholt1-Sep-03 9:41
jholt1-Sep-03 9:41 
GeneralTrigger a Windows Form Notification Pin
su_see31-Aug-03 8:08
su_see31-Aug-03 8:08 
GeneralProblem In Msgbox And InputBox Pin
Meysam Khayatan30-Aug-03 8:59
Meysam Khayatan30-Aug-03 8:59 
GeneralRe: Problem In Msgbox And InputBox Pin
Hesham Amin30-Aug-03 20:49
Hesham Amin30-Aug-03 20:49 
GeneralRe: Problem In Msgbox And InputBox Pin
Dave Kreskowiak3-Sep-03 17:27
mveDave Kreskowiak3-Sep-03 17: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.