본문 바로가기
반응형

IT2852

C# Run the application at Windows startup (시작프로그램 등록하기) C#으로 시작프로그램 등록하는 방법! 참고글) http://simpcode.blogspot.com/2008/07/c-set-and-unset-auto-start-for-windows.html 원문) http://www.geekpedia.com/tutorial151_Run-the-application-at-Windows-startup.html The Visual Studio 2005 project below includes a tiny sample application with a checkbox which you can use to definy wether or not the application should run at startup. The project can very easily be conver.. 2009. 8. 8.
SQL Server Stored Procedure and C# Object Code Builder SQL Server Stored Procedure and C# Object Code Builder http://blogs.elysianonline.com/blogs/derek/pages/SQL-Server-Stored-Procedure-and-C_2300_-Object-Code-Builder.aspx Download the source for the application here: Elysian Productions Inc. Code Builder 1.0 (428 KB) SQL 파라메터 쿼리를 작성할때 불편한점이 있다. 전에 [Mssql] sp 호출 c#코드를 만들어 주는 sp(Stored Procedure) 대한 글이 있었는 데 프로시져를 이용해서 쿼리작성을 편하게 하는 방법이였는 데 이것 보다 더 좋.. 2009. 8. 8.
오즈체조위젯 컴퓨터로 건강챙깁시다 오제 체조 위젯이 나왔습니다. 오즈 체조위젯은 Script 를 지원하는 블로그나 사이트에는 어디든지 붙일 수 있습니다. 컴퓨터에 오래 앉아 있게 되는데 목도 뻐근하시고 눈도 아프시죠. OZ체조위젯을 따라서 몸을 풀어봅시다. 오즈체조위젯은 Script 를 넣을 수 있는 블로그나 사이트에 설치가 가능합니다. 스크립트를 넣지 못하는 경우에는 설치를 할 수 없습니다. 오즈체조 위젯을 설치하는 방법은 어렵지 않습니다. 여느 위젯을 넣는방법이랑 비슷하기 때문입니다. 저는 티스토리를 사용하기때문에 티스토리를 기준으로 말해보겠습니다. 사이트에 접속한뒤 자신의 블로그 주소와 위젯의 첫페이지에 나올 알림글을 입력한뒤 소스를 받아서 블로그의 사이드바에 자신이 원하는 위치에 넣으면 되겠습니다. 글로 설명하는것보다 직접 보는게.. 2009. 3. 7.
C# TextBox AutoCompleted 자동완성 C# TextBox AutoCompleted 자동완성 참고블로그 http://csharpdotnetfreak.blogspot.com/2009/01/winforms-autocomplete-textbox-using-c.html 방법2는 디비에서 가져와서 세팅하는 방법입니다 2. AutoComplete textBox by fetching the data from database. For this i've created a database with a table containing names which will be shown in textbox as suggestions, for this we need to create a AutoCompleteStringCollection and then add the re.. 2009. 3. 5.
반응형