Welcome to the FoxLearn Today we will learn how to create a web browser with tabs First, We will design a simple UI that allows you to add tabs to the web browser You need to add a tab control to form 1 A TabControl contains tab pages, which are represented by TabPage objects that…
Tag: c++
Константы C#
How to Create Setup.exe file in Visual Studio 2017 with SQL database | FoxLearn
Welcome to FoxLearn In this tutorial, I’ll show you how to create a setup file with sql database in visual studio To play demo, you can create a simple window form application allows you to search data from your the sql database. Right-click on your project, then select Manage Nuget Packages to install the Dapper…
Numbers and Integer Precision | C# 101 [6 of 19]
>>Hey friends. In our last video, we talked about numbers and integers, and now we’re going to talk about integer precision, because earlier, we divided 11 by 3, and we got the number three and that upsets me.>>Right.>>I want to know where my remainder is. So we’re moving on to the next bit of the…
Урок 6. Инкапсуляция в C#. Часть 1
Hello there! Nice to see you on the sixth lesson about encapsulation. Before moving on to this part of OOP, we will analyze the task from lesson 5. It was necessary to create a base class add its two derived classes and call methods and attributes defined in these classes. First, create a console application…
Microbit: Embedded + Java + SQL datalogging
Now I’m going to show you how to use the example code. I’m assuming you have the Arduino environment already fully installed. Open the example. To do this go to ‘File’, ‘Examples’ “Microbit HHS”. Open example 7A, temperature sensor. Now we are going to configure the Arduino environment for use with the Microbit. Press the…
C# Tutorial – Generate Barcode C# .NET | FoxLearn
Welcome to FoxLearn In this tutorial, I’ll show you how to generate a barcode in c-sharp using the ZXing.Net library Drag a Button, Label, TextBox, and PictureBox controls from the visual toolbox to your windows forms application then design a simple UI that allows you to encode and decode a barcode Right-click on your project,…
C# Programming – Season 1 Console Apps – Episode 2 Installing Visual Studio
Hello I’m Soogbad. In this episode we will be installing Visual Studio. If you haven’t watched the last episode and you don’t have an experience with programming, go watch it now because it’s an introduction to programming that you will need. So first thing to do is to enter the link in the description or…
C# Tutorial: Create a Simple MP3 Player
C# Tutorial – Insert Update Delete View data in sql database | FoxLearn
Welcome to the FoxLearn Today we will learn how to insert, update, delete and view data from sql server First, You need to install metro framework from nuget Metro Modern UI or MetroFramework brings Windows 8 UI to .NET Windows Forms applications We will design a simple UI allows you to insert, update, delete and…