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

Visual Basic

 
AnswerRe: VB6 rs.close error Pin
supercat927-Jun-08 7:26
supercat927-Jun-08 7:26 
GeneralRe: VB6 rs.close error Pin
Amit Battan Ror29-Jun-08 18:10
Amit Battan Ror29-Jun-08 18:10 
QuestionCouldn't resolve default property of object Me. Pin
AR Reddy25-Jun-08 19:33
AR Reddy25-Jun-08 19:33 
AnswerRe: Couldn't resolve default property of object Me. Pin
nishkarsh_k26-Jun-08 0:29
nishkarsh_k26-Jun-08 0:29 
GeneralRe: Couldn't resolve default property of object Me. Pin
AR Reddy26-Jun-08 1:35
AR Reddy26-Jun-08 1:35 
GeneralRe: Couldn't resolve default property of object Me. [modified] Pin
Dave Kreskowiak26-Jun-08 7:06
mveDave Kreskowiak26-Jun-08 7:06 
GeneralRe: Couldn't resolve default property of object Me. Pin
AR Reddy30-Jun-08 3:19
AR Reddy30-Jun-08 3:19 
GeneralRe: Couldn't resolve default property of object Me. Pin
Dave Kreskowiak30-Jun-08 6:41
mveDave Kreskowiak30-Jun-08 6:41 
Under VB.NET, there is no default property for the Me object. You have to specifically tell the compiler which property of Me you are referring to.
Private ReadOnly Property IParameter_SchreibLaenge() As Integer Implements _IParameter.SchreibLaenge
    Get
        'UPGRADE_WARNING: Couldn't resolve default property of object Me. Click for more: 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="vbup1037"'
        Return I_IParameter(Me.whichProperty).laenge
    End Get
End Property 

<div class="ForumSig">  <small>
    <a href="http://www.codeproject.com/scrapbook/ForumGuidelines.asp">A guide to posting questions on CodeProject</a>[<a href="http://www.codeproject.com/scrapbook/ForumGuidelines.asp" target="_blank" title="New Window">^</a>]</small>
  <br>
<font color="Blue">Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic<br />     2006, 2007, 2008</font>
</br>
</div>

GeneralRe: Couldn't resolve default property of object Me. Pin
AR Reddy1-Jul-08 20:59
AR Reddy1-Jul-08 20:59 
Questionhow to find integration Pin
sumit703425-Jun-08 18:25
sumit703425-Jun-08 18:25 
AnswerRe: how to find integration Pin
Christian Graus25-Jun-08 18:41
protectorChristian Graus25-Jun-08 18:41 
GeneralRe: how to find integration Pin
sumit703426-Jun-08 0:40
sumit703426-Jun-08 0:40 
GeneralRe: how to find integration Pin
Christian Graus26-Jun-08 1:02
protectorChristian Graus26-Jun-08 1:02 
QuestionSection within app config Pin
Subjugate25-Jun-08 15:01
Subjugate25-Jun-08 15:01 
AnswerRe: Section within app config Pin
Christian Graus25-Jun-08 15:44
protectorChristian Graus25-Jun-08 15:44 
GeneralRe: Section within app config Pin
Subjugate25-Jun-08 16:56
Subjugate25-Jun-08 16:56 
GeneralRe: Section within app config Pin
Christian Graus25-Jun-08 18:08
protectorChristian Graus25-Jun-08 18:08 
QuestionNot sure how to phrase this.... Pin
svanwass25-Jun-08 14:47
svanwass25-Jun-08 14:47 
AnswerRe: Not sure how to phrase this.... PinPopular
Christian Graus25-Jun-08 15:44
protectorChristian Graus25-Jun-08 15:44 
GeneralRe: Not sure how to phrase this.... Pin
svanwass25-Jun-08 16:03
svanwass25-Jun-08 16:03 
GeneralRe: Not sure how to phrase this.... PinPopular
Christian Graus25-Jun-08 18:09
protectorChristian Graus25-Jun-08 18:09 
GeneralRe: Not sure how to phrase this.... Pin
Shog925-Jun-08 18:14
sitebuilderShog925-Jun-08 18:14 
GeneralRe: Not sure how to phrase this.... Pin
svanwass26-Jun-08 10:10
svanwass26-Jun-08 10:10 
AnswerRe: Not sure how to phrase this.... Pin
Chinners26-Jun-08 0:47
Chinners26-Jun-08 0:47 
AnswerRe: Not sure how to phrase this.... Pin
Guffa26-Jun-08 1:22
Guffa26-Jun-08 1:22 

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.