Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Simple Developer
Simple Developer
입력 컨트롤에 텍스트를 추가하려면 당연합니다. CEdit::AppendText()라는 함수는 없으므로 직접 함수를 작성해야 합니다. CEdit::SetSel()을 호출해 선택 항목을 입력 컨트롤의 마지막으로 이동시킨 후 CEdot::ReplaceSel()을 호출해 텍스트를 추가하면 간단하게 추가할 수 있습니다. 새로 만들어야할 AppendText 함수는 다음과 같습니다. void AppendText(CEdit& edit, LPCSTR pText){…
출처 : Here is how I defined my activity in my AndroidManifest.xml to get this to work. [code lang=”java”] [/code] The scheme of “file” indicates that this should happen when a local file is opened (rather than protocol like http). mimeType can be…
개요 앨범에서 이미지를 선택하도록 액티비티를 호출하고 onActivityResult() 함수를 통해 해당 이미지에 접근하는 소스 앨범 호출 소스 [code lang=”java”] Intent intent = new Intent(Intent.ACTION_GET_CONTENT, null); intent.setType(“image/*”); startActivityForResult(intent, 1004); [/code] 선택된 이미지 가져오기 소스 [code lang=”java”] protected void onActivityResult(int requestCode, int resultCode,…
DevCity.NET – Controlling a Windows Service from the System Tray /Articles/74/1/servicecontroller.aspx Peter Custance I am currently a software programmer for a large Data Card Manufacturer in the UK. Contact me at peter.custance@id-data.co.uk or p.custance@btopenworld.com. I have nine years experience in…
Use the By property when you want to animate a value “by” a certain amount, rather than specifying a starting or ending value. You may also use the By property with the From property. The following table summarizes how the From, To, and By properties may be used together or…
무료 텍스트 에디터 프로그램을 찾던 도중에 회사사람의 소개로 알게된 Notepad++ 프로그램. 상당히 가벼운 느낌으로 기존의 메모장보다 훨씬 막강한 기능을 사용할 수 있는 프로그램이다. 비록 FTP로 접근하여 파일을 열고 닫을 수는 없지만, 그외의 기능은 울트라 에디트나, 아크로 에디트등의 프로그램과 비교해도 대등하지…
GP(Group Policy)를 통해 – GP를 통해 IT관리자가 많은 컴퓨터를 쉽게 제어할 수 있다. – 프로그램을 자동으로 배포할 수 있다. – 보안 설정을 할 수 있다. – 사용자의 데스크탑 환경을 제어할 수 있다. GP 설정은 크게 2부분으로 이루어진다. User Configuration 부분…
Let’s talk about how to make a online food store website integrated with marketplace using WordPress. WordPress with some powerful plugins make this work more easier. Table of Contents 1. Requirements of Online Food Store Want to use custom domain…
configure gzip compression with NGINX Open up the file sudo vi Comment that out gzip options gzip on;gzip_vary on;gzip_types text/plain text/css text/xml text/javascript application/x-javascript application/xml; Restart NGINX server sudo service nginx restart Configure browser cache Open up the…
마이크로소프트에서 제공하는 e-Book이다. Visual Studio 2003 버전에서부터 Visual Studio 2010으로 어떻게 이동하면 되는지에 대해 설명한 책이다. http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=560a5365-5c62-488a-91ed-a779e0e33ac4