본문 바로가기
반응형

개발언어347

Multiple column Sort on Ultrawingrid Multiple column Sort on Ultrawingridhttp://news.infragistics.com/forums/t/12611.aspx There are two ways you could go about this. 1) You could trap the BeforeSortChange event and use the SortedColumns.Add method to sort each column. 2) You could use the SortComparer property on the column. You would create a class that implements IComparer and you could write code in the Compare method to examine.. 2009. 3. 9.
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.
C:\Microsoft.CSharp.targets 프로젝트 찾을 수 없습니다. <Import> 선언에 지정한 경로가 올바르지 그리고 파일이 디스크에 있 프로젝트 열기할때 에러가 발생하였다. "C:\Microsoft.CSharp.targets" 프로젝트 찾을 수 없습니다. 선언에 지정한 경로가 올바르지 그리고 파일이 디스크에 있는지 확인하십시오. 라는 에러가 발행하였다. 원문) http://stackoverflow.com/questions/5694/the-imported-project-cmicrosoftcsharptargets-was-not-found 에서 좋은 팁을 얻었다. Open your csproj file in notepad (or notepad++) Find the line: and change it to 아래와 같이 변경하면 된다. NotePad를 이용해서 변경해도 된다. 변경후 실행하면 정상경로에서 파일을 불러오게 된다. 2009. 2. 17.
Back to the Future with Smart Clients [스마트클라이언트의 미래] Back to the Future with Smart Clients 곧다가올 스마트클라이언트. 그런데 작성일이 04년도네요. 요즘 스마트클라이언트에 대한 관심이 아주 많다. 내용은 천천히 읽어봐야지 스마트클라이언트 개발 관련 PPT (출처: 데브피아) Back to the Future with Smart Clients http://msdn.microsoft.com/en-us/library/ms953304.aspx Billy Hollis Elysian Consulting March 24, 2004 Summary: While Web applications have received the bulk of the interest over the last few years, improvements in the cl.. 2009. 2. 4.
반응형