BytesRead
BytesRead
  • Видео 12
  • Просмотров 3 193
Create a login form using encrypted data with Visual Basic.NET
Create a login form using Visual Basic.NET and Microsoft Access Database and encrypt data to avoid others having access to the information.
Download the code below
drive.google.com/file/d/1bc2Ks3LSB2Gkq9u5KHY8Pf3FknE1jFmQ/view?usp=sharing
Просмотров: 182

Видео

How to create a simple Word Encryptor with Visual Basic.NET 2019
Просмотров 792 месяца назад
Create a word encryptor with Visual Basic.NET 2019 Download project from here drive.google.com/file/d/145VutD5VRRnZKvEEtOaOJ4JFMJWCrr_q/view?usp=sharing
How to save data in Ms-Access database using Visual Basic.NET 2019
Просмотров 1702 месяца назад
How to insert data with Visual Basic.NET 2019 using Microsoft Access Database Download the project below drive.google.com/file/d/1rdFwD81108ddJfWpztZBa1pcv9xbDWYM/view?usp=sharing
How to fill ComboBox with Ms Access Database in Visual Basic.NET 2019
Просмотров 6462 года назад
Populate ComboBox in Visual Basic.NET 2019 using Ms-Access Download Project drive.google.com/file/d/1MGFNlXGyiY5dX-jcfZ0xyU_gNKplxW6z/view?usp=sharing
How to inherit design from one Form to another Form Visual Basic.NET 2019
Просмотров 6582 года назад
Copy design design from one Form to another Visual Basic.NET 2019
How to use OpenFileDialog to load image into PictureBox Visual Basic NET 2019
Просмотров 612 года назад
Using OpenFileDialog to open a file in Visual Basic.NET 2019
How to use DataTable and connect it with a Datagridview in Visual Basic.NET 2019
Просмотров 772 года назад
How to create a DataTable and connect it with a Datagridview in Visual Basic.NET 2019 Download project: drive.google.com/file/d/1kawAVJ0O-onmOpfRQdI7BhgdguiS-OPQ/view?usp=sharing
Connect Ms-Access database with C# 2019
Просмотров 6082 года назад
Download project files here drive.google.com/file/d/1b2cILmVx2bFxm-gS3J4eE6CIoqSe4yxb/view?usp=sharing
Creating a Dynamic Button in Visual Basic.NET 2019
Просмотров 2092 года назад
How to create a button in runtime with Visual Basic.NET 2019
How to get Time in Visual Basic.NET 2019
Просмотров 42 года назад
How to get Time in Visual Basic.NET 2019

Комментарии

  • @jojoshousho9106
    @jojoshousho9106 Месяц назад

    Gracias...

  • @colinmaharaj
    @colinmaharaj 2 месяца назад

    C++ Builder / Delphi has a form designer for 26 years

  • @ArdxnFX
    @ArdxnFX 2 года назад

    how can i display the information of each button into listbox?

  • @DotNet_Jungle
    @DotNet_Jungle 2 года назад

    alslam 3laykm can you make multi select using IN() with paramter like this one i did this using query build but how to pass Unkown number of variable like i want to select 100 user i cant type IN(?,?,?,?....)etc SELECT [user].userid, [user].Name, user_group.gName FROM ([user] INNER JOIN user_group ON [user].User_Group = user_group.id) WHERE ([user].User_Group IN (?))