데이터 원본(ODBC) - System DSN 등록 방법#1. API를 이용하는 방법[CODE type=vb]Option Explicit' Declare SQLConfigDataSource Constants.Const ODBC_ADD_DSN = 1 ' Add File DSNConst ODBC_CONFIG_DSN = 2 ' Configure (edit) File DSNConst ODBC_REMOVE_DSN = 3 ' Remove File DSNConst ODBC_ADD_SYS_DSN......[더보기]
2007/11/27 09:29 2007/11/27 09:29
VB에서 EXE, DLL 등의 문자열, 이미지 리소스를 편집을 위한 예제 프로그램[CODE type=vb]Private Type BITMAP bmType As Long ' this must be zero bmWidth As Long ' bitmap width bmHeight As Long ' bitmap height bmWidthBytes As Long ' bytes in horiz raster line bmPlanes As Integer ' number of colo......[더보기]
2007/11/26 18:00 2007/11/26 18:00
개발 산출물을 ThinkWise 프로그램을 이용해서 마인드맵으로 표현해봤습니다.

사용자 삽입 이미지






PS. 퍼가실 때 본출 출처 표기 바랍니다.
2007/11/23 16:02 2007/11/23 16:02