7,713 Topics
![]() | |
DELL inspiron 8200 - displayNVIDIA GeForce4 440 GO I was installing microsoft office 2007, after the system rebooted, thescreen whent black, the laptop is runing, i can turn on and off capslock, you can see some light on the screen, a connected a externalmonitor, but does not work, i managed … | |
I'm stumped. After 18 months of rock solid stability. My display started flickering and buzzing a couple months ago. More specifically, I am seeing horizontal light colored lines flickering like an old TV. If I left the computer on, as I normally do, I would eventually lose the signal to … | |
Part of the assignment I'm working on is to display random letters between my good letters to encode text. Right now I can make it display random numbers. How can I change this to out put random letters? [CODE] #include <iostream> #include <fstream> #include <ctype.h> #include <ctime> #include <cstdlib> #include … | |
Hello, I am posting because my sony vaio screen is not working. i believe it is an SR and i ordered it about august of 2008. when i turn the computer on, the screen goes white, and then, slowly, vertical very skinny lines start to appear in different colors, but … | |
I tried an install of netbsd 5.0 on an acer veriton m261,intel celeron 430/1.8ghz,chipset sis672,ddr2 sdram 512Mb. The dmesg text scrolls to the point where it displays the drive types then gets fuzzy and unclear with vertical green and white lines. What am I doing wrong? | |
hello, when user slect an item from combobox, then its corresponding data should be displayed in the textboxes and labels placed on the form. like if i select a rollno then the name, address, age should appear on the form. kindly, let me know the code for this. Thanks in … | |
on my laptop the screen is visible but very dark. its not the brightness settings, so i imagine perhaps the bulb has gone but would love someone cleverer than me to confirm this, or suggest what i should do next. funny thing is that when you turn the laptop on, … | |
i am having trouble displaying my database table...i am new to php and mysql (just started last week)... this is the code iam using: [CODE]<?php //connect mysql_connect("","","") or die(mysql_error()); mysql_select_db("") or die(mysql_error()); //query the db $getnews = mysql_query("SELECT * FROM shows ORDER BY id DESC") or die(mysql_error()); while ($row = … | |
Hi, I am kind of stuck on how to display numbers between an inputted number and a specifed number, for example 10 and 5, how would I go about doing this? can anyone help me please? | |
I have the program written but I'm getting a 0 instead of the age I entered. [CODE]#include <iostream> using namespace std;; //function prototype void getAge(int); int main() { //declare variable int age = 0; //call function to get the age getAge(age); //display the age cout << "You are " << … | |
Basically: 2005 Dell Inspiron 6000 laptop. Works fine, but the monitor suddenly stopped coming on while booting a few weeks ago. After tinkering with the Power Save modes, I was able to get it back up and running. Few weeks later: monitor comes on when initially booting, but shuts off … | |
does anybody have the best settings for this model samsung ln40b500p3f | |
i need all the 24 timezones and i have to display them all. how do i display the date and time in all 24 timezones? im using time() to put the time into the mysql database now i need to use date() to display the date and time in all … | |
All I need is a frame, and a panel. On the panel I have to display 3 pictures 1 at a time, separated by a pause of custom length. I need the panel to be 773x632 pixels for my png image. What I need is the function for displaying an … | |
I have a old desktop computer that I want to fire up and get the specs off of so that I can sell it. I do not have a monitor at home. I only have my laptop. So, my question is: Can I someway connect the old computer to the … | |
Hello, DaniWeb, I am writing a C++ program that would output all folders/files including the hidden ones in a directory. I ask the user for dir address, and I use the following instructions to execute the job: [CODE] string cmd; string dirAddr; cin >> dirAddr; cmd.insert(0, "dir /ah "); cmd.insert(cmd.size(), … | |
I just got my whole system built and at startup i get 3 beeps (ram problems) This is my first socket 775 build with ALL new equipment No display on monitor 3 Short beeps Swaped the 2 Dimm's in each channel Specs.. •Intel D955XBK motherboard (ami bios) •Intel Pentium D … | |
I want to try to create a section on my website, where someone can type a word into a text box, this will then be displayed on the same page, under the box, in a font that is chosen by the user by selecting a text box next to the … | |
Hai I have some html files and i would like to display them in a random manner using the php. can any one help me out..I have been trying this one.. but it is not working.. [CODE]<?php $dir="./clock/"; $nimg="10"; $itype="html"; $rnumb=rand(1,$nimg); echo "<a href=".$dir."clock".$rnumb.".".$itype."></a>"; ?> [/CODE] | |
I've been studying VC++ for about 2 months, and I was working on my first game from a book (Game Programming All In One) The game is 'Craps', it's a dice game. Anyways, I've had a few prolems with the codeing, can someone help me? (Windows 32 Console) Here is … | |
looking for an experienced team to help us with enhance our our concept in the edutainment line. We are interested buying interactive screens - hardware and software, kiosks computers etc. Our intention was to have an interactive screen where kids can answer questions which are science or general knowledge based. … | |
I have a toolbar and various buttons in. There is always a dashed line displyad along the borders on last button clicked. Aslo there are some sliders in my panel. When I try to adjust the value of a slider it also has a dashed border. This border is only … | |
Dear friend, Very recently I have connected my Samsung SyncMaster 940NW to Gadmei external tv tuner card and everything was ok except bad picture for low signal quality. Then I connected set top box to it and it improved the picture quality but at the same time horizontal bars of … | |
hi.. im retriving some data from a database to a dataset...i want to show the data in a gridview..but my problem is, i want data to be shown in last to first format. i mean, if the dataset contains, A as first record & z as last record, then the … | |
hi, Please could you help me with displaying the png image file I am saving. I want it to display just after it is saved so within the same function onPLOT [CODE]import wx import cx_Oracle import datetime import wx.grid import csv import numpy as np import matplotlib.pyplot as plt import … | |
My colors are becoming more pink/violet ? Does anyone know what is the problem? I tried to make a screenshot but on other displays the colors are as they should be. I tried moving the wires here and there but the same things remains. I have a samsung 940NW, Geforce … | |
First thing i should be able to access the contents of the aspx webpage ex : [url]http://abcd.com/homepage.aspx[/url] In that web page i should be able to display the name localuser . I heard that using vb6 we can access the HTML contents of a page If yes, then i should … | |
I am developing a small web site. I have a login Page (login_form.php) from where user has to select there user type from dropdown box values are "Administrator", "Store Keeper", "User". When user select "User" option from list in onchange event I am opening one popup window (depart.php) from which … | |
my assignment is to retrieve data from a txt file and output how many tests were input, average of all the tests, and then list the letter grade beside each text what i have so far: [CODE] private StreamReader strRead; public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs … | |
Hello Guys. I need a help here. I am doing a system using Java with GUI. SO im curious how to add a value that i have extracted from a JTextField and display it as a List in the Jlist. Here is my coding [CODE] //function for collecting data from … | |
I have just bought the new Call of duty advance warfare game for PC. Damn thing loads but subtitles are pixilated. I have a Radeon X1300 card fitted in my Dell machine, motherboard 0wg864. 2.4 gb Intel core2 duo processor. Would the purchase of an upgraded graphic card help. if … | |
hi frnds... i m using front end page is in HTML(contactus.html)... back end is in PHP page(contact_action.php).... here i m trying to send mail to admin from user...After successfull completion of mail sending , the user gets a Message.,..(like..messgae successfully send..).. below is my code...can any body change plz... [CODE]if … | |
hi please tell me a solution for a problem in my pc when i start my pc, my monitor is simply blinking and keyboard is not working what is the problem | |
Hi ok so I'm getting the Blue Screen message *** STOP: 0x0000007E (0xc0000005, 0xF77CA3C0, 0xF7C6A528, 0XF7C6A224) *** atapi.sys - Address F77CA3CO base at F77B4000, DateStamp 41107b4d so i tried to run in Safe Mode but went back to the blue screen. so I ran the XP Boot Disk, and had … | |
Hello, my first post. My desktop monitor is displaying "no signal input". My desktop computer sounds like its running but i have no image on the monitor except that message, plus the power light is showing orange instead of green. I unplugged the monitor and connected it to my HP … | |
hi all, i want to display some data in dropdown from database using java.please send the code | |
I am developing a Tic-Tac-Toe game which can be played between two players who are on two different machines. When the first player comes to the Welcome page he will redirected to a Waiting Page when he clicks on the 'Start' button. When the second player comes to the Welcome … | |
mysql_connect("localhost", "root", "") or die(mysql_error()); mysql_select_db("test") or die(mysql_error()); $root = 1; function display_tree($root) { // retrieve the left and right value of the $root node $result = mysql_query('SELECT lft, rgt FROM tree '. 'WHERE name="'.$root.'";'); $row = mysql_fetch_array($result); // start with an empty $right stack $right = array(); // now, … | |
Hi guys, I have created a site where users can upload videos(mp4) and images(jpg & gif). The upload script sends the uploaded file to a folder on a remote server, and the filepath is stored in MYSQL. Can any one tell how i go about playing the stored videos or … | |
I have to display image on jsp page with some text output. This image is already saved at a location parallel to web-inf and is generated dynamically using a servlet. I have used img tag html to display the image. Other outputs are taking their values from database. First problem … | |
how to display this output ? ********** ********* ******** ******* ****** ***** **** *** ** * ** *** **** ***** ****** ******* ******** ********* ********** thank you... | |
Hello Guys, How can i display the content of MS Word document to my ASP page? How can i upload ms word document? How can i download ms word document from the page? Hope somebody would respond. regards, AV | |
how to display this using for loop ? ***** ***** ***** * * ***** * * ***** ***** thank you for helping. | |
#include <iostream> using namespace std; int main () { int a,b; for (a=1; a<=10; a++) { for (b=1; b<=10-a; b++) cout<<"*"; for(b=10; b<=a; b++) { for (b=1; b<=a; b++) cout<<"*"; } cout<<endl; } system("pause"); } | |
I am making this program that will take a positive integer and turn it into this Ex: Enter a positive integer: 245 2 4 5 I am wondering if I am doing this right. I know there might be some parse errors. but all I am concerned with, if is … | |
Hi all, Please I'm a newbie in PHP and MySQL, I have results from a GROUP BY (grouped by col2) query in the format. col1 | col2 ----------- a1 | a a2 | a a3 | a a4 | a b1 | b b2 | b b3 | b I … | |
how do i display something like this using for loop? 0 2 4 6 8 10 12 14 18 24 26 28 30 32 thank you for helping... | |
![]() | Hi guys, I just got myself a Philips 20" TV Monitor(20PFL4122/98), but its resolution is too less(640X480). I have Windows 7 and everything comes really big! Is there any way I can increase the resolution?? I have a nvidia 7100GS graphic card. |
Hi, I have a Fujitsu-Siemens Amilo M1437G series Laptop and a few days ago while lying in bed my wife hit her head o the side of the laptop, near the graphics card. Since then, my sceen continues to go black after/during loading up. Also, when it does load up … | |
Hi, I commented every method of my source code using javadoc tags. But I noticed the private methods/variables do not show up in the api documentation. If I change the access modifier to public then they show up. I was wondering how to make them visible (without declaring them as … |
The End.