태그>using(총 10개의 글)
'using' 관련 최근글
-
-
- How can I put image and text into Windows.Controls.richtextbox
-
Sam Kim의 블로그 by Sam Kim|2011/05/31 16:47
It's pretty easy to load rtf file into windows.forms.richtextbox with using fileload method.But It's little confusing and difficult to load rtf in Controls.RichTextboxAnd also I want to modify the file that I loaded in RichTextBox Control.I wa..
- How can I put image and text into Windows.Controls.richtextbox
-
- [Question 5] type used in a using statement must be implicity ..
-
Sam Kim의 블로그 by Sam Kim|2011/04/27 16:14
using(StreamWithProgress UploadStreamWithProgress = new StreamWithProgress(stream)){ client.FileUpload(fileinfo.Name, fileinfo.Length, "", ID, UploadStreamWithProgress); client.SendMessage(develope..
- [Question 5] type used in a using statement must be implicity ..
-
- [Question 2] How put my client program in ..
-
Sam Kim의 블로그 by Sam Kim|2011/04/20 13:34
First of all, My goal is making the client program to addin program looks like Toolbar or Solution Explorer in visual studio. (Below Picture 1) I tried to make a program like this t..
- [Question 2] How put my client program in ..
-
- File && Folder Path 읽어오기
-
새벽 by 새벽|2010/07/05 19:00
일반적인 위와 같은 Form이 있을 경우File의 경로를 읽어오기 위하여 "." 이 적혀있는 버튼을 누르게 된다 이때 코딩을 어떻게 할 것인가? 구하고자 하는 것이 File 일 경우1 : using (OpenFileDi..
- File && Folder Path 읽어오기
-
- Resource Release Patterns
-
Eternity's Chit-Chat by 이터너티|2009/06/10 10:23
시스템 리소스의 사용이 완료된 후 해제 되었음을 보장하기 위해서는 어떻게 해야 하는가? 시스템의 자원은 유한하다. 동시에 열 수 있는 파일의 수, 스레드의 최대 수, 데이터베이스 컨넥션 풀의 개수 등 동시에 사용되는 모든 자원은 시스템 가용성에 영향을 미친다. 시스템으로부..
- Resource Release Patterns
-
- USING
-
MONORESQUE by ABYSS|2008/04/01 04:47
새카만 하늘이 생각났다. 누군가 봄이 오는 걸 방해하고 있는 것처럼 기분 나쁜 차가운 바람이 성가시다. 오늘도 적당히 두꺼워 보이는 곤색 골덴 코드를 입을까 말까 망설이다 그냥 봄 자켓을 걸치고 나왔다. 3월이라고 잠시 내민 빛이 짜증나게 얄미웠다. 지금은 짬이 나지 않아 ..
- USING