Click here to Skip to main content
15,920,801 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Coloring Datagrids ! Pin
microuser_20007-Nov-05 10:58
microuser_20007-Nov-05 10:58 
GeneralRe: Coloring Datagrids ! Pin
TigerNige7-Nov-05 11:48
TigerNige7-Nov-05 11:48 
GeneralRe: Coloring Datagrids ! Pin
TigerNige7-Nov-05 11:49
TigerNige7-Nov-05 11:49 
GeneralRe: Coloring Datagrids ! Pin
TigerNige7-Nov-05 11:50
TigerNige7-Nov-05 11:50 
Questionvisual basic with crystal reports Pin
ravi89_894-Nov-05 21:27
ravi89_894-Nov-05 21:27 
QuestionVB6 App Intall fails on Spanish Win/2000 Pin
s pereira4-Nov-05 12:44
s pereira4-Nov-05 12:44 
QuestionApply changes to this folder, subfolder and files Help. Pin
chabdesign4-Nov-05 11:01
chabdesign4-Nov-05 11:01 
QuestionUsing dll file Pin
EliBoby4-Nov-05 10:53
EliBoby4-Nov-05 10:53 
hello there, I am new to programing

I have a problem, I imported the file Authentication.dll and it's under Reference in the solution window.
However, when I try to use it as a funtion I get this blue line with message the Authentication is namespace and it's not valid. I tried puting imports statement as you can see below, but it still didn't work. The authentication.dll suppose to check if name and password are good and return true/false.

Imports Authentication
Public Class Login_Control

Inherits System.Windows.Forms.UserControl

Public Event allowed()
Public Event Denied()


Private Sub btnLogin_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnLogin.Click
Dim name, password As String

name = txtUserName.Text
password = txtPassWord.Text
If Authentication("name", "password") = True Then

End If
End Sub

AnswerRe: Using dll file Pin
enjoycrack4-Nov-05 11:44
enjoycrack4-Nov-05 11:44 
GeneralRe: Using dll file Pin
EliBoby4-Nov-05 11:54
EliBoby4-Nov-05 11:54 
GeneralRe: Using dll file Pin
enjoycrack4-Nov-05 11:57
enjoycrack4-Nov-05 11:57 
GeneralRe: Using dll file Pin
EliBoby4-Nov-05 12:02
EliBoby4-Nov-05 12:02 
GeneralRe: Using dll file Pin
enjoycrack4-Nov-05 12:08
enjoycrack4-Nov-05 12:08 
GeneralRe: Using dll file Pin
EliBoby4-Nov-05 12:51
EliBoby4-Nov-05 12:51 
GeneralRe: Using dll file Pin
enjoycrack4-Nov-05 13:06
enjoycrack4-Nov-05 13:06 
GeneralRe: Using dll file Pin
EliBoby4-Nov-05 13:20
EliBoby4-Nov-05 13:20 
GeneralRe: Using dll file Pin
Dave Kreskowiak4-Nov-05 15:21
mveDave Kreskowiak4-Nov-05 15:21 
GeneralRe: Using dll file Pin
DA_Loring10-Nov-05 0:08
DA_Loring10-Nov-05 0:08 
QuestionPassing information to Form2 Pin
PAEC4-Nov-05 9:40
PAEC4-Nov-05 9:40 
AnswerRe: Passing information to Form2 Pin
KaptinKrunch4-Nov-05 10:43
KaptinKrunch4-Nov-05 10:43 
QuestionHitting enter in a DataGrid Pin
dptalt4-Nov-05 8:47
dptalt4-Nov-05 8:47 
QuestionRegula expressions Pin
elms4-Nov-05 7:13
elms4-Nov-05 7:13 
AnswerRe: Regula expressions Pin
glabbertronic4-Nov-05 9:29
glabbertronic4-Nov-05 9:29 
QuestionUsing regular Xpressions Pin
elms4-Nov-05 7:12
elms4-Nov-05 7:12 
QuestionHow do you code a method = post Pin
john_paul4-Nov-05 6:27
john_paul4-Nov-05 6: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.