Тёмный
No video :(

Cashiering Management System in VB.Net and MySQL Database with Full Source Code | Free to Download 

Janobe Sourcecode
Подписаться 7 тыс.
Просмотров 2,2 тыс.
50% 1

You can download the Cashiering Management System in VB.Net and MySQL Database with Full Source Code for Free!
Cashiering System in VB Source Code Free to Download
Cashiering Management System in VB Source Code Free to Download
Mini Cashiering System Source Code
-----------------------------------------------------
Please play the full video and do not skip to know how to setup and what are the functionalities of the system.
------------------------------------------------------------------
If you are new in my channel, please subscribe and click the notification bell to keep you updated once I upload a new video.
bit.ly/2LPn9Wu
---------------------------------------------------------
**You can DONATE any amount to see more source code that is free to download**
www.paypal.me/...
Download the Full Source Code here.
www.sourcecode...
Website
www.sourcecode...
itsourcecode.com/
---------------------------------------------------------
Contact
Email Address - jannopalacios@gmail.com

Опубликовано:

 

21 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 3   
@abderrahimsolbi2799
@abderrahimsolbi2799 3 года назад
possible convert to C# Public Function XOR_Encrypt(ByVal Input As String, ByVal pass As String) As String Dim out As New System.Text.StringBuilder Dim u As Integer For i As Integer = 0 To Input.Length - 1 Dim tmp As String = Hex(Asc(Input(i)) Xor Asc(pass(u))) If tmp.Length = 1 Then tmp = "0" & tmp out.Append(tmp) If u = pass.Length - 1 Then u = 0 Else u = u + 1 Next Return out.ToString End Function Public Function XOR_Decrypt(ByVal Input As String, ByVal pass As String) As String Dim out As New System.Text.StringBuilder Dim u As Integer For i As Integer = 0 To Input.Length - 1 Step +2 Dim tmp As String = Chr(("&H" & Input.Substring(i, 2)) Xor Asc(pass(u))) out.Append(tmp) If u = pass.Length - 1 Then u = 0 Else u = u + 1 Next Return out.ToString End Function
@abderrahimsolbi2799
@abderrahimsolbi2799 3 года назад
I am waiting for your reply
@janobesourcecode
@janobesourcecode 3 года назад
How can I help you?
Далее
Intro to Windows Forms (WinForms) in .NET 6
1:35:50
Просмотров 220 тыс.
SQL Tutorial for Beginners [Full Course]
3:10:19
Просмотров 11 млн