Error CS0234
C# Forums
by patrick
1d ago
Hello What should I do about error CS0234? C#: using System; using System.IO; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using System.Diagnostics; using System.Management; // IronPython using Microsoft.Scripting; using Microsoft.Scripting.Hosting; using IronPython; using IronPython.Hosting; using IronPython.Runtime; using... Read more ..read more
Visit website
Introducing a very informative tutorial video for learning WPF custom controls.
C# Forums
by jamesnet214
1d ago
Hello. I am James, a WPF developer from Korea and a Microsoft MVP currently active in the field. As a first-generation WPF developer, I share my expertise through various research activities. A notable open-source project of mine is a 'League of Legends' client created using WPF, which is available on GitHub. Additionally, I have published an eBook titled 'WPF Inside Out' in Korean. I also offer a series of high-quality WPF tutorial videos for free, with five series released so far... Read more ..read more
Visit website
End user report designer
C# Forums
by digiwolf
4d ago
Hey guys, One of my clients ask me to do a End user report designer, for him to choose the data that he wants, and create e report himself, do you know any componet that exist to do that, he dont want pre made reports Thanks in advanced ..read more
Visit website
Create CSV file for each folder
C# Forums
by Mr C
4d ago
I'm new to C# and I'm trying to figure out how to create one CSV per folder using data from a SQL database. I have several large SQL tables that are named by year(Ex. Claims_2001, Claims_2002, etc..). I will need to retrieve the data for 5 years from the database, create a folder for each year, and place one CSV file with the data for the year in the folder. For example, I will need loop through 12 tables of data. Once the data for the first table is retrieved from the database, the... Read more ..read more
Visit website
Loading GIF Picture From File Works But Not From Memory
C# Forums
by SiamIT
4d ago
I am facing a weird issue, i need to load GIF image/picture from memory to picture box. It's works fine for non GIF picture, but for GIF it throws GDI error. C#: A generic error occurred in GDI+. here is my test codes to show you the error C#: public partial class Form1 : Form { string imgFilePath; Image memoryIMG; public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) {... Read more ..read more
Visit website
Generate excel files from a C# application
C# Forums
by Anonymous
4d ago
I have an application that is accepting two .csv files as input, comparing them using employee Ids and generating two output files in excel format - new employees and removed employees. I am storing the data of input .csv files in hashtables. Storing the data in the following format- C#: <key,Value> <employee ID, Name*City*AccessCode*Role> I am then comparing both hashtables and determining what employees are new and what are to be removed. I am storing the final results also in a... Read more ..read more
Visit website
Console string input to hexdecimal
C# Forums
by Huzo
4d ago
Hello everybody, I am new to C# and .NET framework programming so hold your horses. I am trying to send some hex data to IO port (USB). I am able to send fixes data ( byte[] send = {0x01,0x01,0x80 }). Now I would like to convert string input from console to byte array. I was able to find some solutions but they are a little bit confusing for me. I need this now to manually control the device, later I will incorporate a CSVHelper to read from CSV file and write to a new one. Solutions I... Read more ..read more
Visit website
How to make browser fingerprint change ?
C# Forums
by eras269
4d ago
We have a small c# bot project and we want to change the fingerprint profile of our browser. We need a class or function to do this. We want the fingerprint profile we changed to give the result that it is OK at [BrowserLeaks - Web Browser Fingerprinting - Browsing Privacy] a browser, we can use chromium, firefox selenium or a browser . I would appreciate it if anyone knows how to do this ..read more
Visit website
Functions that start and stop in windows_task_scheduler?
C# Forums
by patrick
1w ago
Hello What are the functions that start and stop in windows_task_scheduler ..read more
Visit website
Function
C# Forums
by patrick
1w ago
Hello What are the functions that start and stop in windows_task_scheduler ..read more
Visit website

Follow C# Forums on FeedSpot

Continue with Google
Continue with Apple
OR