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

Visual Basic

 
GeneralRe: PsSetLoadImageNotifyRoutine Pin
James Gohl14-Jul-04 21:34
James Gohl14-Jul-04 21:34 
GeneralVB.NET and Outlook's "BeforeItemPaste" Event signature Pin
joseph_rich_tx14-Jul-04 2:55
joseph_rich_tx14-Jul-04 2:55 
Generalproblem in Dynamically adding objects of user control Pin
Member 119551214-Jul-04 2:45
Member 119551214-Jul-04 2:45 
GeneralRe: problem in Dynamically adding objects of user control Pin
Dave Kreskowiak14-Jul-04 3:33
mveDave Kreskowiak14-Jul-04 3:33 
GeneralRe: problem in Dynamically adding objects of user control Pin
James Gohl14-Jul-04 8:33
James Gohl14-Jul-04 8:33 
GeneralRecognizing the MSHFlexGrid's Row on MouseMove Event Pin
Ravi S.V.14-Jul-04 0:13
Ravi S.V.14-Jul-04 0:13 
GeneralVisual Basic 6 Help in DLL Pin
afrodit13-Jul-04 20:49
afrodit13-Jul-04 20:49 
GeneralRe: Visual Basic 6 Help in DLL Pin
Ravi S.V.14-Jul-04 0:21
Ravi S.V.14-Jul-04 0:21 
For using dll in the another project you have two ways:

One way is to add ur dll project in the client vb project and make references Project -> References. In the references window it will show you the dll project's name select that name and say ok. Now you can use your dll in your client project.

--Or--

Make the dll of your dll project. By making the dll vb6 automatically registers it on your system. If you want to use or deploy it on another computer you need to explicitly register it using regsvr32.exe. Then open your client project Goto Project -> References in the references window look for your dll name and select it and click on ok. Now you can use your dll in the client project.

The former is best way to debug your dll project from the client project.
GeneralInterface Question Pin
beowulfagate13-Jul-04 20:27
beowulfagate13-Jul-04 20:27 
GeneralRe: Interface Question Pin
Dave Kreskowiak14-Jul-04 2:46
mveDave Kreskowiak14-Jul-04 2:46 
Generalauto generating number Pin
GaryKoh13-Jul-04 19:47
GaryKoh13-Jul-04 19:47 
GeneralRe: auto generating number Pin
Dave Kreskowiak14-Jul-04 2:36
mveDave Kreskowiak14-Jul-04 2:36 
GeneralRe: auto generating number Pin
GaryKoh14-Jul-04 19:59
GaryKoh14-Jul-04 19:59 
GeneralRe: auto generating number Pin
Dave Kreskowiak16-Jul-04 0:57
mveDave Kreskowiak16-Jul-04 0:57 
GeneralUpload Pin
Verolix13-Jul-04 15:18
Verolix13-Jul-04 15:18 
GeneralRe: Upload Pin
Dave Kreskowiak13-Jul-04 16:12
mveDave Kreskowiak13-Jul-04 16:12 
GeneralCE VB.Net Owner Drawn ListBox Pin
Chris Reiff13-Jul-04 14:23
Chris Reiff13-Jul-04 14:23 
GeneralRe: CE VB.Net Owner Drawn ListBox Pin
Dave Kreskowiak13-Jul-04 16:15
mveDave Kreskowiak13-Jul-04 16:15 
GeneralA complicated string... Pin
Brad Fackrell13-Jul-04 10:11
Brad Fackrell13-Jul-04 10:11 
GeneralRe: A complicated string... Pin
Dave Kreskowiak13-Jul-04 12:19
mveDave Kreskowiak13-Jul-04 12:19 
GeneralRe: A complicated string... Pin
Brad Fackrell13-Jul-04 12:42
Brad Fackrell13-Jul-04 12:42 
Generalvb code Pin
nazerudeen13-Jul-04 5:56
nazerudeen13-Jul-04 5:56 
GeneralRe: vb code Pin
Dave Kreskowiak13-Jul-04 12:13
mveDave Kreskowiak13-Jul-04 12:13 
GeneralRe: vb code Pin
jonathan1515-Jul-04 5:29
jonathan1515-Jul-04 5:29 
QuestionHow to connect Microsoft Access Report in vb.net Pin
Member 122179713-Jul-04 2:58
Member 122179713-Jul-04 2:58 

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.