| Editor Login | Register | ||
| > Akademik İnternet ® > ASP.NET |
|
|
| Generating Serial Code For Your Applications (ing) |
| İstediğiniz biçimde kullanabileceğiniz windows serial kodları gibi dizilmiş rastgele üreten bir kod. Kod"u bir sayfaya koymanız ve kayıt etmeniz yeterli.Uzantısı aspx olmalı. *********************************************************** Sub Page_Load(Source as Object, E as EventArgs) Dim chars as string = "ABCDEFGHIJKLMNOPRSTUVYZX0123456789" Dim i, z, p as integer Dim r as string for z = 0 to 4 for p = 0 to 4 i = CInt(Int((33 * Rnd()) + 1)) r += mid(chars ,i, 1) next p r += "-" next z example.InnerHtml = "Serial Code : " & left(r, 29) end sub |
|
| Bağlantılar: bilgininefendisi.net |
| Open Source Document Project | AUP&TOS |