<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>WM_NEXTDLGCTL changes the default button ID and does not restore default control identifier</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#e3e3ff>
<DIV>
<DIV><FONT face=Arial size=2>The wine cvs is not updated with&nbsp;this patch 
yet. Please let me know if I am missing anything.</FONT></DIV>
<DIV><FONT face=Arial size=2>Thanks,</FONT></DIV>
<DIV><FONT face=Arial size=2>Krishna</FONT></DIV></DIV>
<BLOCKQUOTE dir=ltr 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV>"Krishna Murthy" &lt;<A 
  href="mailto:Krishna.Murthy@guptaworldwide.com">Krishna.Murthy@guptaworldwide.com</A>&gt; 
  wrote in message <A 
  href="news:37801DCF8DF6D111AA3800A0C9B3CCB704F2A5B6@hqexchange.centurasoft.com">news:37801DCF8DF6D111AA3800A0C9B3CCB704F2A5B6@hqexchange.centurasoft.com</A>...</DIV><BR>
  <P><FONT size=2>- Short Description:</FONT> <BR><FONT size=2>When the tab key 
  is used to navigate through controls, this message forgets the default push 
  button control identifier when the current control focus is on a non-push 
  button control.</FONT></P>
  <P><FONT size=2>- Long Description:</FONT> <BR><FONT size=2>Assume the dialog 
  box has the following controls:</FONT> <BR><FONT size=2>* Edit control 
  ID_E1</FONT> <BR><FONT size=2>* Push Button ID_B1</FONT> <BR><FONT size=2>* 
  Default Push Button IDDEF_B2</FONT> </P>
  <P><FONT size=2>Initially when the dialog box is displayed and entering RETURN 
  key will execute the action of IDDEF_B2. Now use tab key to go to control 
  ID_B1 and comeback to ID_E1 and press RETURN key, then it does not execute the 
  action of IDDEF_B2.</FONT></P>
  <P><FONT size=2>- Patch:</FONT> <BR><FONT 
  size=2>WM_NEXTDLGCTL.patch80385.diff</FONT> </P>
  <P><FONT size=2>- Change log Entry:</FONT> <BR><FONT size=2>* Modified 
  WM_NEXTDLGCTL to properly restore the default control identifier 
  (idResult).</FONT> <BR><FONT size=2>* Modified DEFDLG_SetDefButton() to 
  properly change the default push button style.</FONT> </P>
  <P><FONT size=2>Krishna</FONT> <BR><FONT size=2>Gupta Technologies 
  LLC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </FONT><BR><FONT size=2>TEL: (650) 
  596-4828</FONT> <BR><FONT size=2>E-mail: Krishna.Murthy@guptaworldwide.com 
  &lt;<A 
  href="mailto:Krishna.Murthy@guptaworldwide.com">mailto:Krishna.Murthy@guptaworldwide.com</A>&gt;&nbsp; 
  </FONT><BR><FONT size=2>&nbsp;</FONT> </P>
  <P><FONT face=Arial color=#000000 size=2></FONT> </P></BLOCKQUOTE></BODY></HTML>