This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Installation problems


> PS: THE ERROR MESSAGE BOX comes up hidden under the progress box.  I
> thought the system was frozen and restarted three times before I
> figured that one out.  You could maybe make it come up on top, or
> change the size or location?  Tnx.

winsup / cinstall / msg.cc

static int
mbox (int type, int id, va_list args)
{
  char buf[1000], fmt[1000];

  if (LoadString (hinstance, id, fmt, sizeof (fmt)) <= 0)
    ExitProcess (0);

  vsprintf (buf, fmt, args);
  return MessageBox (0, buf, "Cygwin Setup", type | MB_TOPMOST);
}



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]