레지스트리 저장
레이
private sub command1_click()
savesetting a, b, 1, combo1.list(combo1.listindex)
savesetting a, b, 2, combo2.list(combo2.listindex)
savesetting a, b, 3, combo3.list(combo3.listindex)
savesetting a, b, 4, combo4.list(combo4.listindex)
savesetting a, b, 5, combo5.list(combo5.listindex)
savesetting a, b, 6, combo6.list(combo6.listindex)
savesetting a, b, 7, combo7.list(combo7.listindex)
savesetting a, b, 8, combo8.list(combo8.listindex)
msgbox 저장 완료
end sub
private sub form_load()
if getsetting(a, b, 1) = then
combo1.text = 버프 1
else
combo1.text = getsetting(a, b, 1)
end if
if getsetting(a, b, 2) = then
combo2.text = 버프 2
else
combo2.text = getsetting(a, b, 2)
end if
if getsetting(a, b, 3) = then
combo3.text = 버프 3
else
combo3.text = getsetting(a, b, 3)
end if
if getsetting(a, b, 4) = then
combo4.text = 텔레포트
else
combo4.text = getsetting(a, b, 4)
end if
if getsetting(a, b, 5) = then
combo5.text = 공격스킬
else
combo5.text = getsetting(a, b, 5)
end if
if getsetting(a, b, 6) = then
combo6.text = hp포션
else
combo6.text = getsetting(a, b, 6)
end if
if getsetting(a, b, 7) = then
combo7.text = mp포션
else
combo7.text = getsetting(a, b, 7)
end if
if getsetting(a, b, 8) = then
combo8.text = 펫먹이
else
combo8.text = getsetting(a, b, 8)
end if
end sub
--------------------------------------------
레지스트리 저장 부분 소스인데요
콤보박스를 저장하려 합니다.
그런데 콤보박스를 다 채우고 저장 버튼을 누른후
껏다가 키면 다 설정이 되어 잇는데요...
거기다가 한개만 수정한 후 껏다가 키면 그 한개는 수정한그대로,
나머지는 다레지스트리에 공백이 저장 되네요;
수다님이 디폴트 값을 수정하라는데 어떻게 하는지도 모르겟네염 ㅠㅠ
다른형식으로 어떻게 해야 할까요???
반복되는 질문 ㅈㅅ합니다.
답변이 없으셔셔 ㅠㅠ
번호 | 제 목 | 글쓴이 | 날짜 |
---|---|---|---|
2676153 | 아차! 음악링크좀 쓰게 올려주실분.. 많이있는곳으로! | 사이 | 2024-11-24 |
2676125 | Themida 패킹시 윈도우7은 호환 하지 못하나요? | 라 | 2024-11-24 |
2676093 | 현재프로그램 파일이름을 추출하는걸알고싶습니다 (1) | 도1도캣 | 2024-11-24 |
2676066 | exe를 소스로 만드는법좀.. (3) | 회전력 | 2024-11-23 |
2676034 | 이런 창은 어떻게 지우나요? | 수련 | 2024-11-23 |
2676006 | 질문하나더~ | 찬바리 | 2024-11-23 |
2675930 | 작업관리자 차단 | 별빛 | 2024-11-22 |
2675901 | 숫자를 제외한 문자를 어떻게 나타내야될까요? | 진나 | 2024-11-22 |
2675871 | 거의마지막질문인데요 | 아메 | 2024-11-22 |
2675846 | 제가 완성햇는데요 ㅎ; | 거늘 | 2024-11-21 |
2675824 | 타이머. 프로그래스바 코드 질문입니다. (10) | 빛글 | 2024-11-21 |
2675798 | 이걸 머라고해야 할지모르지만 질문합니다 (2) | 리라 | 2024-11-21 |
2675772 | 구구단 함수 질문이요~! (1) | 테이 | 2024-11-21 |
2675746 | exe저장시 런타임53 에러 | 아픔이보여 | 2024-11-20 |
2675718 | ocx 설치법 | 달달한캔디 | 2024-11-20 |
2675630 | ""안에 큰따음표 넣기. | 터전 | 2024-11-19 |
2675519 | 컴파일 오류 ?? | 슬아라 | 2024-11-18 |
2675492 | 비베 수다 사이트채팅 접속방법 | 마법 | 2024-11-18 |
2675463 | ㅠㅠ;; | 지은 | 2024-11-18 |
2675434 | 타이머로 라벨바꾸는거 (2) | 대나무 | 2024-11-18 |