regsvr32 acawebthumb.dll regsvr32 /u acawebthumb.dll using System; using System.Runtime.InteropServices; namespace WebThumbSample { class RegCOMServer { [DllImport("kernel32.dll")] static extern bool FreeLibrary(IntPtr hModule); [DllImport("kernel32.dll")] static extern IntPtr LoadLibrary(string lpFilename); [DllImport("kernel32.dll")] static extern UIntPtr GetProcAddress(IntPtr hModule, string ..
2009-02-27 오후 9:58:27 특정 Process 가 접근하는 File 정보를 알아내는 Hook이다. 거의 억지로 성공했다. wcstok 를 사용하면 에러가 발생해서, 인터넷에서 wcstok 코드를 찾아서 집어 넣었다. 2009-02-28 오전 9:11:02 \\SystemRoot\\fileHookTarget.txt 파일에서 감시할 프로세스 이름을 읽어온다. \\SystemRoot\\fileHookOutput.txt 파일에 결과를 저장한다. 2009-03-01 오후 5:24:08 Checked Build하면 잘 작동한다. Free Build하면 제대로 작동이 안된다. 이유는 모름. 배포할 때는 KdPrint를 Comment 처리하고, Checked Build해서 배포하라. 2009-03-04 오..
2009-02-26 오전 9:08:38 Dummy Driver 제작 성공 DebugView로 관찰하면서, OSR Driver Loader로 Dummy Driver의 등록,시작,정지,해제 작동을 해보라. 2009-02-26 오전 10:59:03 Dummy Driver Loader 제작 성공 DebugView로 관찰하면서, DummyLoader를 실행해보라. 2009-02-27 오후 3:29:15 Dummy Driver로 Read from File & Write to File 성공 2009-03-01 오전 8:38:42 약간의 코드 수정
using System.Windows.Forms; namespace DetectUserControlClosing { public partial class UserControl1 : UserControl { public UserControl1() { InitializeComponent(); } protected override void OnCreateControl() { base.OnCreateControl(); this.ParentForm.FormClosing += new FormClosingEventHandler(ParentForm_FormClosing); } private void ParentForm_FormClosing(object sender, FormClosingEventArgs e) { Dia..
using WeifenLuo.WinFormsUI.Docking; namespace DockPanelSample { public partial class FormChild : DockContent { public FormChild() { InitializeComponent(); } } } using System; using System.Windows.Forms; namespace DockPanelSample { public partial class FormMain : Form { private FormChild formChild1; private FormChild formChild2; private FormChild formChild3; private FormChild formChild4; public F..
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using WeifenLuo.WinFormsUI.Docking; namespace DockPanelSample { public partial class FormChild : DockContent { public FormChild() { InitializeComponent(); } } } using System; using System.Collections.Generic; using System.ComponentMo..
- Total
- Today
- Yesterday
- Regular Expressions
- 스크린캡쳐
- .net framework
- tagREADYSTATE
- iTextSharp
- ScreenHunter
- registry
- iText
- java
- AdSense감추기
- 애드센스숨기기
- Automation
- AdSense숨기기
- WinAutomation
- download.com
- Microsoft
- AxWebBrowser
- windows
- Sample Code
- 애드센스감추기
- jre
- Phalanger
- DotNetMagic
- Rollback Rx
- Service pack
- READYSTATE_COMPLETE
- 유틸리티
- c#
- autohotkey
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |