add UIAutomationClient.dll and UIAutomationTypes.dll libraries to project references using System.Diagnostics; using System.Threading; using System.Windows.Automation; namespace AutoTest { class Program { static void Main(string[] args) { bool isRun = false; Process[] myProcesses = Process.GetProcesses(); foreach (Process item in myProcesses) { if (item.ProcessName == "calc") { isRun = true; bre..
Drawing a Line http://msdn.microsoft.com/en-us/library/ms533895.aspx Outline Text http://www.codeproject.com/KB/GDI-plus/OutlineText.aspx GDI+ https://msdn.microsoft.com/library/ms533798https://msdn.microsoft.com/en-us/library/ms533798.aspxhttps://msdn.microsoft.com/en-us/library/vs/alm/ms533798.aspx Drawing on GDI+ From Native C++http://www.drdobbs.com/drawing-on-gdi-from-native-c/184416698
using System; namespace IndexerSample { class Program { static void Main(string[] args) { IntBits bits = new IntBits(Int32.MaxValue); printIntBits(bits); printBinaryString(Int32.MaxValue); bits.Value = 1; printIntBits(bits); printBinaryString(1); bits.Value = 0; printIntBits(bits); printBinaryString(0); bits.Value = -1; printIntBits(bits); printBinaryString(-1); bits.Value = Int32.MinValue; prin..
- Total
- Today
- Yesterday
- Automation
- Sample Code
- Regular Expressions
- autohotkey
- download.com
- DotNetMagic
- tagREADYSTATE
- .net framework
- AdSense감추기
- AxWebBrowser
- Rollback Rx
- registry
- windows
- c#
- iTextSharp
- 유틸리티
- jre
- Phalanger
- AdSense숨기기
- 스크린캡쳐
- WinAutomation
- READYSTATE_COMPLETE
- iText
- Service pack
- java
- ScreenHunter
- 애드센스숨기기
- Microsoft
- 애드센스감추기
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |