윈도 API를 사용하셔야할 것 같습니다. using System.Runtime.InteropServices; // API 정의 [DllImport("User32")] private static extern int ShowWindow(IntPtr handle, int ShowMode) private const int WM_SHOWNOACTIVATE = 4; //?API 사용 myForm frm = new myForm(); ShowWindow(frm.Handle, WM_SHOWNOACTIVATE); ---------------------------------------- [원문] ---------------------------------------- cs 구조로 프로그램이 짜져 있으며 서버로 부터 어떤 메..
Figure 1 - Kangaroo Hopping? Movie Introduction Just got back from a three week trip to Australia and all I can say is, "Give me a home among the gum trees." (Australian programmers will get what I'm saying here.).?Most people know what a kangaroo looks like, but most haven't seen one up close.?Needless to say, they are strange creatures if you are coming from the New York City.?Unfortunately, t..
How do I beep the computer's speaker in a Windows Form application There is no Windows Form function to beep your computer's speaker. But you can just invoke the Win32 API MessageBeep. using System.Runtime.InteropServices; ... [DllImport("user32.dll")] public static extern int MessageBeep(uint n); private void button2_Click(object sender, System.EventArgs e) { MessageBeep(0x0); } Another method ..
Note: This is an unedited contribution. If this article is inappropriate, needs attention or copies someone else's work without reference then please Report this article. Introduction These are some tips for commonly faced problems in .NET . Some of these tips are mine and some of these i have got from different sources. My aim is not to claim the ownership of these tips,but as a newcomer I had ..
- Total
- Today
- Yesterday
- Mabinogi
- 짤방 및 아이콘
- 나비효과
- humor
- cartoon
- 야마꼬툰
- Assembly
- diary
- 막장로그
- Linux
- win32
- WDB
- BadCode
- console
- Network Inspector
- network
- C#
- Embedded System
- Battle
- Information Processor
- Web Programming
- 3D Engine
- Military
- USB Lecture
- Tech News
- Reverse Engineering
- Life News
- medical
- 프리랜서로 살아남는 법
- wallpaper
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |