Click here to Skip to main content
15,891,136 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionVB 6.0 & CR9 "Load Report Failed" error 50003 Pin
zomby80200319-Jun-08 19:52
zomby80200319-Jun-08 19:52 
QuestionVB 6.0 & CR9 "Load Report Failed" error 50003 Pin
zomby80200319-Jun-08 19:51
zomby80200319-Jun-08 19:51 
Questionvb6 string truncated Pin
AJ du Plessis19-Jun-08 19:18
AJ du Plessis19-Jun-08 19:18 
AnswerRe: vb6 string truncated Pin
Christian Graus19-Jun-08 20:10
protectorChristian Graus19-Jun-08 20:10 
GeneralRe: vb6 string truncated Pin
AJ du Plessis19-Jun-08 20:25
AJ du Plessis19-Jun-08 20:25 
QuestionPassing value within form and function VB.NET 2003 Pin
drexler_kk19-Jun-08 16:14
drexler_kk19-Jun-08 16:14 
AnswerRe: Passing value within form and function VB.NET 2003 Pin
Christian Graus19-Jun-08 18:41
protectorChristian Graus19-Jun-08 18:41 
QuestionRe: Passing value within form and function VB.NET 2003 Pin
drexler_kk19-Jun-08 19:31
drexler_kk19-Jun-08 19:31 
Hello Mr. Christian Graus,

I have try to change my code to the following:

Public Function FurtherUser_Authenticate(ByVal UserVerifySuccess As Boolean) As Boolean
       Dim FrmAuthen As New FrmAuthen
       FrmAuthen.StartPosition = FormStartPosition.CenterScreen
       FrmAuthen.Show()

   End Function


But I still found the error for my window frmSetting for the line of my function FurtherUser_Authenticate(). The error message appeared: Argument not specified for parameter 'UserVerifySuccess' of 'Public Function FurtherUser_Authenticate(UserVerifySuccess As Boolean As Boolean)'.

Beside,can you give me some exaple how should I solve this problem here?
Questionhow can i print my form axacly like itself Pin
Nika Asgari19-Jun-08 11:47
Nika Asgari19-Jun-08 11:47 
AnswerRe: how can i print my form axacly like itself Pin
Christian Graus19-Jun-08 12:13
protectorChristian Graus19-Jun-08 12:13 
GeneralRe: how can i print my form axacly like itself Pin
Nika Asgari19-Jun-08 12:18
Nika Asgari19-Jun-08 12:18 
GeneralRe: how can i print my form axacly like itself Pin
Christian Graus19-Jun-08 18:44
protectorChristian Graus19-Jun-08 18:44 
GeneralRe: how can i print my form axacly like itself Pin
Nika Asgari19-Jun-08 22:04
Nika Asgari19-Jun-08 22:04 
AnswerRe: how can i print my form axacly like itself Pin
jzonthemtn19-Jun-08 12:36
jzonthemtn19-Jun-08 12:36 
GeneralRe: how can i print my form axacly like itself Pin
Nika Asgari19-Jun-08 22:08
Nika Asgari19-Jun-08 22:08 
QuestionTrimEnd(..) Pin
iltallman19-Jun-08 11:28
iltallman19-Jun-08 11:28 
AnswerRe: TrimEnd(..) Pin
Christian Graus19-Jun-08 12:14
protectorChristian Graus19-Jun-08 12:14 
Question? - Can I use multiple PPT Interop references Pin
normschaef19-Jun-08 6:52
normschaef19-Jun-08 6:52 
QuestionVBA: From Excel to Outlook Pin
Bienchen19-Jun-08 6:23
Bienchen19-Jun-08 6:23 
QuestionForm Load and Re-load - Slow Pin
Andy20219-Jun-08 6:01
Andy20219-Jun-08 6:01 
AnswerRe: Form Load and Re-load - Slow Pin
nlarson1119-Jun-08 10:37
nlarson1119-Jun-08 10:37 
Questionaccessing database from window service Pin
Ebube19-Jun-08 5:59
Ebube19-Jun-08 5:59 
AnswerRe: accessing database from window service Pin
Ashfield19-Jun-08 6:22
Ashfield19-Jun-08 6:22 
GeneralRe: accessing database from window service Pin
Ebube20-Jun-08 22:26
Ebube20-Jun-08 22:26 
GeneralRe: accessing database from window service Pin
Ashfield21-Jun-08 7:48
Ashfield21-Jun-08 7:48 

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.