Run Mobile Application Smart Device Visual Studio 2008
Working Controls & Run The Mobile Application Smart Device 2008 Using window Mobile Application Emulators in C#.
DEMO
First - Create New Form - Add Input Controls
Next - Textbox Change Id
Next - Button Control Add
Next - Add Display Control (Label)
Next - Color Add Display Control
Next - Button Double Click - Add - Addition Program
Next - Click - Run[F5] Button
Next - Select - Windows Emulator
Output
Working Controls & Run The Mobile Application Smart Device 2008 Using window Mobile Application Emulators in C#.
DEMO
lblResult.Text = (Convert.ToInt32(txtNumber1.Text) + Convert.ToInt32(txtNumber2.Text)).ToString();
First - Create New Form - Add Input Controls
Next - Textbox Change Id
Next - Button Control Add
Next - Add Display Control (Label)
Next - Color Add Display Control
Next - Button Double Click - Add - Addition Program
Next - Click - Run[F5] Button
Next - Select - Windows Emulator
Output
0 comments:
Post a Comment