Click here to Skip to main content
15,889,992 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: VB6 rs.close error Pin
Guffa26-Jun-08 1:17
Guffa26-Jun-08 1:17 
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 
Hi thanks for the reply,

I am not able to get this. In VB6.0, passing a parameter as "ME", (means type is current class if I am not wrong). When we convert it to VB.NET this parameter is converting as ME only but waring message " Couldn't resolve default property of object Me." coming.

Here is the sample code.
VB6 code:

Private Property Get IParameter_SchreibLaenge() As Long
IParameter_SchreibLaenge = I_IParameter(Me).laenge
End Property

VB.NET Code:
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).laenge
End Get
End Property

Note: This is nto giving any compilation error. But Its giving runtime error. When we run it, its giving some cast error.

Please help me out. I am really struggling for this to get.

Thanks in Advance,

AR Reddy

GeneralRe: Couldn't resolve default property of object Me. Pin
Dave Kreskowiak30-Jun-08 6:41
mveDave Kreskowiak30-Jun-08 6:41 
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 

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.