A Collection of Chat logs between AI and Human

Category: C# Coding

Call from another function C#

private void CmbProductsSku_SelectedIndexChanged(object sender, EventArgs e) – call this from another function C# To call the CmbProductsSku_SelectedIndexChanged method from another function, you can simply create

Read More »
LAn-Chat
C# Coding

A C# chat program

I have an application developed in C#. It is being used in Windows server. Each Windows server user open it with their account created in

Read More »
Speech Recognition, robot speaking, robot mouth, blue eyes, antenna, speaking with human
C# Coding

Speech Recognition C# WinForms

To perform speech recognition in C# WinForms, you can use the System.Speech namespace which provides speech recognition and synthesis capabilities. Here’s an example of how

Read More »