<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0">
  <title type="html">chaoskcuf&#039;s lab: C-HTML-ltselectgt-option-동적으로-바꾸기에 달린 최근 댓글/트랙백 목록</title>
  <id>http://chaoskcuf.com/</id>
  <link rel="alternate" type="text/html" hreflang="ko" href="http://chaoskcuf.com/" />
  <subtitle type="html">WPF, Silverlight, C#, MFC 프로그래밍 팁, 자작 프로그램 개발</subtitle>
  <updated>2010-04-28T04:10:10+09:00</updated>
  <generator>Textcube 1.7.6 : Staccato</generator>
  <entry>
    <title type="html">김시억님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://chaoskcuf.com/entry/C-HTML-ltselectgt-option-%EB%8F%99%EC%A0%81%EC%9C%BC%EB%A1%9C-%EB%B0%94%EA%BE%B8%EA%B8%B0#comment3062" />
    <author>
      <name>(김시억)</name>
    </author>
    <id>http://chaoskcuf.com/entry/C-HTML-ltselectgt-option-%EB%8F%99%EC%A0%81%EC%9C%BC%EB%A1%9C-%EB%B0%94%EA%BE%B8%EA%B8%B0#comment3062</id>
    <published>2008-10-21T00:42:36+09:00</published>
    <summary type="html">감사합니다 (__)</summary>
  </entry>
  <entry>
    <title type="html">김시억님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://chaoskcuf.com/entry/C-HTML-ltselectgt-option-%EB%8F%99%EC%A0%81%EC%9C%BC%EB%A1%9C-%EB%B0%94%EA%BE%B8%EA%B8%B0#comment3063" />
    <author>
      <name>(김시억)</name>
    </author>
    <id>http://chaoskcuf.com/entry/C-HTML-ltselectgt-option-%EB%8F%99%EC%A0%81%EC%9C%BC%EB%A1%9C-%EB%B0%94%EA%BE%B8%EA%B8%B0#comment3063</id>
    <published>2008-10-21T00:58:20+09:00</published>
    <summary type="html">먼저감사의 말씀을 드립니다 앞선 셀렉트박스의 경우는 조언주신대로 해서 처리가 되었는데요
이번은 좀더 난이도 가 있는건지 앞선코드로 작성하여봐도 바껴지지가 않더라고요
웹브라우저에 로딩되 스크립트는 제가변경할수없는거고요 


&amp;lt;select id=&amp;quot;editorSelect&amp;quot; name=&amp;quot;editorSelect&amp;quot; onchange=&amp;quot;tool_EditorChange(this.value, true);&amp;quot;&amp;gt; 
				&amp;lt;option value=&amp;quot;H&amp;quot; &amp;gt;에디터&amp;lt;/option&amp;gt;
				&amp;lt;option value=&amp;quot;S&amp;quot;&amp;gt;HTML&amp;lt;/option&amp;gt;
				&amp;lt;option value=&amp;quot;T&amp;quot; &amp;gt;텍스트&amp;lt;/option&amp;gt;
&amp;lt;/select&amp;gt;
				
이렇게 되어 있는데요..HTML 이거를 선택되게 해야하는데요.....

										WebBrowser1.Document.GetElementById(&amp;quot;editorSelect&amp;quot;).SetAttribute(&amp;quot;value&amp;quot;, &amp;quot;S&amp;quot;);
                    Object[] args4 = new Object[1];
                    args4[0] = &amp;quot;this.value&amp;quot;;
                    WebBrowser1.Document.InvokeScript(&amp;quot;tool_EditorChange&amp;quot;, args4);
                    
                    
이렇게 해도 셀렉트박스가 변경이 되지를 않네요 ㅠ.ㅠ.              
조언을 다시한번더 부탁드립니다</summary>
  </entry>
  <entry>
    <title type="html">chaoskcuf님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://chaoskcuf.com/entry/C-HTML-ltselectgt-option-%EB%8F%99%EC%A0%81%EC%9C%BC%EB%A1%9C-%EB%B0%94%EA%BE%B8%EA%B8%B0#comment3064" />
    <author>
      <name>(chaoskcuf)</name>
    </author>
    <id>http://chaoskcuf.com/entry/C-HTML-ltselectgt-option-%EB%8F%99%EC%A0%81%EC%9C%BC%EB%A1%9C-%EB%B0%94%EA%BE%B8%EA%B8%B0#comment3064</id>
    <published>2008-10-21T11:41:35+09:00</published>
    <summary type="html">webBrowser1.Document.GetElementById(&amp;quot;editorSelect&amp;quot;).SetAttribute&amp;quot;selectedIndex&amp;quot;, &amp;quot;2&amp;quot;);

이 코드로 한번 해보세요</summary>
  </entry>
  <entry>
    <title type="html">chaoskcuf님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://chaoskcuf.com/entry/C-HTML-ltselectgt-option-%EB%8F%99%EC%A0%81%EC%9C%BC%EB%A1%9C-%EB%B0%94%EA%BE%B8%EA%B8%B0#comment3083" />
    <author>
      <name>(chaoskcuf)</name>
    </author>
    <id>http://chaoskcuf.com/entry/C-HTML-ltselectgt-option-%EB%8F%99%EC%A0%81%EC%9C%BC%EB%A1%9C-%EB%B0%94%EA%BE%B8%EA%B8%B0#comment3083</id>
    <published>2008-11-13T13:42:19+09:00</published>
    <summary type="html">장순환님께서 벌써 답변을 해주셨어요~ ^^;</summary>
  </entry>
  <entry>
    <title type="html">chaoskcuf님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://chaoskcuf.com/entry/C-HTML-ltselectgt-option-%EB%8F%99%EC%A0%81%EC%9C%BC%EB%A1%9C-%EB%B0%94%EA%BE%B8%EA%B8%B0#comment3088" />
    <author>
      <name>(chaoskcuf)</name>
    </author>
    <id>http://chaoskcuf.com/entry/C-HTML-ltselectgt-option-%EB%8F%99%EC%A0%81%EC%9C%BC%EB%A1%9C-%EB%B0%94%EA%BE%B8%EA%B8%B0#comment3088</id>
    <published>2008-11-14T10:34:21+09:00</published>
    <summary type="html">http://chaoskcuf.com/entry/C-Form을-활성화하기
글을 참고하세요~</summary>
  </entry>
  <entry>
    <title type="html">김시억님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://chaoskcuf.com/entry/C-HTML-ltselectgt-option-%EB%8F%99%EC%A0%81%EC%9C%BC%EB%A1%9C-%EB%B0%94%EA%BE%B8%EA%B8%B0#comment3086" />
    <author>
      <name>(김시억)</name>
    </author>
    <id>http://chaoskcuf.com/entry/C-HTML-ltselectgt-option-%EB%8F%99%EC%A0%81%EC%9C%BC%EB%A1%9C-%EB%B0%94%EA%BE%B8%EA%B8%B0#comment3086</id>
    <published>2008-11-13T22:55:50+09:00</published>
    <summary type="html">질문한가지 해보겠습니다

프로그램을 하나 만들었는데

일정한지점에서 창이 맨앞으로 나오도록 하고 싶습니다

포커스가 항상 맨앞으로 위치를 해야한다는 것이지요

프로그램을 만들었는데 sendkey 입력이 있는데 창이 뒤에 있거나 내려가면 

sendkey 이 전혀 엉뚱한 결과를 내거든요;;;</summary>
  </entry>
</feed>
