Click here to Skip to main content
16,005,682 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: colulmn based selection in multi-line text box? Pin
Christian Graus4-Jul-05 13:14
protectorChristian Graus4-Jul-05 13:14 
GeneralRe: colulmn based selection in multi-line text box? Pin
madfiddlerchris5-Jul-05 2:04
madfiddlerchris5-Jul-05 2:04 
GeneralRe: colulmn based selection in multi-line text box? Pin
madfiddlerchris15-Jul-05 3:23
madfiddlerchris15-Jul-05 3:23 
GeneralRe: colulmn based selection in multi-line text box? Pin
madfiddlerchris24-Jul-05 23:18
madfiddlerchris24-Jul-05 23:18 
GeneralWM_SETTEXT Pin
Axonn Echysttas25-May-05 21:32
Axonn Echysttas25-May-05 21:32 
QuestionHow to rebuild the resource? Pin
rushing25-May-05 21:27
rushing25-May-05 21:27 
GeneralImporting namespace / Dll Pin
C.Sathish25-May-05 21:27
C.Sathish25-May-05 21:27 
GeneralRe: Importing namespace / Dll Pin
toxcct25-May-05 22:35
toxcct25-May-05 22:35 
not sure i understand well, but here is what happens.

first, i don't proceed in the same order as you. here is mine :

1. Adding a reference to a project of the solution.
As it says, you create a link to the functions and classes within the dll you reference.
this way, you will be able to use and call them.

2. Importing a namespace.
that command allow you not to use the entiere namespace instead of retype it each time you call a member of that namespace (Console.WriteLine() instead of System.Console.WriteLine() for example)

3. Dim lobjConfig As New PrjConfigInfo.ClsConfigInfo()
Declares a variable lobjConfig of type PrjConfigInfo.ClsConfigInfo and initializes it with a reference of a new object of this type (with Default constructor New()).

4. Private Declare Function Trans_Ticket Lib "InlottPrint.dll" (ByVal lStrPrintStr As String) As Integer
Hem, personnaly, i never use this... so, i cannot help you well on this



TOXCCT >>> GEII power
[toxcct][VisualCalc]
Questionmovi gif in vb6? Pin
a_yosef25-May-05 21:14
a_yosef25-May-05 21:14 
GeneralCRUD Application Pin
imshally8125-May-05 20:53
imshally8125-May-05 20:53 
GeneralRe: CRUD Application Pin
C.Sathish26-May-05 2:27
C.Sathish26-May-05 2:27 
GeneralCapture Date and Time Pin
imshally8125-May-05 20:50
imshally8125-May-05 20:50 
GeneralRe: Capture Date and Time Pin
Rizwan Bashir25-May-05 21:28
Rizwan Bashir25-May-05 21:28 
GeneralRe: Capture Date and Time Pin
imshally8126-May-05 0:01
imshally8126-May-05 0:01 
Generalmaped network drives Pin
_tasleem25-May-05 19:32
_tasleem25-May-05 19:32 
GeneralRe: maped network drives Pin
madfiddlerchris26-May-05 0:49
madfiddlerchris26-May-05 0:49 
GeneralBig Bug in ComboBox control Pin
rushing25-May-05 17:38
rushing25-May-05 17:38 
GeneralRe: Big Bug in ComboBox control Pin
Christian Graus25-May-05 17:40
protectorChristian Graus25-May-05 17:40 
GeneralRe: Big Bug in ComboBox control Pin
rushing25-May-05 18:26
rushing25-May-05 18:26 
GeneralRe: Big Bug in ComboBox control Pin
Christian Graus25-May-05 18:31
protectorChristian Graus25-May-05 18:31 
GeneralRe: Big Bug in ComboBox control Pin
rushing25-May-05 19:36
rushing25-May-05 19:36 
GeneralRe: Big Bug in ComboBox control Pin
Christian Graus25-May-05 19:38
protectorChristian Graus25-May-05 19:38 
GeneralRe: Big Bug in ComboBox control Pin
rushing25-May-05 21:24
rushing25-May-05 21:24 
GeneralRe: Big Bug in ComboBox control Pin
J4amieC25-May-05 22:09
J4amieC25-May-05 22:09 
GeneralRe: Big Bug in ComboBox control Pin
rushing25-May-05 22:39
rushing25-May-05 22:39 

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.