-
```
The .pal file format can be found here:
http://www.codeproject.com/Articles/31964/Palettes-You-ve-Gotta-Love-Them
Thanks to https://twitter.com/CalinLeafshade/status/437335965582245889
```
Ori…
-
```
Sometimes encoding is detected wrong way.
We should consider automatic encoding detection (look f.e.
http://www.codeproject.com/cs/algorithms/DetectEncoding.asp) or using
WebBrowser for encoding.
…
-
```
Sometimes encoding is detected wrong way.
We should consider automatic encoding detection (look f.e.
http://www.codeproject.com/cs/algorithms/DetectEncoding.asp) or using
WebBrowser for encoding.
…
-
Hey, I am trying to install the license plate reader. I can install it, but every time I do, there is a failure that causes the module to shutdown. I had been able to resolve it once before after days…
-
```
Good implementation can be found here:
http://www.codeproject.com/Articles/3853/Wave-a-Standard-conformant-C-preprocess
or-library
Or in boost::wave library.
```
Original issue reported on co…
-
From CodeProject comments...
just playing around with this and thought you should know this will throw exceptions if there are unescaped quotes and/or newlines (not CR/LF, just LF) in tab delimited c…
-
식탁보 샌드박스 시작 시 일정 시간 동안 입력이 없으면 자동으로 샌드박스를 종료하도록 하는 애드인을 추가한다. 글로벌 훅을 사용하여 활성 상태를 체크하고, 수신되는 키보드/마우스 입력이 없는 경우 자동으로 `shtudown /s /t 0` 명령을 실행하여 샌드박스를 종료한다.
노트: Windows 시작 메뉴를 이용하던 shutdown 명령을 이용하던 …
-
```
What steps will reproduce the problem?
1. from the codeproject demo, i changed the listbox to itemscontrol
2. added a datatemplate with usercontrol root
3. in DragInfo.ctor itemParent remains null…
-
With Deepstake being no longer, please update any settings and the name so that CodeProject.AI can be added.
Also would like to add to the compatibility list
InsightFace https://github.com/SthPhoe…
-
It'd be awesome if you were able to detect the status of Caps Lock. A typical use case would be a log in screen where the password is case sensitive and being able to present an alert to the user whe…