DevExpress : Mask Decimal & Symbol style
ปรับรูปแบบตัวเลขใน textbox ใช้ Mask เป็นตัวจัดการบางทีจะ Error ถ้าเป็นตัวเลขแล้วไม่กำหนดให้ Decimal Symbol ต้องปรับตามภาพด้านล่างในส่วน Properties ของ Mask
ปรับรูปแบบตัวเลขใน textbox ใช้ Mask เป็นตัวจัดการบางทีจะ Error ถ้าเป็นตัวเลขแล้วไม่กำหนดให้ Decimal Symbol ต้องปรับตามภาพด้านล่างในส่วน Properties ของ Mask
public string LoginToAD(string Username, string Password) { //DataSet ds = new DataSet(); string username = ""; int InputLength = 1; if (Username.Length >= InputLength && Password.Length >= InputLength) { string…
1. drag imageview to layout screen 2. select attribute inspector and chose image (right top layout) 3. ctrl+drag & drop imageview to Editor (FirstViewController.h ) 4. drag button to Editor…
result out put // // ViewController.m // MyApplication2 // // Created by Local Admin on 7/8/56 BE. // Copyright (c) 2556 Local Admin. All rights reserved. // #import "ViewController.h" @interface…