[ros-bugs] [Bug 919] New: FindWindow should not be case senstive.

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Tue Oct 18 16:14:47 CEST 2005


http://www.reactos.org/bugzilla/show_bug.cgi?id=919

           Summary: FindWindow should not be case senstive.
           Product: ReactOS
           Version: TRUNK
          Platform: x86 Hardware
        OS/Version: ReactOS
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Win32
        AssignedTo: ros-bugs at reactos.com
        ReportedBy: turnerb7 at msu.edu
         QAContact: ros-bugs at reactos.com


FindWindow should not be case sensitive.  This from msdn "This function does 
not perform a case-sensitive search.".  The eaisest way to show this problem is 
compile cmd with "NT4_INTERNAL_COMMANDS" defined which will compile it 
with "activate" command.  Then open calc.exe.  In cmd do "activate calculator 
max" and it will report an error in finding the window.  Then do "activate 
Calculator max" and it will work.  On windows both work as expected.  

FindWindow is located in lib\user32\windows\window.c.  It will pass to 
FindWindowEx which in in turn pass to NtUserFindWindowEx.

-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.


More information about the Ros-bugs mailing list