Skip to content

Tag: windows

Linux chat server with c# [closed]

Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 6 years ago. Improve this question I am quite new in programming so i’m looking for some advice. Basica…

Renaming txt files with numbers as filenames in cmd

i have files and This names the files example : I want Rename all of them to file names with numbers like: system windows or linux Answer Just save this code into a name.bat file in your folder and run the command Here in order to avoid conflicts first the files are named as ‘.new’ extenstion and …

Child forms groups on taskbar

I got an application, which has a main window, and then it open new forms. Whole application is like a document reader with many types of sub-forms. For example, I have Main window opened, 3 documet detail forms and 4 editors of other content. Now. As all sub-forms are childrens of the main form, they are all…

Windows C Runtime toupper slow when locale set

I’m diagnosing an edge case in a cross platform (Windows and Linux) application where toupper is substantially slower on Windows. I’m assuming this is the same for tolower as well. Originally I tested this with a simple C program on each without locale information set or even including the header …