G
Guest
Hi, I'm using this eVC code in VB.NET CF, but seems last parameter is wrong
defined.
* eVC code:
BOOL WriteBitmapIntoJpegFile(const CString& strOutFileName, const int
nQuality, HBITMAP hBitmap)
* VB.NET CF code:
Public Shared Function WriteBitmapIntoJpegFile(ByVal strOutFileName As
String,
ByVal nQuality As Integer, ByVal hBitmap As System.Drawing.Bitmap) As
Boolean
End Function
How can i "translate" this to VB.NET CF?
Thanks in advance.
Ray
defined.
* eVC code:
BOOL WriteBitmapIntoJpegFile(const CString& strOutFileName, const int
nQuality, HBITMAP hBitmap)
* VB.NET CF code:
Public Shared Function WriteBitmapIntoJpegFile(ByVal strOutFileName As
String,
ByVal nQuality As Integer, ByVal hBitmap As System.Drawing.Bitmap) As
Boolean
End Function
How can i "translate" this to VB.NET CF?
Thanks in advance.
Ray