active questions tagged desktop - Stack Overflow most recent 30 from stackoverflow.com 2009-12-04T11:31:29Z http://stackoverflow.com/feeds/tag/desktop http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1795753/how-to-hide-desktop-icons-by-double-clicking-the-desktop-using-c 2 How to hide desktop icons by double clicking the desktop using c# murasaki5 2009-11-25T09:38:13Z 2009-12-04T10:13:45Z <p>Hi, I wanted to know if there is a way to toggle desktop icon to show/hide when the desktop is double clicked. Similar to how it is done in Stardock Fences. I wanted it to be done using visual c#.</p> http://stackoverflow.com/questions/1845148/windows-7-snap-and-live-previews-effects-for-linux 0 WIndows 7 "snap" and "live previews" effects for Linux hagope 2009-12-04T06:03:58Z 2009-12-04T06:17:32Z <p>I really like the Windows 7 "snap" effect. That is, when you drag a window to either side of the screen, it resizes the window to be half the desktop size.</p> <p>I also like the "live preview" that creates a thumbnail when you mouse over something on the task bar.</p> <p>However, I'm running Ubuntu (Linux) 9.10, I am curious to know if there is a solution (not using virtual machines) that will mimic these effects on Linux, thanks!</p> http://stackoverflow.com/questions/197999/need-advice-on-implementing-a-time-limited-trial 7 Need Advice on Implementing a Time-limited Trial JimDaniel 2008-10-13T15:31:41Z 2009-12-04T02:29:57Z <p>I'm developing a shareware desktop application. I'm to the point where I need to implement the trial-use/activation code. How do you approach something like this? I have my own ideas, but I want to see what the stackoverflow community thinks.</p> <p>I'm developing with C++/Qt. The intended platform is Windows/Mac/Linux.</p> <p>Thanks for your advice!</p> http://stackoverflow.com/questions/574756/best-ide-for-developing-java-desktop-applications 2 Best IDE for developing Java Desktop Applications Nischal 2009-02-22T11:13:21Z 2009-12-01T05:57:05Z <p>I've been developing Java Web apps using Eclipse as the IDE. Planning to start developing a desktop app based on Java. </p> <p>Can someone suggest the best IDE for developing Java based desktop apps? (One that would have drag drop for building the interface like Visual Studio)</p> http://stackoverflow.com/questions/1317235/c-get-complete-desktop-size 1 C#: Get complete desktop size? Timwi 2009-08-22T22:41:15Z 2009-11-30T19:06:13Z <p>How do I find out the size of the entire desktop? <strong>Not</strong> the "working area" and <strong>not</strong> the "screen resolution", both of which refer to only one screen. I want to find out the total width and height of the virtual desktop of which each monitor is showing only a part.</p> http://stackoverflow.com/questions/1819499/how-do-i-get-the-current-users-desktop-folder-location-after-they-have-moved-i 0 How do I get the current user's desktop folder location *after* they have moved it? sfjedi 2009-11-30T12:21:52Z 2009-11-30T12:21:52Z <p>I'm hoping there's a way to play with environment variables to achieve this because I need to access this in a Windows command shell.</p> <p>I found the directory in [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders] Desktop, but I have no idea how to access this information from a command shell!</p> <p>%UserProfile% does <em>not</em> work for what I'm trying to do. It only works if they haven't <em>moved</em> their special folders.</p> http://stackoverflow.com/questions/1811940/i-want-to-develop-a-framework-in-python-for-desktop-based-applications-how-shoul 0 I want to develop a framework in Python for desktop based applications. How should I go about it? mekasperasky 2009-11-28T08:04:14Z 2009-11-28T17:39:56Z <p>I want to develop a desktop application framework in Python, much like QT, but how to go about it? Any tutorials or links related to it would be helpful!</p> http://stackoverflow.com/questions/915981/re-ordering-remote-desktop-connections 0 Re-ordering Remote Desktop Connections Brian Travis 2009-05-27T14:21:45Z 2009-11-26T15:40:36Z <p>I have the adminpak.msi installed so that I can use the Remote Desktop MMC to connect to all of my servers. As I add a server, it goes to the bottom of the list of available servers. I can't find out how to re-order them into more logical groupings, or at least alphabetical. Any ideas?</p> http://stackoverflow.com/questions/1344916/how-can-i-creating-window-station-and-windows-desktop-using-c 0 how can i creating window station and windows desktop using c# Suriyan Suresh 2009-08-28T03:40:48Z 2009-11-25T12:00:02Z <p>i would like create new window station &amp; windows desktop and attach my process to it. how can i do that</p> <p>i need to know</p> <ol> <li><p>Creating Window station and attach my desktop</p></li> <li><p>Creating &amp; switching between Desktop effectively</p></li> <li><p>how do i attaching process to winlogon desktop(if it is possible )</p></li> <li><p>Destroy created desktop and return back to windows desktop</p></li> </ol> http://stackoverflow.com/questions/1790757/how-to-resume-windows-7-slideshow-after-restoring-default-wallpaper 0 How to resume Windows 7 slideshow after restoring default wallpaper Uwe 2009-11-24T15:22:21Z 2009-11-24T15:22:21Z <p>I use SystemParametersInfo to remove the Desktop wallpaper. SystemParametersInfo(SPI_SETDESKWALLPAPER, 0, _T(""), SPIF_SENDCHANGE)<br> later I restore it with the same method.<br> SystemParametersInfo(SPI_SETDESKWALLPAPER, 0, NULL, SPIF_SENDCHANGE)</p> <p>That worked fine for all Windows versions including Vista. But with Windows 7 I found out that the desktop wallpaper slideshow will not be restored after setting the default wallpaper. Windows 7 displays the last shown image only.</p> <p>How can I restore the desktop wallpaper and resume the slideshow ?</p> http://stackoverflow.com/questions/889902/what-off-the-shelf-licensing-system-will-meet-my-needs 10 What off-the-shelf licensing system will meet my needs? Anders Pedersen 2009-05-20T19:52:56Z 2009-11-24T07:16:26Z <p>I'm looking for an off-the-shelf license system for desktop software.</p> <p>After some research on the net -- and of course here on StackOverflow -- I haven't found one the suits our needs. I have a couple of must-have features and some would-be-nice features:</p> <p>Must have: </p> <ul> <li>Encrypted unlock key</li> <li>Possibility to automate the unlock key generation on my website </li> <li>User info in key so that I can show name and company in an about box and perhaps in reports</li> </ul> <p>Nice to have:</p> <ul> <li>License managing tools</li> <li>Online activation</li> <li>Nice upgrade possibilities to a version with concurrent license model and subscription model </li> </ul> <p>I have looked at <a href="http://www.mancosoftware.com/licensing/index.htm" rel="nofollow">Manco</a>, but I find them difficult to work with and the documentation is minimal. Further, I couldn't get the name in the key. Also, the automatic generation of a key on my website has to be done with an application web service, but I would rather program against a DLL.</p> <p>Next I looked at <a href="http://www.xheo.com/" rel="nofollow">xheo</a>. It is easier to use and the documentation is better, but the price is substantially higher and here you can only get the user name in the license file that you then have to provide together with the unlock key. </p> <p>Could anyone share their experiences on what you are using and how it is working for you?</p> http://stackoverflow.com/questions/233411/how-do-i-enable-a-second-monitor-in-c 2 How do I enable a second monitor in C# Matt Warren 2008-10-24T12:55:47Z 2009-11-23T14:18:48Z <p>Is it possible to enable a second monitor and extend the Windows Desktop onto in C#. It needs to do the equivalent of turning on the checkbox in the image below?</p> <p><img src="http://i38.tinypic.com/27y8nt5.png" alt="alt text" /></p> http://stackoverflow.com/questions/1782625/create-a-desktop-pc-with-photoshop -1 Create a Desktop PC with Photoshop [closed] thearchitect 2009-11-23T11:41:08Z 2009-11-23T11:44:55Z <p>Hi All</p> <p>I am trying to create a desktop PC using Photoshop as a vector drawing. Anyone knows a good tutorial?</p> http://stackoverflow.com/questions/674745/is-it-possible-to-add-an-option-to-the-arrange-icons-menu 0 Is it possible to add an option to the Arrange Icons menu? REM 2009-03-23T18:54:09Z 2009-11-21T22:00:02Z <p>I have written a short console based C# application which automatically arranges my desktop icons.</p> <p>Is it possible to add an entry into the desktop "Arrange Icons By" menu for my custom sorting?</p> http://stackoverflow.com/questions/1772825/io-virtualization-on-the-desktop 0 IO Virtualization on the desktop luvieere 2009-11-20T19:50:03Z 2009-11-20T19:50:03Z <p>Can <a href="http://en.wikipedia.org/wiki/I/O%5Fvirtualization" rel="nofollow">IO Virtualization</a> be implemented and be effective in a desktop applications scenario? Can it be implemented in software only, or do I need specialized hardware for this. I've got multiple database application servers that each connect to multiple clients - would a IO Virtualization strategy reduce the lag in such a case, or is it a useless approach? In case it can be implemented, is low-level native code a must, or is it possible to rely on .NET technologies?</p> http://stackoverflow.com/questions/1612984/how-to-make-industry-standard-desktop-java-applications 6 How to make industry standard desktop Java applications? lakshmanan 2009-10-23T11:59:55Z 2009-11-20T11:22:07Z <p>I know how to create the basic controls in Swing, but coming to industry standard application development, I lack the skills to do them.</p> <p>I am designing a small Java Swing application. Instead of creating a <code>JFrame</code> for each purpose, I would like to create controls, display them, hide them (whenever necessary), everything in just one window.</p> <p>How can I do it? I am a beginner. Please point me to nice web resources on the conventional ways of doing desktop Java applications using Swing.</p> http://stackoverflow.com/questions/1760147/how-to-prevent-starting-taskmanager-in-my-desktop 0 How to prevent starting TaskManager in my Desktop? Gohlool 2009-11-19T00:32:50Z 2009-11-19T20:20:45Z <p>Hi,</p> <p>I am creating a new Desktop in Windows XP/Vista and 7 using win32 API. This is more like having a secure Desktop and I don't want let any other application to be executed in that Desktop.</p> <p>Well, in Windows XP if I press strg+shift+Esc or strg+alt+ent, in the Desktop which I created, I don't see the task manger on my Desktop but instead on the Default Desktop.</p> <p>Well, that's ok, but in Windows Vista, doing the same I get the task manager in my Desktop where the user can start another application using File->New task (Run...) menu.</p> <p>Here is my question, what is the best way to prevent task manager to be displayed in the desktop which I created or even prevent starting it?</p> <p>1) using the registry key, 2) capturing the key strokes? 3) what else???</p> <p>Thanks in advance! Gohlool</p> http://stackoverflow.com/questions/1061678/change-desktop-wallpaper-using-code-in-net 2 Change desktop wallpaper using code in .NET Ortus Mallum 2009-06-30T04:08:43Z 2009-11-16T17:24:56Z <p>How can I change the desktop wallpaper using C# Code?</p> http://stackoverflow.com/questions/1734648/remote-desktop-between-a-mac-and-ubuntu 0 Remote Desktop between a mac and ubuntu Pavan 2009-11-14T15:59:17Z 2009-11-14T16:29:06Z <p>Hi i am using linux - ubuntu.</p> <p>is there any way as remote desktop connection "to mac system"</p> <p>please explain as if to a child.</p> <p>Thanks!</p> http://stackoverflow.com/questions/1733715/programmatically-take-screenshot-of-desktop-in-ruby 1 Programmatically take ScreenShot of Desktop in Ruby? viatropos 2009-11-14T08:43:19Z 2009-11-14T09:42:45Z <p>Hey there,</p> <p>I asked this question about <a href="http://stackoverflow.com/questions/1632836/how-to-programmatically-take-snapshot-of-crawled-webpages-in-ruby">taking a picture of a webpage programmatically</a>, and I've downloaded and got <a href="http://www.paulhammond.org/webkit2png/" rel="nofollow">webkit2png</a> working (taking pictures of HTML pages like blogs and whatnot). So cool, thanks for showing me that!</p> <p>Now I would like to start doing more, like being able to take pictures of Flash websites after they have loaded, and of my desktop.</p> <p>Is it possible to take pictures of Flash websites with webkit2png (considering you might have to wait a few seconds for it to load)?</p> <p>But the main question is, how do I programmatically take pictures of the desktop? That would allow me to have much more control over what's going on.</p> http://stackoverflow.com/questions/1730196/start-a-program-in-an-active-user-session-from-a-service 0 Start a program in an active user session from a service? spoon16 2009-11-13T16:08:58Z 2009-11-13T18:57:23Z <p>How can I start a program in an active user session from a running .NET background process. Basically I have a .NET application running as a service and I want that application to launch a specific windowed application on the users desktop when certain events happen.</p> <p>How can I do this?</p> <p>This question is related to this one: <a href="http://stackoverflow.com/questions/1727828/start-a-program-in-active-user-session-with-powershell-remoting">http://stackoverflow.com/questions/1727828/start-a-program-in-active-user-session-with-powershell-remoting</a></p> <p><strong>Update</strong><br> Using <code>Process.Start</code> alone will not work here since it launches the application in the current application session. It doesn't launch the application in a specific users active desktop session.</p> http://stackoverflow.com/questions/168676/recommended-books-on-desktop-application-development-using-mvc 5 Recommended books on Desktop Application development using MVC spilth 2008-10-03T20:13:13Z 2009-11-11T21:31:00Z <p>I'm looking for recommendations on books about MVC on the desktop. If they use Java, that is a bonus.</p> <p>Some background: I'm writing a desktop application in Java. It's an audio application that has a number of views and a central model called a Library with playlists, effects lists and a folder structure to organize them. In this application I'd like to have menus, context-menus and drag and drop support for various user actions. I've been struggling with how to achieve this using MVC.</p> <p>I started with all the logic/controllers in the main class but have started to separate them out into their own classes. Now I need to start using listeners and observers to handle messages between the views and the controller. This led to me creating a number of interfaces and looping through my listeners in several places to fire off various messages. But that loop code keeps getting repeated (not DRY), so I'm assuming that now I should create different types of Event classes, create those events in my views and use a single method within the view to fire it off to the various listeners.</p> <p><strong>Update:</strong> Arguabley it shouldn't matter much but I'm using SWT, not Swing.</p> http://stackoverflow.com/questions/1701426/web-based-application-with-desktop-integration-technologies 0 WEB based application with desktop integration - technologies? dominolog 2009-11-09T14:42:00Z 2009-11-09T15:56:51Z <p>This is a general question concerning technology decisions for a product development. My aim is to develop a web based remote support (desktop sharing application) with audio and video communication. </p> <p>My ideal solution would be to develop it as web product meaning that the client side always run in the browser. Client technology would be JavaScript (using <a href="http://en.wikipedia.org/wiki/Google%5FWeb%5FToolkit" rel="nofollow">Google GWT</a>) and for desktop capturing, desktop presenting, audio and video I want to use <a href="http://en.wikipedia.org/wiki/Java%5Fapplet" rel="nofollow">Java applets</a>. </p> <p>The server side runs using <a href="http://en.wikipedia.org/wiki/Java%5FServlet" rel="nofollow">Java Servlet</a> technology with a database back-end (<a href="http://en.wikipedia.org/wiki/Hibernate%5F%28Java%29" rel="nofollow">Hibernate</a> and a SQL based data source). For data streaming my plan is to use <a href="http://en.wikipedia.org/wiki/Real-time%5FTransport%5FProtocol" rel="nofollow">RTP</a>/<a href="http://en.wikipedia.org/wiki/Real%5FTime%5FStreaming%5FProtocol" rel="nofollow">RTSP</a> transport over UDP (for desktop data the internal protocol will be VNC (<a href="http://en.wikipedia.org/wiki/RFB%5Fprotocol" rel="nofollow">RFB</a>) but the transport will be RTP itself). For audio and video RTP is used for the transfer. </p> <p>My basic version (prototype) will work using a relay server meaning that the clients always connects to the server (logon, authentication, session control) and the server always relays the data between peers. </p> <p>My question is - is my technology decision correct? I mean, I decided to go pure Java because of multi-platform support. Nowadays we have <a href="http://en.wikipedia.org/wiki/Microsoft%5FSilverlight" rel="nofollow">Silverlight</a> which have more advanced desktop support, but it is limited to only one platform (Windows). </p> <p>I also fear of Java support for audio/video technologies. I have seen JMF (Java Media Foundation) which seems to have support for RTP/RTSP, audio and video capture/display but this package look very outdated. What do you think about it?</p> <p>For actual screen capture I'd start with <a href="http://en.wikipedia.org/wiki/Abstract%5FWindow%5FToolkit" rel="nofollow">AWT</a> Robot class. I know that for high performance desktop capture more low level techniques are necessary like API hooking or mirror driver, but my prototype aims to provide 1 <a href="http://en.wikipedia.org/wiki/Frame%5Frate" rel="nofollow">FPS</a> for screen capture so I believe Java Robot will make it.</p> http://stackoverflow.com/questions/1699504/c-detect-desktop-folder-mouse-up-during-a-drag-operation 0 C# Detect Desktop Folder Mouse-Up during a Drag operation ? BillW 2009-11-09T07:03:45Z 2009-11-09T11:29:30Z <p><em>&lt; I have reviewed the "related questions" shown by SO before posting this ></em></p> <p>Scenario :</p> <ol> <li><p>Drag and drop initiated from a control within a WinForm.</p> <p><em>note : all drag and drop code validated, carefully tested. I can use the code right now to create/write a file to the Desktop when the mouse is released.</em></p></li> <li><p>Drag goes outside the Form, mouse goes up over the Desktop or some "item" on the Desktop.</p></li> </ol> <p>[edit in response to comment by Groo]</p> <p>In this case the drop may go onto the desktop (where it will become a file : that case is already handled); or, the drop may go into a control of the same type (as the control from which the drag was initiated) in another application's running instance (that case is taken care of). The case that I am asking about is where the drop occurs on a desktop Folder : Groo's comments have made want to test trying to modify the DataObject type "on the fly" ... during the drag ... which I've never tried before : I have no idea if it's possible.</p> <p>[end edit ]</p> <p>I can use the api calls in this code sample [1*] to get an IntPtr ID for the mouse going up over the Desktop : the same IntPtr is returned for any Desktop item, like a Folder, a Shortcut, the Recycle Bin, etc.</p> <p>What I want is : to be able to detect when the mouse is released over a Folder on the Desktop : of course what I want to do then is to get the path of the folder the mouse went up over : so I can create the file within that folder.</p> <p>thanks, Bill</p> <p>[1*]</p> <p>"FindWindow By Jörg Bausch"</p> <p><a href="http://www.codeproject.com/KB/dialog/FindWindow.aspx?msg=3262771" rel="nofollow">http://www.codeproject.com/KB/dialog/FindWindow.aspx?msg=3262771</a></p> http://stackoverflow.com/questions/1679601/apache-ubuntu-desktop-edition-9-04 0 Apache - Ubuntu desktop edition 9.04 Ramesh 2009-11-05T10:18:55Z 2009-11-06T14:03:56Z <p>Not Found</p> <p>The requested URL / was not found on this server. Apache/2.2.11 (Ubuntu) PHP/5.2.6-3ubuntu4.2 with Suhosin-Patch Server at localhost Port 80</p> <p>Am getting this error while am accessing <a href="http://localhost/" rel="nofollow">http://localhost/</a></p> <ul> <li>Apache,phpmyadmin and mysql running fine.</li> <li>Bugzilla3 also working fine</li> </ul> <p>Need some help to change the listening port for bugzilla in this ubuntu desktop</p> <p>Please am new to linux am not that much aware about commands or configuration Please give some idea to change the listening ports and my httpd.conf file is empty.</p> <p>Thanks, Ramesh V</p> http://stackoverflow.com/questions/1683791/drawing-on-the-desktop-background-as-wallpaper-replacement-windows-c 1 Drawing on the desktop background as wallpaper replacement (Windows/C#) nardi11011 2009-11-05T21:32:59Z 2009-11-05T22:34:35Z <p>I'm trying to make an application that needs to draw on the desktop, behind the icons so it appears to replace the desktop wallpaper. I've found a few solutions to this, but most of them didn't work very well (lots of flickering). One solution <a href="http://www.angelcode.com/dev/overlay" rel="nofollow">seems to be what I'm looking for</a>, but I don't really get it. I've done mostly C# applications using either higher-level graphics libraries or just Windows Forms, and some C++ but only on non-Windows platforms.</p> <p>If anyone could "translate" it for me or provide me with an alternative solution, it would be much appreciated!</p> http://stackoverflow.com/questions/1664891/net-create-desktop-shortcut-on-installation 0 .NET - Create desktop shortcut on installation? Nate Shoffner 2009-11-03T02:30:10Z 2009-11-05T22:10:29Z <p>Is the option to create a desktop shortcut during installation only available if the application targets the .NET Framework 3.5? On one of my projects, the option is grayed out and is targeting the .NET Framework 2.0. In case your wondering, I am using Visual Studio 2008 Express Edition.</p> http://stackoverflow.com/questions/1208432/it-programming-student-in-need-of-some-help 1 IT Programming Student; In need of some help [closed] Bontarest 2009-07-30T18:26:19Z 2009-11-03T15:33:18Z <p>Going to school come this fall for programing, some of the classes that I will be taking are:</p> <p><em>-Intro Prog with JavaScript</em> </p> <p><em>-Website Development-XHTML</em> </p> <p><em>-Intro to Database</em> </p> <p><em>-SQL Database Programming</em> </p> <p><em>-Object-Oriented Design w/UML</em> </p> <p><em>-PHP Web with MySQL</em> </p> <p><em>-AJAX and JavaScript Web Dev</em> </p> <p><em>-Prof PHP Web Applications</em></p> <p><em>-iPhone development</em></p> <p><em>-Also a Internship</em></p> <p><br/> Some basic info about what I would like out of my new laptop:</p> <p>-I like to play some MMO's which don't normally need a lot of resources compared to a game like Crysis</p> <p>-I like to take laptops with me so lighter is better, but I would rather have a heavier laptop than sacrificing features </p> <p>-I like to play with code/make web sites, organize files, play around with Flash, also programs such as Maya (I always have wanted to be a animator in the movie or game industry not sure if I can draw good enough on pen and paper tho) </p> <p>-I would like to have a 17'' screen, but 13'' would be as low as I think I would want to go, not even sure if I would like it that small <br/> <hr/> I was going to get a Mac Book Pro 17'' custom config which would run around ~$3,500, this would include 3.06GHz Intel Core 2 Duo, 4GB 1066MHz DDR3 SDRAM, 256GB solid-state drive, MacBook Pro 17-inch Hi-Resolution Antiglare Widescreen Display, iWork, Apple Remote, 3 year warranty. For everything I would need like the case and external HHD it would run around ~$4,000.</p> <p>The reason I was thinking of getting a Mac (I never had one before) was for the Boot Camp feature so I could program on Windows OS/Mac OS, and maybe Linux. Also my professor had said "some of the software you'll use is PC compatible only so if you get a Mac, you'll either dual boot to Windows or run Windows as a virtual machine. There are classes that use software independent of the operating system, and others that require a Mac. It really depends upon your day-to-day use and what you prefer. Some students do get by with Macs. We have lab PCs for student use so you wouldn't be totally dependent on the Mac". I emailed him back and the only classes as of today that I know use only Macs is the iPhone/iTouch development class, which I would like to take as some point for fun but don't need it.</p> <p><br/> So I was thinking now, to save some money I could get a new desktop and laptop (Windows Based) with everything for around ~$3,000.</p> <p>For the classes that I am taking what do you guys think would be better for school, a MBP or a Windows desktop and laptop? Or even maybe a combo of a 13''-15'' MBP with a Windows desktop?</p> <p>Currently the Windows machines that I'm looking at are: </p> <p><strong>**I'm a new user here, and it told me "sorry, new users can only post a maximum of one hyperlink" so for the rest of the links just copy and paste WITHOUT the quotes**</strong></p> <p><a href="http://www.bestbuy.com/site/olspage.jsp?skuId=9382535&amp;type=product&amp;id=1218095770804" rel="nofollow">Laptop 1</a></p> <p>Laptop 2<br /> "http://www.bestbuy.com/site/olspage.jsp?skuId=9366615&amp;type=product&amp;id=1218092150740"</p> <p>Laptop 3<br /> "http://www.bestbuy.com/site/olspage.jsp?skuId=9366651&amp;type=product&amp;id=1218092150636"</p> <p>Desktop 1<br /> "http://www.bestbuy.com/site/olspage.jsp?skuId=9366642&amp;type=product&amp;id=1218092150864"</p> <p>Desktop 2<br /> "http://www.bestbuy.com/site/olspage.jsp?skuId=9387727&amp;type=product&amp;id=1218096448542" <br/> <hr/> The reason why I want to buy them from Best Buy is since I'm younger I don't have established credit yet, and they are offering 18 months interest free. So I could get better credit and a good laptop and desktop, also they seem like good systems for the money. <br/> <hr/> Basically I am wondering what you guys would recommend for me as a laptop. Also can you put down the minimum/maximum requirements I should be looking for, for what I like to do/need to do!</p> <p>If you need anymore info from me, hoping I got it all, I will get it to you as fast as a I can!</p> <p>Thanks to all to respond!</p> http://stackoverflow.com/questions/1662147/drawing-and-clearing-the-desktop-canvas-with-delphi 1 Drawing and clearing the desktop canvas with Delphi John Riche 2009-11-02T16:01:00Z 2009-11-03T08:55:34Z <p>I'm trying to draw over the whole screen by using the desktop canvas and painting to it directly. The problem is I can't clear that desktop canvas. I've tried setting the canvas.pen.style to psNotXOR and draw over the old image but unfortunately, this is not reliable enough and some left overs are still present in some conditions.</p> <p>My need is to draw a selection rectangle around a window / control when the mouse is over it.</p> http://stackoverflow.com/questions/1662724/locking-down-a-ts-account-with-group-policy-removing-the-network-folder-from-fi 0 Locking down a TS account with Group Policy - Removing the Network folder from File->Open CB 2009-11-02T17:57:07Z 2009-11-02T17:57:07Z <p>I'm trying to create a locked down TS account for Windows Server 2008. The account runs a legacy program that is not exactly friendly or configurable. In this program, the end user can go to file -> open, and then he sees the Desktop link and worse, the Network link. He can then browse the directory structure of our entire network. I can't seem to find a group policy that would let me remove this. I've tried "remove * from the desktop" GPOs, and they do not effect this window (it is the standard windows open dialog). Anybody know how to remove these options?</p> <p>I suppose that reverse engineering solutions would work, but i'm not too keen on invoking revere-engineering kung-foo unless I need to.</p> <p>Any ideas?</p>