Click here to Skip to main content
15,922,419 members
Home / Discussions / Mobile
   

Mobile

 
GeneralRe: Using CbitmapButton Class Pin
illidan9924-Oct-04 1:15
illidan9924-Oct-04 1:15 
QuestionHow to create Web Browser in pocket pc using eVC++ Pin
rajesh chaudhari20-Oct-04 19:28
rajesh chaudhari20-Oct-04 19:28 
AnswerRe: How to create Web Browser in pocket pc using eVC++ Pin
João Paulo Figueira20-Oct-04 21:57
professionalJoão Paulo Figueira20-Oct-04 21:57 
GeneralCreate shortcut during installation Pin
Cedric Moonen19-Oct-04 23:15
Cedric Moonen19-Oct-04 23:15 
GeneralRe: Create shortcut during installation Pin
João Paulo Figueira20-Oct-04 0:40
professionalJoão Paulo Figueira20-Oct-04 0:40 
GeneralRe: Create shortcut during installation Pin
Cedric Moonen20-Oct-04 1:20
Cedric Moonen20-Oct-04 1:20 
GeneraleVC4 wont install on my XP-SP2 Machine Pin
thbi19-Oct-04 11:29
thbi19-Oct-04 11:29 
GeneralUsing SignatureCapturing in PocketPc Pin
mathon18-Oct-04 23:55
mathon18-Oct-04 23:55 
Hello,

I want to use SinatureCapturing (Saving the Signature in Sql Server Ce Database and Retrieving the Signature from Sql Server Ce Databse). from the MSDN Example: http://msdn.microsoft.com/mobility/understanding/articles/default.aspx?pull=/library/en-us/dnnetcomp/html/PPCSignatureApp.asp

I looked at this example and after one while I came to the realization that I have to use the SignatureControl.cs File and the Network.cs File.(I added this files to my application). Then I add the following code to my Main Form (I know that the database saving requires additional code, but I want only test at the beginning if the Control is displayed and if I am able to write on this Control with the pen.):

SignatureControl _signature = new SignatureControl();

and in the constructor:

_signature.Location = areaSignature.Location; //areSignature is the name of the panel
_signature.Size = areaSignature.Size;
this.tabPage2.Controls.Add(this.areaSignature);

I only added this code to the MainForm according to the constructor and FormLoad Method of the MainForm of the sample application. (I also set the sign here file to embedded resource of my application.)

But when I deploy the application the panel is displayed without any additional functionality or the bachground sign here.

Anybody an idea what I have forgotten?



GeneralPalm PPP Connection Pin
Jose Cezar S. Ynion18-Oct-04 19:22
Jose Cezar S. Ynion18-Oct-04 19:22 
GeneralPopulate SQL CE Database Pin
sybux200017-Oct-04 6:12
sybux200017-Oct-04 6:12 
GeneralRe: Populate SQL CE Database Pin
João Paulo Figueira18-Oct-04 9:48
professionalJoão Paulo Figueira18-Oct-04 9:48 
Generalinformation_shema.indexes Pin
Anonymous14-Oct-04 20:19
Anonymous14-Oct-04 20:19 
GeneralRe: information_shema.indexes Pin
João Paulo Figueira14-Oct-04 21:55
professionalJoão Paulo Figueira14-Oct-04 21:55 
GeneralRe: information_shema.indexes Pin
frakk15-Oct-04 11:52
frakk15-Oct-04 11:52 
GeneralIOleCommandTarget Pin
cberam13-Oct-04 23:20
cberam13-Oct-04 23:20 
GeneralRe: IOleCommandTarget Pin
João Paulo Figueira13-Oct-04 23:57
professionalJoão Paulo Figueira13-Oct-04 23:57 
GeneralStandalone application Pin
Ibana13-Oct-04 1:13
Ibana13-Oct-04 1:13 
QuestionHow to create a DLL for Windows CE using 'C' Pin
naveenmukkelli12-Oct-04 23:57
naveenmukkelli12-Oct-04 23:57 
AnswerRe: How to create a DLL for Windows CE using 'C' Pin
João Paulo Figueira13-Oct-04 23:49
professionalJoão Paulo Figueira13-Oct-04 23:49 
QuestionHow many Input Fields - eVB Pin
fizzer66612-Oct-04 22:38
fizzer66612-Oct-04 22:38 
QuestionHow to access network shares via CF .Net? Pin
Mark Bata11-Oct-04 21:45
Mark Bata11-Oct-04 21:45 
GeneralGPS Pin
Adrian Soon11-Oct-04 19:59
Adrian Soon11-Oct-04 19:59 
GeneralDeploying Application on Handhelp PC Pin
Azghar Hussain11-Oct-04 18:59
professionalAzghar Hussain11-Oct-04 18:59 
GeneralEditing the registry of pocket pc to launch program at startup Pin
ting66811-Oct-04 18:44
ting66811-Oct-04 18:44 
GeneralAddhandler Pin
maykut209911-Oct-04 13:55
maykut209911-Oct-04 13:55 

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.