Relative Content

Tag Archive for c#.netwinforms

Winform Application Runs, but doesn’t “work”?

I’m not sure what errors or logs to give here as I’m not getting any to give, but basically, a friend asked me to write a pretty simple program for his business that reads HTML Files full of Bowling scores and returns a csv file of any people that won by more then 100 points, I have it all working and running it from inside Visual Studio works perfectly with no errors, but when running the published application, it opens and all the button and logic works, but when it comes to reading the HTML it will run through the file basically do nothing and return that everything worked and nothing errored!!, this behavior happens on his computer, my Work computer but not on my Home Computer, i am so lost on whats the problem that i have no idea where to start fixing it.

FileSystemWatcher.Created not doing anything

So i have this WinForms (.NET) app where a system in C# where if the user creates folder in a specific directory and adds a image file and a text file the program will firstly get the folder’s name then it will get the content of the text file and lastly get the image, after getting those information it will create a panel with a image, label and a button. The image’s material will be the image from the folder, the label text will be the folder’s name and the button will copy the text file’s content to the clipboard!