316 Posted Topics
Hello, anyone can pls help with using Powercfg in Windows to list and populate a dropdown list, and use the items in that list to manage windows 7 power plans from a simple c# app? | |
Hello, anyone can suggest some tried apps which have reminders and/or to-do options available to use with Windows 7 64 bit? | |
Hello, pls be soft with me on this topic since am just learning C# as a programming language :) I need to implement a small app with a "scheduler" capability, but so far from google I've just got this link which seems relevant but since my level is still very … | |
Hello, anyone can help me with creating a map similar to the one shown on this link: http://www.leboncoin.fr/ Any tool or tutorial on how to do this? For example clicking on a specific region loads a corresponding web page for it | |
Re: I would suggest you use HTTrack website copier, very easy to use and available on the link below: http://www.httrack.com/ | |
Hello, I recently activated the hibernate option on my computer, but found out that the Hiberfil.sys file takes around 2-3GB of space on the hard-disk. Why is that so? | |
Re: HJSplit will obviously not work with the .avi extension only, you will have to rename the files back to .avi.001 .avi.002 etc, only then HJSplit will be able to join them back | |
Hello, anyone can help me with how to build a simple user registration form using Rails from scratch, with the fields Login Name, Name, Address and Password (encrypted)? I will be using MySQL to host the database. I've already created the new project using: rails new reg_form, now what next?? | |
Hi, I need some help with building a search form (my first time with coding a search), and I need to make it work similar to the one on this link: http://www.lexpressproperty.com/en/buyinmauritius.html Anyone can help me with finding tutorials/examples on how to do this? | |
Hello, I know CMS like Drupal, Joomla, Wordpress and others offer many templates, and I want to know whether it is possible to build a template which could be used on Drupal, yet at the same time on the others, thus making it CMS independent? Any tutorials/links on this if … | |
Hello, am looking for a tool which can help me render a static website quickly so as to show the clients a quick prototype of how their website would look, and the tool must be able to generate the html codes and store them, as well as provide the design … | |
Hello I was having the look at the source code of a webform, and wanted to know where/who is receiving this form. Any way of knowing this? <form action="/contact.php" method="post" name="form1" id="form1" style="margin:0px; width:200px; color:#000;"> <p>First Name * <input type='text' value='' size='50' maxlength='50' name='name' class='txtarea required'/> </p> <p>Your e-mail * … | |
Re: I use drupal myself, at first it is a little tricky to setup the multilanguage, but afterwards you get hold of it. I would suggest you have a look at the following 2 links in addition to your video: 1. http://drupal-translation.com/content/setup-multilingual-site 2. http://reyero.net/en/drupal/drupal7_i18n_beta1_overview | |
Hello, am currently facing an issue with my computer. As soon as I switch on, my fans (CPU and Chassis) go into "overdrive", and there is no hard disk light except that it lights up for about 1 second and then goes blank. My power light remains on thou, but … | |
Hello, anyone can help me with the conversion of single quotes in a string to double quotes? Am new to Ruby programming and still learning around on how to use it properly. I have an example in Delphi, which I want to make compatible with Ruby: function ReplaceSingleQuote(AText: String): String; … | |
Re: As the name suggests it is still not yet the final version, so I would suggest also a VM environment to deploy it for test purposes | |
Re: check in task manager under the Processes tab, if you have vmware.exe*32, vmware-tray.exe*32 and any other vmware related processes running, you need to close them first before uninstalling. If still not able to uninstall, then try a tool like revo uninstaller or IObit uninstaller to see what happens. Usually thou, … | |
hello, is there currently a tool which can convert C# codes to Java (for example to be used in NetBeans)? | |
Hello, am currently troubleshooting a PC running XP SP3 Pro, and found that in the the taskmanager, under Processes tab there are 2 explorer.exe running. Anyone knows why? Virus scan and scan with Malwarebytes returned nothing, just in case... | |
Hello, anyone can suggest a free software (or paid) which could help me monitor the power usage on my computer system, like how much power is being used by the CPU, GPU, motherboard etc? | |
Hello, first apologies if I posted in the wrong forum, but am looking for some tools (free or paid), which could be use to help teams share ideas/documents and have discussions over a LAN using the web browser. Anyone who has used such tools can help me? Am currently having … | |
Re: like Hearth said, use WAMP it easily installs itself on Windows systems for PHP programming and running of websites, else if you are using ASP then IIS is recommended (in-built in Windows, need to be enabled thou). Else, you can use a LAMP virtual machine to do the hosting (it … | |
Re: have a look at this link http://www.sfgate.com/cgi-bin/article.cgi?f=/g/a/2012/05/07/prweb9480411.DTL | |
Hello, anyone can tell me how I can fix the "Login timed out after 60 seconds" error, when the system is not even taking 60 seconds, since as soon as it loads, it gives this error when am trying to enter my login details. I have access to the system's … | |
Hello, anyone can suggest a free tool which can be used to store sample codes obtained from the net or other places as well as texts for easy access on a Win 7 PC? | |
Re: download a trial of tuneup utilities 2012, it has the option to fix wrong icons being displayed (hopefully in the trial version, else need to buy a license) ![]() | |
Hello, I would like to know how to get Google Search to display my website results when searched similar to the image shown (so as I also get the texts shown in the red-bordered box below)  | |
Hello, I've created a flash movie which loads texts from a textfile into a dynamic textbox to be displayed. However, in my text I have a "%" sign, which is not being rendered when am loading the text in the flash. Anyone knows how to make this show up? Am … | |
Hello, I have a Ubuntu 10.04 server running on a VM on Windows XP, and would like to sync the VM's date/time with the XP one. How can I do this? I tried with the date -s command in the console, but after some time the date/time on the VM … | |
Re: try the link above or this one, should work for 7 as well: [Automatic Login Windows Account](http://www.velikan.net/automatic-login-windows-account/) | |
Re: have a look at this tool: http://www.askvg.com/oem-configurer-utility-to-add-customized-strings-oem-information-in-system-properties-dialog-box-of-windows-xp-vista-and-7/ | |
Re: If you have a spare hard disk, try to install windows on that and see if you get the same problem again. If so then it could be the Motherboard as well (had that with an old one for the random restarts), else if your computer works on fine, then … | |
hello, am currently working on a code written by an ex-colleague, which was in asp and now converted to php. I want to add the value held by a dynamic text box to the mail () function of my code: [CODE]"Email: " . $_POST['Email'] . "\n\n"[/CODE] [CODE]mail("email1@email.com, email2@email.com", $subject, $message, … | |
Re: can u be clearer with the encountered problem | |
Hello, I need advise on the software to use to write a mini program which can be used to monitor the CPU temperature of a computer. The program to be written will also need to control the fan speed whenever needed. Which among the following can be used to interact … | |
Re: I would suggest Drupal with the Galleria module, very easy way to add and display photos as slideshow, else Wordpress, or these specialised CMS for photo hosting: [url]http://www.zenphoto.org/[/url] [url]http://www.gallerycms.com/[/url] | |
Re: If I've got the correct game, [url]http://grandchase.gamerage.com[/url], the minimum specs concerning RAM and Graphics are as follows for an XP machine: RAM: 512MB Graphics: GeForce 6000 series (which should be around 256MB memory) Unless you give us your exact specs, we'll not be able to help you further. Moreover, just … | |
Hello, I've started getting this message on a XP computer whenever I logged in, and moreover it has began to restart by itself at some point in time: WINDOWS CANNOT LOAD THE USER'S PROFILE BUT HAS LOGGED ON WITH THE DEFAULT PROFILE FOR THE SYSTEM DETAIL- THE SYSTEN CANNOT FIND … | |
Re: I believe for the images you need to make them available on the other machine as well, by saving them in the same path as on your local machine, else use a server to host the images and use that url instead to access them. Can you specify which tool … | |
Re: Once you have published the article, go to article manager, and make the page a featured one, this should do the trick. To make it featured, just click on the icon in the Featured column, on the same row of your article. You can also unset the default featured page, … | |
Hello, am planning to install windows 7 on a PC, however, the monitor in use with it has max resolution 1024*768. Will windows 7 work on such low resolution? | |
Hello, am looking for a freeware tool with a good GUI which could be deployed on a LAN to help me keep track of the hard disk spaces on other PCs on the LAN, as well as if possible send alerts by e-mails if some predefined configuration is met at … | |
Re: I would recommend Win7, boots faster and if you are a gamer, many new games require win 7 to run, as there is some directx incompatibility with XP these days it seems, well I've read for NFS The Run there is an issue about this, and another game which I … | |
Re: I would recommend to change from vista to windows 7, unless as recommended to do a recovery or system restore and it works out | |
Re: Chrome and Firefox for me at any time :) I would suggest CDBurnerXP as the burning tool, else Ashampoo Burning Studio 6 (which is free only for this version), and SlySoft Virtual CloneDrive for "images" files like ISO For antivirus and firewall: Comodo Internet security (free version) or if separate, … | |
Hello I've installed phpmyadmin using the command apt-get install phpmyadmin, however am unable to open its login page in my web-browser when I type [url]http://localhost/phpmyadmin[/url] Installation was done properly and I can view the MySQL server from the webmin page. Error is: Not Found The requested URL /phpmyadmin was not … | |
Re: I believe when you scanned the document you saved as image (jpg, jpeg or png) format. unfortunately, thou I know about free tools like PDF Creator and PrimoPDF, I doubt whether they can merge separate docs into one, honestly I never tried with them, but I know with NitroPDF Professional … | |
Re: TightVNC, teamviewer or LogMeIn should be good enough | |
Re: why not use the other computer via RDP or other remote access to start your conversion? Do you want to use both PCs to convert only 1 single file at a time? If so then I guess it is almost impossible to do so, else you'll be wasting your processing … | |
Re: From the Dell support page: 8 beeps Video memory read/write error. Missing or faulty video adapter. [url]http://support.dell.com/support/edocs/dta/_hannbl/00000343.htm[/url] If you want to test the card on any PC, it should work as soon as you plug it in and switch on, of course provided it is still in working condition, even … |
The End.