<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://memecode.com/bugzilla/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://memecode.com/bugzilla/"
          maintainer="fret@memecode.com"
>

    <bug>
          <bug_id>44</bug_id>
          
          <creation_ts>2005-10-18 12:30</creation_ts>
          <short_desc>Ctrl+C and Ctrl+V don&apos;t work in the IE html plugin&apos;s window.</short_desc>
          <delta_ts>2005-11-24 05:24:18</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>i.Scribe/InScribe</product>
          <component>User Interface</component>
          <version>v1.88 test9</version>
          <rep_platform>All</rep_platform>
          <op_sys>Windows XP</op_sys>
          <bug_status>ASSIGNED</bug_status>
          
          
          
          
          <priority>P4</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>fret@memecode.com</reporter>
          <assigned_to>fret@memecode.com</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>fret@memecode.com</who>
            <bug_when>2005-10-18 12:30:36</bug_when>
            <thetext> </thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>fret@memecode.com</who>
            <bug_when>2005-11-08 23:56:56</bug_when>
            <thetext>I&apos;ve tried fixing this and no luck so far.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>buzzard@project-2501.net</who>
            <bug_when>2005-11-24 05:13:51</bug_when>
            <thetext>(In reply to comment #1)
&gt; I&apos;ve tried fixing this and no luck so far.

I&apos;ve had the same problem with the IE control in my own programs, It was solved
by calling &apos;OleInitialize(NULL);&apos;


MSDN Documentation:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/com/html/9a13e7a0-f2e2-466b-98f5-38d5972fa391.asp</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>fret@memecode.com</who>
            <bug_when>2005-11-24 05:24:18</bug_when>
            <thetext>I tried adding that to the DllMain of my plugin. The hosting application already
calls that on startup. Didn&apos;t make any difference. My DllMain looks like this at
the moment:

BOOL DllMain(HINSTANCE hInstDLL, DWORD Reason, LPVOID Res)
{
	switch (Reason)
	{
		case DLL_PROCESS_ATTACH:
		{
                        // OleInitialize(NULL); doesn&apos;t change anything?
			_Module.Init(ObjectMap, (HINSTANCE)GetCurrentProcess());
			AtlAxWinInit();
			break;
		}
	}

	return true;
}
</thetext>
          </long_desc>
      
    </bug>

</bugzilla>