레지스트리 저장
레이
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
--------------------------------------------
레지스트리 저장 부분 소스인데요
콤보박스를 저장하려 합니다.
그런데 콤보박스를 다 채우고 저장 버튼을 누른후
껏다가 키면 다 설정이 되어 잇는데요...
거기다가 한개만 수정한 후 껏다가 키면 그 한개는 수정한그대로,
나머지는 다레지스트리에 공백이 저장 되네요;
수다님이 디폴트 값을 수정하라는데 어떻게 하는지도 모르겟네염 ㅠㅠ
다른형식으로 어떻게 해야 할까요???
반복되는 질문 ㅈㅅ합니다.
답변이 없으셔셔 ㅠㅠ
번호 | 제 목 | 글쓴이 | 날짜 |
---|---|---|---|
2700314 | 비주얼베이직 안의 텍스트를, HTML 처럼 왕복하게 만들수는 없을까요 ? | 초롬 | 2025-07-03 |
2700288 | 초등부정보올림피아드 공부할책좀추천해주시면감사하겠습니다. | 아유미 | 2025-07-03 |
2700237 | 심플 질문 (3) | 희1미햬 | 2025-07-03 |
2700212 | 프로그램으로 실행 되 있는 프로세스 종료하기. | 핑1크캣 | 2025-07-02 |
2700123 | 서든 스킨프로그램 질문 (1) | 딥블루 | 2025-07-02 |
2700096 | 비주얼베이직 프로그램의 X버튼 질문합니다 (2) | 창민 | 2025-07-01 |
2700071 | 안녕하세요 작업표시줄 문제요 | 우미 | 2025-07-01 |
2699986 | Option1이거 .. | 엄지 | 2025-06-30 |
2699925 | webbrowser 로딩 문제(iframe) 질문!!!!! | 나래 | 2025-06-30 |
2699896 | 접속기 끄면 메이플같이꺼지는소스 이거맞나요? | 꽃가람 | 2025-06-30 |
2699867 | 비베 고수님들 봐주세엽! ㅠㅠ (2) | 세찬 | 2025-06-29 |
2699817 | 프로세스 모듈을 보고싶은데요 | 바람 | 2025-06-29 |
2699791 | 폴더안에 있는 파일전체복사.. (1) | 앵겨쪼 | 2025-06-29 |
2699764 | html 파일... 웹브라우저로 보이게 하기? (6) | 보늬 | 2025-06-28 |
2699674 | 웹브라우저 광고 (2) | 갤3 | 2025-06-28 |
2699639 | 모듈 오류해결법좀요! (5) | 시원 | 2025-06-27 |
2699581 | &articleid 이게 뭔가요.? | 봄여우 | 2025-06-27 |
2699502 | 비베 초보자가 쉽게 배울 수 있는 책 추천좀요 | 사이 | 2025-06-26 |
2699445 | 파싱말인데요 잘 이해가 안가서요.. | 횃대비 | 2025-06-26 |
2699387 | 파싱프로그램으로 제꺼 사이트에있는 자료를 무단으로 긁어가는대 | 돌심보 | 2025-06-25 |