【VB】文字変換について(大文字 ⇔ 小文字 など)

2011. 3. 31. 15:02

=================================
文字変換

http://www.geocities.jp/cbc_vbnet/function/mojireyu_function.html



=================================
英語の小文字と大文字を変換する

http://homepage1.nifty.com/rucio/main/Samples/vbsample045.htm



=================================
文字列のひらがな/カタカナをチェックするには?

http://www.atmarkit.co.jp/fdotnet/dotnettips/054iskana/iskana.html



=================================





by artis

한글깨짐

2010. 8. 26. 10:57


http://highlucky.egloos.com/1583355

한글 깨짐 방지

 

http://andyou.net/4

마우스 오른쪽 버튼 활용

 

 

------------------------------------------------------------------

EX> CMD에서 실행하기.

 

영어 로케일

set APPLOCENG="HKEY_CLASSES_ROOT\exefile\shell\for Eng with AppLocale\command"

reg add %APPLOCENG% /VE /D "%SystemRoot%\AppPatch\AppLoc.exe \"%1\" \"/L0409\"" /f

 

일본어 로케일

set APPLOCJPN="HKEY_CLASSES_ROOT\exefile\shell\for Jpn with AppLocale\command"

reg add %APPLOCJPN% /VE /D "%SystemRoot%\AppPatch\AppLoc.exe \"%1\" \"/L0411\"" /f

 

한국어 로케일

set APPLOCKOR="HKEY_CLASSES_ROOT\exefile\shell\for Kor with AppLocale\command"

reg add %APPLOCKOR% /VE /D "%SystemRoot%\AppPatch\AppLoc.exe \"%1\" \"/L0412\"" /f

 

중국어 번체 로케일

set APPLOCCHN1="HKEY_CLASSES_ROOT\exefile\shell\for Chn(Traditional) with AppLocale\command"

reg add %APPLOCCHN1% /VE /D "%SystemRoot%\AppPatch\AppLoc.exe \"%1\" \"/L0404\"" /f

 

중국어 간체 로케일

set APPLOCCHN2="HKEY_CLASSES_ROOT\exefile\shell\for Chn(Simplyfied) with AppLocale\command"

reg add %APPLOCCHN2% /VE /D "%SystemRoot%\AppPatch\AppLoc.exe \"%1\" \"/L0804\"" /f

 

 

 

참고 ---------------------------

 

번체

Traditional Chinese

L0404


간체

Simplified Chinese

L0804

 

by artis

Office 2010 - 再設置問題

2010. 7. 26. 13:05


Office 2010 - 再設置問題

by artis
« BEFORE(前) : 1 : ··· : 4 : 5 : 6 : 7 : 8 : 9 : 10 : ··· : 126 : AFTER(後) »