Click here to Skip to main content
15,886,919 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Update Panel Login control problem Pin
BobsAfro21-May-07 3:44
BobsAfro21-May-07 3:44 
Questionhow can i protect a excel sheet Pin
koolprasad200321-May-07 3:10
professionalkoolprasad200321-May-07 3:10 
AnswerRe: how can i protect a excel sheet Pin
Dave Kreskowiak21-May-07 3:40
mveDave Kreskowiak21-May-07 3:40 
GeneralRe: how can i protect a excel sheet Pin
koolprasad200321-May-07 23:06
professionalkoolprasad200321-May-07 23:06 
Questionproblem with Optional default data Pin
Narenge21-May-07 2:31
Narenge21-May-07 2:31 
AnswerRe: problem with Optional default data Pin
kubben21-May-07 2:35
kubben21-May-07 2:35 
AnswerRe: problem with Optional default data Pin
Sonia Gupta21-May-07 2:37
Sonia Gupta21-May-07 2:37 
AnswerRe: problem with Optional default data Pin
Dave Kreskowiak21-May-07 3:38
mveDave Kreskowiak21-May-07 3:38 
Me cannot be used here. It's an abstract concept that refers to the current instance of the class that it shows up in. You have to replace it with something like this:
Private Sub Test(ByVal vl1 As Integer, Optional ByVal val2 As Object = Nothing)
    If val2 Is Nothing Then
        val2 = Me
    End If




A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


QuestionHow can i get a current page number of a word file Pin
koolprasad200321-May-07 2:24
professionalkoolprasad200321-May-07 2:24 
Questionexit code Pin
Sonia Gupta21-May-07 2:05
Sonia Gupta21-May-07 2:05 
AnswerRe: exit code Pin
Dave Kreskowiak21-May-07 3:32
mveDave Kreskowiak21-May-07 3:32 
GeneralRe: exit code Pin
desperate_coder21-May-07 20:56
desperate_coder21-May-07 20:56 
GeneralRe: exit code Pin
Dave Kreskowiak22-May-07 12:03
mveDave Kreskowiak22-May-07 12:03 
Questionparameterisedthreadstart Pin
balakpn21-May-07 1:37
balakpn21-May-07 1:37 
AnswerRe: parameterisedthreadstart Pin
Sonia Gupta21-May-07 1:51
Sonia Gupta21-May-07 1:51 
GeneralRe: parameterisedthreadstart Pin
balakpn21-May-07 2:56
balakpn21-May-07 2:56 
Questionpassing Custom Class to Web Service Pin
BobsAfro21-May-07 0:58
BobsAfro21-May-07 0:58 
AnswerRe: passing Custom Class to Web Service Pin
Christian Graus21-May-07 1:36
protectorChristian Graus21-May-07 1:36 
GeneralRe: passing Custom Class to Web Service Pin
BobsAfro21-May-07 3:43
BobsAfro21-May-07 3:43 
GeneralRe: passing Custom Class to Web Service Pin
Dave Kreskowiak21-May-07 4:45
mveDave Kreskowiak21-May-07 4:45 
AnswerRe: passing Custom Class to Web Service [modified] Pin
Dave Herren21-May-07 4:53
Dave Herren21-May-07 4:53 
QuestionFind and Bind Data From MDB. Pin
NANCO21-May-07 0:56
NANCO21-May-07 0:56 
AnswerRe: Find and Bind Data From MDB. Pin
Sonia Gupta21-May-07 1:08
Sonia Gupta21-May-07 1:08 
GeneralRe: Find and Bind Data From MDB. Pin
NANCO21-May-07 3:18
NANCO21-May-07 3:18 
QuestionHow to insert combobox in datagrid by using VB.Net? Pin
Nagarjuna M20-May-07 23:26
Nagarjuna M20-May-07 23:26 

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.