반응형

1. 파일 읽어올 때 한글 깨지지 않게 불러오기

Text1.Text = System.IO.File.ReadAllText("경로", System.Text.Encoding.Default)

 

2.  어플리케이션 경로 구하기

vb6.0:  app.path -> vb2005: My.Application.Info.DirectoryPath 

Posted by 1010