T
Tim
I've searched my help files, and all I can find is that the StrPtr() function is
not supported.
Is there a suitable replacement in VB.Net?
not supported.
Is there a suitable replacement in VB.Net?
Tim said:I've searched my help files, and all I can find is that the StrPtr()
function is not supported.
Is there a suitable replacement in VB.Net?
use this function?!Please post the complete VB6 declaration of 'EbExecuteLine'. Why do you
Cor said:You can doubt if this is a subject for this newsgroup.
Mostly Herfried looks for the messages about 11:00 or 12:00
GMT, but it is Sunday in Europe so I don't know if that will be
today.
Tim said:Well it's just a small program I've written in VB6 for my work.
I know I could take my time and create a REAL one, but
I've been using an InputBox() to get a response from someone,
and I was using the StrPtr() method to detect if the user
was pressing Cancel rather than pressing Enter
Brenton Norman said:lngResult = CoCreateGuid(udtGUID) ' Create a 'raw' GUID
If lngResult = GUID_OK Then
strFormattedGUID = New String(Chr(0), GUID_LENGTH + 1)
' Convert the 'raw' GUID to a formatted string
'UPGRADE_ISSUE: StrPtr function is not supported. Click for
more:
'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="vbup1040"'
StringFromGUID2(udtGUID, StrPtr(strFormattedGUID), GUID_LENGTH
+ 1)