Click here to Skip to main content
15,914,066 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Printing from a website (ASP & JavaScript) Pin
Dave Kreskowiak22-Sep-06 3:10
mveDave Kreskowiak22-Sep-06 3:10 
Question.Net Controls Postion Pin
Jhony91122-Sep-06 2:00
Jhony91122-Sep-06 2:00 
AnswerRe: .Net Controls Postion Pin
Dave Kreskowiak22-Sep-06 3:08
mveDave Kreskowiak22-Sep-06 3:08 
Questioninstallation headache Pin
ihe22-Sep-06 1:26
ihe22-Sep-06 1:26 
AnswerRe: installation headache Pin
Dave Kreskowiak22-Sep-06 3:05
mveDave Kreskowiak22-Sep-06 3:05 
GeneralRe: installation headache Pin
ihe25-Sep-06 5:23
ihe25-Sep-06 5:23 
GeneralRe: installation headache Pin
Dave Kreskowiak25-Sep-06 12:54
mveDave Kreskowiak25-Sep-06 12:54 
GeneralRe: installation headache Pin
ihe26-Sep-06 1:28
ihe26-Sep-06 1:28 
Because of the difficulty I experienced I decided to rewire the program a little
The original Windows Application had 4 Windows Control Library it needed to function properly.
I decided to lump all the user control inside a single WindowControlLibrary.
This is what I did:
I created a project in vb.net using a WindowsControlLibrary I called it NAWADriLCiLibrary.

It houses several user controls that are all used in a WindowsApplication1 I call DriLCalLc.

The database is in MS Access and is called Hydraulic.mdb
The database is in the window application.

The command buttons to save, edit, delete into the records of this hydraulic database are in the window application. These buttons are linked to methods and property of the user controls in the windowControlLibrary.

In my developer PC after I have produced the NAWADriLCiLibrary I build it, using the build menu – build solution on top.

Then I copied the NAWADriLCiLibrary.dll generated from the NAWADriLCiLibrary/bin/ NAWADriLCiLibrary.dll into the DriLCalLc folder. After this I set a reference in the code of DriLCalLc pointing to this. I did this by right clicking the add reference and selecting this .dll when the “add reference “box came up. To enable me use it in my code I then at the top of the code add an import statement

Imports System.Drawing
Imports System.Windows.Forms

Imports NAWADrilcALclLibrary

Public Class Form1


End Class


What am I required to do? How should I produce my Installer?


Also thank you for your guide I will read the text at the hyperlink now.


ihe
GeneralRe: installation headache Pin
Dave Kreskowiak26-Sep-06 2:09
mveDave Kreskowiak26-Sep-06 2:09 
GeneralRe: installation headache Pin
ihe26-Sep-06 21:49
ihe26-Sep-06 21:49 
GeneralRe: installation headache Pin
Dave Kreskowiak27-Sep-06 2:20
mveDave Kreskowiak27-Sep-06 2:20 
GeneralRe: installation headache Pin
ihe28-Sep-06 3:24
ihe28-Sep-06 3:24 
QuestionIs this possible? Pin
zenithmaximus22-Sep-06 0:54
zenithmaximus22-Sep-06 0:54 
AnswerRe: Is this possible? Pin
Christian Graus22-Sep-06 1:13
protectorChristian Graus22-Sep-06 1:13 
AnswerRe: Is this possible? Pin
Dave Kreskowiak22-Sep-06 3:02
mveDave Kreskowiak22-Sep-06 3:02 
AnswerRe: Is this possible? Pin
The ANZAC22-Sep-06 12:30
The ANZAC22-Sep-06 12:30 
Question[Message Deleted] Pin
PREMSONBABY22-Sep-06 0:03
PREMSONBABY22-Sep-06 0:03 
AnswerRe: How to get the startup path from a dll Pin
Dave Kreskowiak22-Sep-06 2:58
mveDave Kreskowiak22-Sep-06 2:58 
Questionto declare operator Pin
spbhattind21-Sep-06 23:35
spbhattind21-Sep-06 23:35 
AnswerRe: to declare operator Pin
Christian Graus22-Sep-06 0:03
protectorChristian Graus22-Sep-06 0:03 
AnswerRe: to declare operator Pin
Dave Kreskowiak22-Sep-06 2:45
mveDave Kreskowiak22-Sep-06 2:45 
GeneralRe: to declare operator Pin
Dave Sexton22-Sep-06 3:56
Dave Sexton22-Sep-06 3:56 
GeneralRe: to declare operator Pin
Coding C#23-Sep-06 0:17
Coding C#23-Sep-06 0:17 
Questionsimple image processing Pin
Prinz Ryoiji21-Sep-06 23:19
Prinz Ryoiji21-Sep-06 23:19 
AnswerRe: simple image processing Pin
Christian Graus22-Sep-06 0:06
protectorChristian Graus22-Sep-06 0:06 

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.