Load

  • Thread starter Thread starter Rafael Metring
  • Start date Start date
R

Rafael Metring

what's the load sintaxe to use in pocket?

I am trying page_load , Form_Load , nameform_load , and not ran..

Rafael
 
private void NameForm_Load(object sender, System.EventArgs e) is the Syntaxe
for the C#
and you need to add a EvenHandler like:
//
// NameForm
//
this.Load += new System.EventHandler(this.NameForm_Load);



_____________________
Franky
:-)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

How to create .sdf file 6
Starting.. 2
DataBind 1
connect to sbs 3
System.UnauthorizedAccessException 2
Access 2 Digit year in Access Text Box 3
[newbie] creating form 1
Cast? Which is the correct way? 3

Back
Top