Hi John, I tried what u said by putting it in frames. Save the following files (frame1.htm and frameset.htm) into the DQSD home directory. The "bar" will show up in an html page when you open Frameset.htm, you might well want to try and mess around with the sizes of the frames. There is one problem with this method tho, if you have dqsd installed on the taskbar. I think because the taskbar one has already captured the "win+s" shortcut, when you open DQSD in the browser it will try to capture the shortcut and give you an error each time you load it. You might have other issues, so use at your own risk.
Another way is to drag the DQSD to the desktop and if you reduce the size of it enough, it works fine. >>>>>> Contents of Frame1.htm <<<<<<<<<<< <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>DQSD</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> </body> </html> <<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>> >>>>>> Contents of Frameset.htm <<<<<<<<<<< <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <html> <head> <title>DQSD</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <frameset rows="80,*" frameborder="NO" border="0" framespacing="0"> <frame src="search.htm" name="topFrame" scrolling="NO" noresize > <frame src="frame1.htm" name="mainFrame"> </frameset> <noframes><body> </body></noframes> </html> <<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>> Sharad. ------------------------------------------------------- This SF.net email is sponsored by: Microsoft Visual Studio.NET comprehensive development tool, built to increase your productivity. Try a free online hosted session at: http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en _______________________________________________ DQSD-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dqsd-users http://sourceforge.net/mailarchive/forum.php?forum_id=8601
