. Net language APP development platform-Smobiler Learning Log: how to display bar charts on mobile phones, appsmobilerFirst, scycler is a development platform that uses the. Net language to develop apps in the VS environment. It may be more convenient than Xamarin. 1. Target Style
The following operations are required to achieve the effect:1. Drag a BarChart con
. Net language APP development platform-Smobiler Learning Log: quick implementation of the image upload function on the mobile phone.First, scycler is a development platform that uses the. Net language to develop apps in the VS environment. It may be more convenient than Xamarin. 1. Target Style
The following operations are required to achieve the effect:1. Drag
. Net language APP development platform-Smobiler Learning Log: quickly implement the Calendar function on the mobile phone.First, scycler is a development platform that uses the. Net language to develop apps in the VS environment. It may be more convenient than Xamarin. 1. Target Style
The following operations are required to achieve the effect:1. Drag a Calen
. Net language APP development platform-Smobiler Learning Log: How to quickly fine-tune the location when locating a map, too mobiler
Scycler is a development platform that uses the. Net language to develop apps in the VS environment. It may be more convenient than Xamarin.
Style 1, Target Style
The following operations are required to achieve the effect:Ii. fin
. Net language APP development platform-Smobiler learning logs: how to upload offline audio files
Smobiler is a development platform that uses the. Net language to develop apps in the VS environment. It may be more convenient than Xamarin.
1. Target Style
The following operations are required to achieve the effect:1. Drag an OfflineVoiceRecorderButton control fr
. Net language APP development platform-Smobiler Learning Log: how to call the mail sending interface on a mobile phone, appsmobiler
Smobiler is a development platform that uses the. Net language to develop apps in the VS environment. It may be more convenient than Xamarin.
1. Target Style
The following operations are required to achieve the effect:Ii. Email
. Net language APP development platform-Smobiler Learning Log: how to call the API for text message sending, appsmobiler
Smobiler is a development platform that uses the. Net language to develop apps in the VS environment. It may be more convenient than Xamarin.
1. Target Style
The following operations are required to achieve the effect:Ii. Send text message
. Net language APP development platform-Smobiler Learning Log: the correct way to open the Poplist control and how to quickly implement it, smobilerpoplistSmobiler is a development platform that uses the. Net language to develop apps in the VS environment. It may be more convenient than Xamarin.
Style 1, Target Style
The following operations are required to achi
Front: Smobiler is a development platform that uses. NET language to develop apps in the VS environment, perhaps more convenient than XamarinStyle one by one, target styleWe want to achieve the effect in the following actions:1. Drag a button control to the form interface from "Smobiler components" on the toolbar2. Modify the button's Properties A.size propertySet the width and height of the control, see;B.barcodescanned event codeVB: As Objectas ba
;
Figure 9
Figure 10
Figure 11
Figure 12
E.location PropertyMake the control appear in the appropriate position, 13;F.rowbuttoncount PropertySets the number of buttons in a single line, which is set by default to "0", 14;When this property is set to "0", the control automatically sets the button size based on the contents of the current button, and when the property is set greater than "0", each row is fixed to show the
(); }} Note: Determine the condition to select the start timer or stop timerThe Click event for the 4.Button controlVb:private Sub button1_click (sender as Object, e as EventArgs) Handles button1. Click Me.textBox1.Text = "the" End SubC #: private void Button1_Click (object sender, EventArgs e) {this.textBox1.Text = "60"; }5. Modify the properties of the Timer Control A.interval propertyThe time interval for triggering the tick event, in seconds, the default setting is "1", i.e. the interval ti
description text), the Subtextcolor attribute (the text color of subtext), The Text property (the caption text of the Nodeviewitem), the TextColor property (the text color of texts) and the Value property (internal values, not displayed on the interface), 4, figure 5;E.location PropertyMake the control appear in the appropriate position (0, 45), 6;F.size PropertySet the width and height of the control, set the property to (119, 155), 7;
Figure 4
. Net language APP development platform-Smobiler Learning Log: Get or store image path settings, too mobilerResourcePath attributes 1. Introduction to attributes
Obtain or set the image storage path. The default value is "Image", indicating that ResourcePath is the Image folder (bin \ Debug \ image) under the program running path );
This attribute can be set to the Resources parameter or the actual path. Th
. Net language APP development platform-Smobiler Learning Log: Access Database-based Demo, extends mobiler
Note: This demo adds, views, and edits customer information based on the Access database.Add customer information and customer listDemo download: scyclerdemo project in https://github.com/comsmobiler/demo-videosNote 1: If the message "Microsoft ACE. OLEDB.12.0 provider is not registered on the Local C
XML version= "1.0" encoding= "Utf-8"?>Configuration> connectionStrings> Addname= "Dbconnstr"connectionString= "Data source=.;i Nitial catalog=test; User Id=sa; Password=newmap "/> connectionStrings>Configuration>Create a new item "Application configuration file" in VS and configure it by the code above, and don't forget to add a reference in Solution manager at the end of the System.ConfigurationSelf-study. NET (3) Writing database connection info
Description: the Demo is the addition, viewing, editing of customer information based on an Access databaseAdd customer information and customer listDemo Download: Smobilerdemo project in Https://github.com/comsmobiler/demo-videosNote 1: if "Microsoft ACE is not registered on the local computer" appears on the phone. oledb.12.0 ' provider. " is because the computer does not have a provider for Microsoft access installed . Please go to https://www.microsoft.com/en-us/download/details.aspx?id=132
First, Attribute IntroductionSets the background color when the button is pressed, the default setting is "Gray"Ii. Introduction of examplesTake the button control as an exampleMobiler Form Design interface See Figure 1Set the property to "255, 255, 128", which represents the RGB color, and the property settings shown in Figure 2The effect of the button pressed before the property setting is shown in Figure 3The effect of the button pressed when the property is set is shown in Figure 4
Database Connection is often used in programs, and database connection statements are indispensable. This is often the case in the past:
This method is to write the database connection to the program, which will cause trouble for future maintenance. Once you modify the database, you have to re-modify the code, package, and re-deploy the database, which requires a lot of work. now I have learned the object-oriented idea and have access to the configuration file
=User.email; }The userid,useremail can then be obtained in the process method in each interface class.1 // 3 Getting login information 2 int userId = Workcontext.userid; Three, the realization of different time formatsIf you need to implement different time formats, such as without timestamps, the custom format is: Yyyy-mm-dd HH:mm:ss, inheriting class Datetimeconverterbase, and implementing Readjson and Writejson two methods. and set the time format when you return.1. Change
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.