This member of WaveLinkScribblePad Object is supported on: Palm, CE
The DisplayDialog method displays the scribble pad dialog box. When the user presses the OK button, the picture is saved to a .jpg or .bmp file.
VB
object.DisplayDialog FileName
VC++
HRESULT hr = object->DisplayDialog(BSTR FileName);
Parameters
FileName |
The file name of the new picture (for example, C:\MyPicture.jpg). If you do not include the full path in the file name, it will be stored in the directory where the application is running. |
Example
' VB Sample Code
Dim wlscribble As New WaveLinkScribblePad
.
.
.
wlscribble.DisplayDialog "Sig.jpg"
Was this article useful?
The topic was:
Inaccurate
Incomplete
Not what I expected
Other