7,713 Topics

Member Avatar for
Member Avatar for javaAddict

Hi everybody. I have a problem and I need some suggestions. A few weeks ago, my monitor suddenly turned off on its own. Then I shut down my computer and switched it on again, and after 5 minutes the monitor turned off again. This happened several times in a row. …

Member Avatar for Suspishio
0
145
Member Avatar for virtualmisc

I changed the resolution of my desktop without installing the driver for vga display. When i restarted the windows xp loading image is shown. Then the screen turns black and nothing else. I can still access my computer from my network. Someone please help.

Member Avatar for Suspishio
0
103
Member Avatar for peter_budo

Here is simple example of static image to be displayed as logo on the start-up/splash screen. This can be improved by creating animation out of series of images or use of flash file through [URL="http://developer.sonyericsson.com/site/global/newsandevents/latestnews/newsapr08/p_project_capuchin_announcement.jsp"]Project Capuchin[/URL] library. As for location of image file this was placed in new folder called …

6
701
Member Avatar for nope3d

...Can anybody knows how can I put a table on what type of Package type (overnight and two day package) in my program.. Since I have been troubled on how I would like to display my added data to an array and if I have choose a certain package type …

Member Avatar for javaAddict
0
133
Member Avatar for xandermedia

Hello, I just recently bought a new mobo, cpu, ram, and power supply. I installed them into my old compac box and started it; when i hit the power button the fan turns on, the leds light up and i can hear the drives going, but i get no display …

Member Avatar for caperjack
0
502
Member Avatar for nschessnerd

I am having issues with my graphics on my laptop and pc (less so on my laptop) on my pc my mouse turns into a line... like it looks like 10 mouses ontop of eachother only its just the tip... to fix it i have to shake my mouse a …

Member Avatar for nschessnerd
0
104
Member Avatar for jgoffe

I have read a few related threads and nothing hits my problem right on the head. My wife spilled a few drops of soda on her Dell laptop LED screen. Soon after, the screen went black, but you can faintly see images. When I plug into external monitor, it works …

Member Avatar for Suspishio
0
180
Member Avatar for iamjin01
Member Avatar for liadmz

Hi All, I'm trying to find a way to display a table to the user using mySQL DB. [better then the DataGrid View] The table should have options to merge cells for related items and to embed buttons in the cells. Thanks for your help.

Member Avatar for liadmz
0
227
Member Avatar for jrosh

I pluged seperate VGA to my IBM PC. Now I want to remove it and take the video out from onboard VGA. But when I plug the monitor cable in to onboard VGA port monitor show nothing.... How can i solve this??? Thnkx in advance..

Member Avatar for Suspishio
0
70
Member Avatar for Esther01

I am making a page from a template. This is my first try at it. The page first displayed correctly in FF, but would not work in IE, then I made some changes (not even sure really what I did) But now the page [B]only[/B] displays in IE & Chrome …

Member Avatar for cfajohnson
0
135
Member Avatar for Gatayo

JSlider program to display one out of a possible 10 pictures in the window. You should be able to choose the picture by position tick on the Slide bar

Member Avatar for JamesCherrill
-1
64
Member Avatar for papagaiyo

I have a Dell Dimension 4500 and I recently bought a new video card. a GeForce 5200 256MB. It started and loaded windows but would not operate. Now I cannot get the monitor to turn on. Even if I put the old card back in. Anything I can do to …

Member Avatar for lukethedrifter
0
120
Member Avatar for virtualmisc

I lost my driver cd. How do i find which is my driver? The display ic says ATI and nothing else... i tried many softwares which detects and install drivers but none worked.

Member Avatar for jmaat7
0
62
Member Avatar for Hesper95

I have 9 columns of lines across the monitor screen. The lines are approx. 7/8 inch wide and are in vertical groups of 5-6 at bottom and 2-3 at top of screen at startup. When I scroll, the bottom set of lines form columns from bottom to top of screen. …

Member Avatar for Rik_
0
156
Member Avatar for sfrider0

I'm pretty new to opengl but been using c++ for a while now. How can I display variables using this? I can display single characters by using [code] glutStrokeCharacter(GLUT_STROKE_MONO_ROMAN,'0'); [/code] Why can I not use [code] int x = 0; glutStrokeCharacter(GLUT_STROKE_MONO_ROMAN,x); [/code] Compiles but won't display anything.

Member Avatar for sfrider0
0
161
Member Avatar for bugatha1

I recently moved from JDK1.3 to JDK1.5 and find that the display of parameter listings in javadoc output is now hard to read. The lines are too close together. I think this has to do with the fact that the doctype at the top of each HTML page has changed …

0
118
Member Avatar for pcmaximum

I am 99% sure this is video adapter related but i wanted to post here just to get a little input from the community. Dell e1705 uses ATI 1400 Mobility module/adapter the video will come up on the LCD occasionally hitting the FUNC crt/lcd with an external vga monitor attached, …

Member Avatar for Suspishio
0
185
Member Avatar for markrezak

[CODE]ok ok i got it now right i copy it to vector and sort it..... here is the code #include <iostream> #include <fstream> #include <algorithm> #include <string> #include <map> #include <vector> using namespace std; typedef map<string,int> word_count_list; struct val_lessthan : binary_function < pair<string,int>, pair<string,int>, bool > { bool operator() (const …

Member Avatar for markrezak
0
273
Member Avatar for Xlphos

Hello I wonder if anyone can Identify my problem. I left my PC on for about 20 mins and when I came back there was a black screen with a few discoloured pixels left. I rebooted and now nothing comes up at all. My computer starts up and there are …

Member Avatar for Xlphos
-1
183
Member Avatar for ROTC89

ok so i am suppose to write a program that displays binary and hexadecimal as so 0000 1010 A, but some of my code shows 1C and i dont know how to fix it. please help [code=c++] /* */ #include<iostream> using namespace std; int main() { int arr[8]; char p …

Member Avatar for sandeepss6s
0
127
Member Avatar for markrezak

ok ok i got it now right i copy it to vector and sort it..... here is the code #include <iostream> #include <fstream> #include <algorithm> #include <string> #include <map> #include <vector> using namespace std; typedef map<string,int> word_count_list; struct val_lessthan : binary_function < pair<string,int>, pair<string,int>, bool > { bool operator() (const …

Member Avatar for William Hemsworth
0
178
Member Avatar for rahulsaigal

hello , i have the following accessdatabase access database name = surya table name = collection field 1=id field 2=date field 3=customer field 4= amount i want an asp code were i will input from date to date to search the table collection and to display all records in between …

Member Avatar for timothybard
0
127
Member Avatar for laghaterohan

hey folks, i have a button named btnnext and a picturebox pbox . On the click of the next button i want that picturebox should display image one by one on the next button click.. how to do this ?? pl give me idea...plz....

Member Avatar for laghaterohan
0
472
Member Avatar for serkan sendur
Member Avatar for emint

Hi all how can i display data in data grid after reading txt file using vb.net. i got no problem in reading txt file. i just want to know how to display those data into data grid. if any can help that will be gr8. thx

Member Avatar for TomW
0
68
Member Avatar for ian76

Hi I have a HP laptop NX6310, when I turn the laptop on the screen stays off but the rest of the PC turns on i.e. the power light, harddrive light and the charge light. If I leave the laptop turned off over night and turn the machine on it …

0
43
Member Avatar for doomfrawen

Hi guys!! I've to make a program that reads an arithmetical sentence from a textbox, e.g 12.3*34+4*5-3 and then on another textbox identify and display what is the content of the first textbox, for example taking the last ex: If I have this input: 12.3*34+4*5-3 The output should look like …

Member Avatar for doomfrawen
0
211
Member Avatar for Johnny909

Hello, I'm new here. I have a large Dell Monitor that came with my computer 6-7 years ago, and it has been a nearly trouble free system. About 3 hours ago the monitor, CRT, switched to a blue tint. Where there are words on the screen, there is a dim …

Member Avatar for Suspishio
0
104
Member Avatar for rosa623

About 2 hours ago my computer monitor started to flicker horizontally, at first only the bottom half and is now moving up. I tried to upgrade device drivers for both the monitor and video card but no success and I also tried to do a system restore in case it …

Member Avatar for Suspishio
0
92
Member Avatar for deadmancoder

i have a form.. i validated it.. if the form has an empty field, instead of popping up an alert box, i need to display a message that goes off say after 5 seconds.. any idea of how to do it?

Member Avatar for digital-ether
0
410
Member Avatar for braddah

I have the answer for the Dell 3000. Amazon has nvidia 8400gs. BFG Or EVGA makes them. I have a dell 3000 you can play Cod4, AA3, UT3, but you need to upgrade to at least 1 gig of memory. If not you probably bog down. No power supply upgrade …

Member Avatar for Suspishio
0
43
Member Avatar for StrikeFreedom

hi I'm trying to find a way to create a dynamic form from mysql database and update multiple rows from it. For example let's say I have a database with email and the owner's name. How do I build the script to make php grab the data from the db …

Member Avatar for guru12
0
3K
Member Avatar for pward2

Bottom 1/3 screen is blank, is this a hardware or software issue? How do I find out/ Thanks

Member Avatar for caperjack
0
118
Member Avatar for Lori Barber

Greetings - I'm wondering if anyone can assist me with troubleshooting. When I login, my page displays the heading, but not the user record (formview). I am using the default membership and users tables (SQL server 2005) along with the basic login control. I have a table called 'members' where …

0
64
Member Avatar for susan_151615

Hi am new to cold fusion. AM deigning a page where i need to list company names in dropdown1 and when i select any company i have to list the vendors belonging to the particularcompany in dropdown2. When i select a partcular vendori n dropdown2 ,the address of the vendors …

Member Avatar for ws1267
0
114
Member Avatar for love_dude1984

hello frends.. i want to know how can we display a gridview in a drop down list? i want to retrieve some values from database and i want to show them into the a dropdownlist like displaying in a gridview. also when i select the item it should be used …

Member Avatar for reach_yousuf
0
101
Member Avatar for mikefitz

I developed an ASP.NET web application using using Visual Studio .NET 2003. I developed it on a Windows XP Professional workstation. I need to deploy it on a Windows Server 2003. I installed the project on the Server by creating a Web Setup project. All the files are in the …

Member Avatar for f1 fan
0
207
Member Avatar for sheesh

I have a latitude d600 laptop that periodically won't turn on when the adaptor is plugged in and when the battery is charged. Sometimes it does and sometimes it doesn't. Last night it was working fine, but when I woke up this am it was off. Tried turning it on, …

0
36
Member Avatar for mahela007

hi.. I have an acer 23" LCD monitor. When the computer switches to UPS power, (for eg if I turn of the power from the wall socket) i hear a moderately soft buzzing noise comming from the monitor. What could the cause of this noise be? The noise is there …

Member Avatar for mahela007
0
245
Member Avatar for spangler

just recently built my new system. ASUS P5N32-SLi premium Intel Core 2 2.67GHz 2GB RAM GeForce 8800GTX 768MB Soundblaster X-Fi everything worked fine for about a week until yesterday. when i turn on my computer the monitor goes directly into sleep mode. i have a keyboard that is backlit with …

Member Avatar for Suspishio
0
236
Member Avatar for watcher101

I have a mobo on my other computer... basically my prob is that I don't know if (Inno3D GF9500GT 512MB 128Bit DDR2 or Inno3D GF9500GT 1GB 128Bit DDR2) is compatible with this mobo... GIGABYTE GA-8I915ME-GV... I also attached the site [url]http://www.gigabyte.com.tw/Products/Motherboard/Products_Spec.aspx?ProductID=1932[/url]. Hopefully someone could help me.

Member Avatar for Rik_
0
163
Member Avatar for peterson93

I have been experiencing some blue screens over the past few weeks. This is the most recent one i got. STOP:0x000000F7 Ntfs.sys-Address 880421322 based at 88005000 Datestamp 47918a98 Any help regarding the matter will be greatly appreciated. Thank you!

Member Avatar for goldeagle2005
0
246
Member Avatar for supamanx

I have a dell - dimension E511 on startup the monitor shows the progress through Bios then when it gets to windows all i have is the cursor arrow tried different monitors - same problem removed Graphics card & reverted to onboard no change

0
29
Member Avatar for valonesal

What I would like to do is return a basic text message if no results are returned from my database. Using the following code can someone tell me how I can accomplish this. Please excuse the code if its sloppy, Im a beginner at php. [CODE]<?php // create short variable …

Member Avatar for valonesal
0
143
Member Avatar for mahela007

I have an acer X233H monitor which I can connect via HDMI or VGA. When I connect it with HDMI I don't see the windows XP loading screen or the BIOS screen.. But with VGA I do. There's absolutely no difference between the two cables when running the operating system. …

Member Avatar for mahela007
0
194
Member Avatar for mahela007

Is there a noticeable difference in picture quality between when the monitor is connected via VGA and when it is connected with HDMI? (at high resolutions)

Member Avatar for mahela007
0
156
Member Avatar for shahravi88

Write a Java Program that prompts the user to enter his/her first name and last name, then displays a message to welcome the user into the class CIS 226. If the user hits Cancel on either first or last name, show the error message: [code] import javax.swing.JOptionPane; public class Assign2 …

Member Avatar for javaAddict
0
117
Member Avatar for teedolly

I use my HP V72 monitor for my photography. It powers on but there is no picture....I tried unplugging it and replugging. It just keeps making an off and on clicking noise. The green power light flashes and than stays on. When I move my mouse it makes the sound …

Member Avatar for Rik_
0
115
Member Avatar for sbhavan

I have developed an applicatio using RMI to broad cast some messages to the clients from the server. When we send message from the server it will be displayed in the clients in a message box. But the displayed message box is behind all other active windows, and the client …

Member Avatar for sbhavan
0
557

The End.