7,713 Topics
![]() | |
Hey all I recently upgraded my old processor and motherboard to relatively newer products. Old processor: [url]http://www.cpu-world.com/CPUs/Pentium_4/Intel-Pentium%204%20515-515J%202.93%20GHz%20-%20JM80547PE0771M.html[/url] Old motherboard: [url]http://www.superwarehouse.com/Intel_Desktop_Board_D945GPM/BOXD945GPMLKR/p/1481364[/url] New processor: [url]http://www.newegg.com/Product/Product.aspx?Item=N82E16819103846[/url] New motherboard: [url]http://www.newegg.com/Product/Product.aspx?Item=N82E16813130266[/url] The operating system was Windows XP Media Center 2005 SP2. Monitor: [url]http://www.samsung.com/ae/consumer/computers-peripherals/monitors/lcd-monitor/LS19PEJSFV/XSG/index.idx?pagetype=prd_detail&tab=specification[/url] The video card I use is [url]http://www.newegg.com/Product/Product.aspx?Item=N82E16814130335[/url]. Power supply: [url]http://www.newegg.com/Product/Product.aspx?Item=N82E16817194007[/url] The card … | |
hi guys, using a for loop i want to be able to pause it, display string in text box for 60 seconds then move to the next loop,change content of the string and display it again for 60 seconds.this should go on till end of count.i am currently using a … | |
[CODE]Array ( [idx] => 1 [0] => Array ( [quantity] => 1 [product_id] => 2 [parent_id] => 2 [category_id] => 1 [description] => Adult:0; Senior:1; Child:2 ) )[/CODE] how can display "description" | |
I have a Dell D620 that is giving me fits. It displays a program I am working on and then suddenly the screen is full of stationary and multicolored vertical lines. This happened in the past but I could usually fix it by just rebooting but lately it is almost … | |
I have a laptop that has a fault with the display. It is a acer aspire 7720g and I am not sure as to the problem. It works fine with an external monitor, have tried both LCD and CTR monitors and it works fine so I am assuming the video … | |
Hey everyone! I'm new to the forum but am seeking some advice on my laptop. Just this afternoon, I came home from a week's holiday and turned on my computer. The computer sounds as though it's booting up normally, it's responsive to its power cable and makes the usual whirring … | |
Hello all, I really need some help with this problem. I am writing a program that needs to count the number of words in a string display the longest word in that string display upper and lower cases and punctuations I have everything complete except displaying the longest and shortest … | |
My job is completely virtual. I need dual monitors, with seperate dispays, for the next level in promotions. I have two of them. Yes, they are slightly different in size. I bought a graphics card; Diamond Stealth S60 RADEON 7000 - 64 MB-PCI dual monitor support. The box say 98, … | |
Hi, Am currently creating an interactive dating sms service using vb.net.but when i get to the point for user to find requested matching records,am only able to get the first 3 records. i want it to be able to move to the next 3 and the following 3 and so … | |
How can i display unique number in a matrice . For example the matrice : 16483 23870 14509 26901 And this display : Nr: 0 -> 3 1 -> 3 2 -> 2 3 -> 2 4 -> 2 5 -> 1 6 -> 1 ......... . Plesae helo me | |
Hello, I've looked all over for the solution to this problem, but they all present a similar solution to this one and they all don't work. I've created the JFrame in the constructor for the class that this method is contained in. [CODE] public void print() { JPanel panel = … | |
When changing the refresh rate in windows xp or the colour depth the monitor switches itself off for some reason & from time to time it starts to flicker even while booting. i have also recently flashed the BIOS to a newer version. Dont know if the cause of the … | |
Hello Everyone, I've been desperatly trying to teach myself C and I've come along quite nicely. I wanted to start making my own programs (not from internet tutorial/Cd Rom). I want to make a program that will display two dates that the user inputs then calculate the number of days … | |
[ATTACH=RIGHT]16979[/ATTACH]AMD’s acquisition of ATI has finally come full circle. It is officially time to say goodbye to the ATI brand. In an official announcement today, AMD reveals that they will ditch the ATI moniker in favor of their own. Market research indicates “permission”, as AMD puts it, to consolidate the … | |
Hello! How can I format a text control to show only the date in YYYY/MM/DD format using slashes? Furthermore, I would like to display a calendar icon beside it which opens an expandable calendar and sends the selected date to the text control field. This way, the user can enter … | |
Hi frnds, I need display mysql field as check box value. <?php mysql_connect("localhost","root",""); mysql_select_db("postal") or die(mysql_error()); $query = mysql_query("SELECT name FROM register"); while ($row = mysql_fetch_assoc($query)) { $tag = $row['name']; echo "<input type='checkbox' name='register[]' [U]value='$tag'[/U] />\n"; } ?> here i paste my code here. it displayed only checkboxes. not value.any … | |
hi i was wondering how to make my computer run two screens so when im in games i can look behind me aswell as infront and wen on desktop scrol my mouse all the way across so here the spec: i was told i need 2 buy a nother duall … | |
Not able to connect to internet explore. However I'm able to connect and use Firefox. What could be the problem? Getting error "Internet Explorer cannot display the webpage. Trying to access "www.yahoo.com" Any suggestions are welcome. OS XP. TWOALLEN | |
im a beginner in vb.net.im developing for myproject in windows application.my ques:how can i display data in textbox from choosen dropdown menu?user choose a item in combobox,then after click a button the meaning of data appear in textbox..i need some help..tq in advance | |
Hey, I'm trying to make a way for the user to click a link in an email agent and the submit button (previously hidden by css) and it then becomes unhidden. [code=javascript] function showSubmit() { var submit = document.getElementsByName("submit"); if (submit.style.display=="none"){ submit.style.display="inline"; } } [/code] Then the html: [code=html] Click … | |
Hey people. What I'm trying to do is get a String input from the user. And then displaying that string. I have no idea how to do it. I have most of the code figured out except that one part. Any help will be greatly appreciated! Thanks!! (By the way … | |
Hi everyone, I'm probally not computer savy enough or know a lot about the workings of computers to be on this website, but I cannot find anything online that seems to be able to help me, We have Windows 7 and have been using 2 monitors for quite a while. … | |
Hello all Experts, I have following Code to get Image from dataBase and Show it in the Gridview Control on my web page but I am succeded to get data but when I bound the DataSet with GridView it doesnot show me Image. You can View error on Attached Image. … | |
Hey, I'm trying to find any tutorial on taking user inputted text and displaying, on that page or another. I know how to upload a file, or provide that service to the user so I figured it might be similar, but I couldn't find any help on this scanning google. … | |
I am wondering if anyone knows of a way to post information about the database on the site. What I am looking for is the php code to display the information below. For example: 1) This 'tableXX' in 'databaseXX' has XXX rows. 2) This 'tableXX' was last updated on 'DATE' … | |
hey pls suugest me code that can display advertisements using php source code. its urgent | |
I own a HP desk top Athlon II 4 quad with nivida 9100 with cuda & Windows7.When I play online games only get 14-17 fps, alot lag also.Is there a way and does this setup support better performance then that? | |
Every August, the Institute of Electrical and Electronics Engineers (IEEE) holds a two-day symposium known as Hot Chips on the campus of Stanford University. If you've ever walked around the Stanford campus in August, you'd know how appropriate that term is. It's a gathering of some very smart people with … | |
Ive just recently bought the Nividia FX5500 128mb my PC spec is 2200+ AMD Athlon 512DDR 2100 300w PSU Asrock k78XE I had a Geforce FX5200 128mb. I took that one out and replaced it with the FX5500. I booted up the PC loaded k installed drivers and then that … | |
Hi, don't know what's wrong, when i try to dispay an array, nothing is displayed. [CODE] // class.php class Connection{ var $arr=array(); function getData($username){ $q="select comment_id from comments where user='$username'"; $result=$this->conn->query($upit); $n=$result->num_rows; for($i=0; $i<n; $i++){ $this->arr[$I]=$result->fetch_array[MYSQLI_ASSOC]; // I've also tried $this->arr[] (with no index) but the same thing } return … | |
Is my HP Pavilion dv5 Entertainment PC compatible with ATI Mobility Radeon HD 5870 Crossfire? Sorry.. Title Wouldn't Fit In The Title Box.. hi, had my laptop a couple of years.. its been through good and bad.. and i'm looking to give it a little something to help it keep … | |
So I'm trying to get 3 DIVs to line up as columns horizontally. I've got it to work in some browsers but not all. It's supposed to look like [IMG]http://www.cake-spoon.com/wp-content/uploads/2010/08/Screen-shot-2010-08-25-at-11.46.10.png[/IMG] However in some browsers it looks like [IMG]http://www.cake-spoon.com/wp-content/uploads/2010/08/Screen-shot-2010-08-25-at-11.46.30.png[/IMG] The code I'm using (Stripped of all the crap) is [code=html] <div … | |
I want to display all e-mail addresses from my database in a TextBox. The reason I want to use a TextBox is that I want them in a single row, separated by "; " and that's not possible in a ListBox (right?) which I was using from the beginning. So … | |
Hello everyone, I'm trying to develop a program which read from a text file data. Then display one data line per time with 2 sec delay in an lcd which is connected throught the internet. I get a run time error'424' here myFile = File.ReadAllLines("c:\account.txt") '//load file. [CODE] Dim LineNumber … | |
I have finished editing the program but I still have a couple of errors that I can't figure out, please help Errors: Error 1 error C2601: 'split' : local function definitions are illegal \\ilabss\home$\D03279277\Documents\Visual Studio 2005\Projects\err\err\err.cpp 97 Error 2 fatal error C1075: end of file found before the left brace … | |
![]() | Hey all, I have an LCD monitor that is just over a year old and has recently started to exhibit some pixel errors. I have 2x 2-pixel wide vertical lines (1 red, 1 blue), 1x 1-pixel wide vertical line (green), and 2x 1-centimeter wide vertical areas that show these errors. … |
Hi i have a simple question i was wondering how to display the existing data in C# objects like Textbox, combobox or labels. At the moment a sql database file, one of the tables data is currently displayed in the datagridview control just fine. But what i would like to … | |
Nvidia has recently admitted that there is a problem with their Nvidia GeForce 8M Series. Symptoms include either not being able to display anything, or having colored lines across the screen. [url]http://www.consumeraffairs.com/news04/2008/08/nvidia.html[/url] | |
I have this pink horizontal line that keeps appearing across my display when logged in my computer, starting up, and even when shutting down. I was playing a computer game(in full screen) and when my computer went into sleep mode the game froze. So, when I force quit out of … | |
Hi i have this problem with my computer oneday i was plang a game called roblox my system crashed.:-O when i restarted my system it had these blue vertical lines when i shore the boot-up screen it stay for about 3 seconds i noticed i had green vertical lines now … | |
I have purchased a new laptop, Acer Aspire 5738z a year ago. Since the second month of using it, I wondered why the maximum Graphics Memory in Use is 128 MB... Am I misunderstanding what "up to 1244mb Mobile Intel GMA 4500m" means? Thanks in advance... [QUOTE] Intel(R) Graphics Media … | |
My Dell monitor contrast & brightness display boxes alternate appearing nearly all the time, at first just sitting at 100%. Now the percentage varies up to 100% and down to 0%, making the monitor completely dark and useable. The buttons on the front of the monitor affect nothing. This problem … | |
![]() | Hi All. I am trying to display images using the while loop but I want the pictures to be displayed like this. [ATTACH]16585[/ATTACH] The only thing is, I don't know how to do it. Any help would be much appreciated. Thank you in advance Cameron |
Hello, everyone. I have a small program, and i want that program to show how much RAM the whole system is using, and i want it to show how much R.A.M my program is using, any ideas on how to do that? is it hard? | |
Hello, I just recently got given two monitors from the same guy; 1) HP Pavilion f1703 2) Belnea 1935 S1W Both use the standard VGA output but use different power cables - (although I'm sure thats not the problem), when I connect them to a computer both receive inout from … | |
Hi all im doing a project on bed ordering system. There i'm using some text boxes to display the selected bed item's description ( like manufacturer, size of bed & price of bed). When the user input the value for the quantity text box & click on the add button; … | |
My monitor displays so dark that I most can't see anything .when i play CS,I can't see the one in dark corner.Can anyone help me? | |
Hello I wonder why my laptop does not recognize its LCD screen, ie on Windows, for example, only I get the external display that I have connected. I put a little situation. -An external monitor works. Therefore, the integrated graphics card on the motherboard works. "The bios works (from an … |
The End.