7,713 Topics

Member Avatar for
Member Avatar for metalix

I spent a long time figuring this out on the internet so I will post this now to hopefully help others with the same problem. this is to display the currently logged in user using mysql. this is so they log in with a username, and it displays actual name. …

Member Avatar for cwarn23
0
114
Member Avatar for Famous16

Hi all, I have a laptop and can anyone help me to find out that how much energy(in volts/watts) a laptop consumes. Any help in this regard will be appreciated. With regards,

0
51
Member Avatar for s2kk

My dell laptop(Vostro) screen goes black. After starting the laptop I am able to see all the indicator(batter/disk etc). Even I hear the windows Vista sound when its starts. The screen goes always black with little light on the on the whole screen. Can some one help me to solve …

Member Avatar for mabpest
0
193
Member Avatar for Iueras

Hi all. I have a Gateway EV700 that has started acting very strangely. When I first turn it on for the day, the picture is great. After about 10 minutes or so, however, it starts emitting a pinging sound (very similar to a metal bob on a ceiling fan hitting …

Member Avatar for Kell Smith
0
98
Member Avatar for theblastedfool

Hey guys, ive been working on this code for the past couple of hours and I am trying to do the following problem. Write a program that reads the le generated by randGen.cpp (in Problem 1) and stores the numbers in an array of type int. You can assume that …

Member Avatar for mattjbond
0
215
Member Avatar for Rorscharch

Hi there, I was searching for a good mid-range graphics card (I mainly play COD2, but i wanna keep the option open for more recent games) and thought I'd get an XFX GeForce 7600GS 256mb DDR2 (shown here [url]http://www.dabs.com/productview.aspx?quicklinx=456R[/url]) I was ready to buy when I thought I'd check my …

Member Avatar for texashippy
0
176
Member Avatar for ditesco_mori

alright, i know it wasn't the smartest thing to do, but i popped my old dell inspiron 1150 open to clean the dust out of the fan, and i didn't know that when i started that i should have gone in from the top through the keyboard and not from …

Member Avatar for ditesco_mori
0
201
Member Avatar for Skillz

My computer has really been killin me. I honestly have no clue what to do with it anymore. Ok let me first off say this computer was my dad's friend's....who i was supposed to fix it for....and he ended up gettin a new one, n I had this in my …

Member Avatar for Johnsmith1
0
228
Member Avatar for kunyomi

Hi all, I have a database with contact info, and I need to display the info in groups. Currently in my database table called contacts I have a field called 'groups'. The values are 'favorites', 'home', 'work', and 'friends'. I tried creating a page called group.php and used a dropdown …

Member Avatar for kunyomi
0
377
Member Avatar for datapham

when i choose a row of dataGridView with the event Selectionchanged , how to display the record in textboxes ? Thanks.

Member Avatar for datapham
-1
135
Member Avatar for neelesh kumar

I have two Picture Libraries. One has pictures and the other contains the thumbnails created programmatically by me. I am displaying the thumbnails into a custom webpart. I need to display the [U]original pictures[/U] on mouseover on the thumbnails displayed in webpart and the originals displayed should dissappear on mouse …

0
62
Member Avatar for Barrett1

Display Div tags after 4 results not from database [CODE] $a = 0; while(){ if($a == 4){<div class="result"><p>}//Display after 4 results $results .=''.$result.''; if($a == 4){</p></div>}//Display after 4 results $a++; } example: <div class="result"><p> result 1 result 2 result 3 result 4 </p></div> <div class="result"><p> result 5 result 6 result …

Member Avatar for Barrett1
0
109
Member Avatar for kumaramit

I have a Lenovo 3000 G510. Recently I spilt water on it & since then the display has become blurred, display seems to be happening in slow motion. Like mouse will move very slowly, if I type something it will appear slowly. Basically refresh rate has gone slow. But when …

0
43
Member Avatar for cool_jatish

Hi everybody..................... how to read a unicode characters (arabic characters) form ResultSet object which appears after extraction as question marks like this(?????) ................. I want to display the fetched UNICODE word from the database and display it in JTextArea............... but getting the same output..............[??????] If anyone knows method to display …

Member Avatar for cool_jatish
0
145
Member Avatar for emykindman

i used this way to convert a string to int but when i use the converted variable i got this error Error 1 Use of unassigned local variable 'last_Crawl_Date' F:\3RD YEAR\2nd term\Advanced programing\project\Copy of Re-Visit version\WebCrawler\ReVisit.cs 142 38 WebCrawler hope you can help me and reply as soon as possible

Member Avatar for kvprajapati
0
26
Member Avatar for pancaeks

ok, so my nephew who is five years old was using my computer, and when he finished, i saw that the resolution was stretched too much, but only on the center, and too narrowed on the edges, so when i try to move something around the screen, it stretches only …

Member Avatar for techsheaven
0
186
Member Avatar for Famous16

Hi everyone, I want to buy a new VGA card for my dell computer. I want to know that which VGA is the best now in the market. Need help in this matter. With Regards,

Member Avatar for caperjack
0
55
Member Avatar for mmgoicochea

The program asks to input an integer larger than one. the number is then passed into a function that calculates the sum of squares from 1 to that integer the output should be the value of the integer and the sum(labeled). A negative input value signals the end of the …

Member Avatar for mmgoicochea
0
197
Member Avatar for Liammm

Simply put, in Firefox, the ajax links work fine. They're targeting a div and in Firefox everything is fine, but in IE, it mucks up. I do not see any links at all. Here's my javascript code. [CODE]<script type="text/javascript"> /*********************************************** * Dynamic Ajax Content- © Dynamic Drive DHTML code library …

Member Avatar for Airshow
0
129
Member Avatar for Hakoo

I connected jsp with mysql. i m beg. level programmer in JSP. So, plz dont comment on my code writing style, bt plz help me to improve ma programming. I can execute query bt whn i try RESULTSET to retrive, getting error. my code is below : <%@page import = …

Member Avatar for Smith5646
0
118
Member Avatar for annamarie

:cry: I turned my computer around while it was on and all of a sudden, the monitor displayed windows sideways. I have tried to fix it going to control panel display and couldn't find anything there. Can someone help me fix this? I appreciate your help.

Member Avatar for ratfan
0
546
Member Avatar for rahul8590

i want the user to enter the name in the query and only after entering the name the next input text appears. Unfortunately it doesnt work the way i want it to. here is the code [code] <?php // formtest2.php $flag = 0; if (isset($_POST['name'])) { $name = $_POST['name']; $flag …

Member Avatar for rahul8590
0
138
Member Avatar for Argo

All the fonts on my monitor screen are blurry, i can hardly read anything. When i put my computer on safe mode everything is clear, but when i run it on normal mode, everything gets fuzzy. I can't figure out what's the problem. it happened overnight. Any suggestions?

Member Avatar for Poongodi1
0
317
Member Avatar for cool_jatish

Hi Everybody............ M programming in JAVA............... I want to display text in JTextArea .... The text to be displayed is [TEX]Unicode words[/TEX] which are stored in the MS Access Database in table and my applet is linked with MSAccess using DSNLess connection.... Any can tell me how to get Unicode …

0
65
Member Avatar for tearose49

I'd like to display the contents of some fields in a MySql table as a table on a webpage. I found sample scripts, but I'm doing something wrong in trying to adapt them. Can anyone give me a link to a webpage that displays a table like this, so I …

Member Avatar for tearose49
0
103
Member Avatar for macacaca

Hi. I have recently reinstalled windows on my pc and have noticed that exactly in the middle of the monitor the colours change shade. It only minimul but it is noticable. To explain more clearly the whole left side is a lighter shade than the right side so it looks …

0
63
Member Avatar for phpsteve

hi I would like to be able produce statistics on my web page by counting the numbers of rows in my sql database. for example. within my database i have 10 defects in my table called "defects". 9 defects are major, 1 defect is a minor. is there a way …

Member Avatar for edwinhermann
0
97
Member Avatar for dkol2006

my msn messenger wont show any of my contacts display pictures..does anyone know possible reasons for this??

Member Avatar for laurad355
0
57
Member Avatar for cool_jatish

Hi Buds......... I have an JApplet in which i want to display Urdu word in the JTextArea The JApplet is connected to MSAccess Thorugh DSNless JDBC-ODBC Bridge....... the parameter passed to database is in Punjabi language which will match from the database and select the equivalent URDU word The Urdu …

0
59
Member Avatar for justemmo

my laptop monitor displays with a thick black portion that covers about one quarter of the screen. but when i press down on the screen(top right hand corner) it displays well only to show the black portion again when i remove my hand(i.e stop applying pressure) Note attachment :shows the …

Member Avatar for YoungNation
0
214
Member Avatar for mythik

Hello, I am a fairly computer savvy guy, but this latest problem I am dealing with has me stumped. Ill give you a break down of the issue: A person brought me their PC because they could not access their Yahoo Email account. The problem seems to be related to …

Member Avatar for drdwalk
0
451
Member Avatar for yuriythebest

right, I have a visual C# app in VS2003 and am trying to load and display and image on my form. I have the following code - there are no errors, however neither does anything appear. (image exists in that directory, yes - I've had to insert the "\\" cause …

Member Avatar for kvprajapati
0
112
Member Avatar for Dimitris24sta23

Hello to all I have an Acer laptop and for about 4 years i never had a problem until yesterday. When i'm trying to open my laptop is shows nothing. Just black screen. The power works fine. The power button lights up and when i press the eject button on …

Member Avatar for Dimitris24sta23
0
325
Member Avatar for fyp

so far I could manage to create OpenFileDialog and select the txt file. after that ,How could I display the contect of selected txt file into TextBox? [CODE] ************************************************************* private: virtual System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) { System::Windows::Forms::DialogResult OK = openFileDialog1->ShowDialog(); } private: System::Void openFileDialog1_FileOk(System::Object^ sender, System::ComponentModel::CancelEventArgs^ e) { ???????????????????????????????? …

Member Avatar for fyp
0
653
Member Avatar for EddieC

Nvidia yesterday began shipping the [url=http://www.nvidia.com/object/product_geforce_gtx_480_us.html]GeForce GTX 480[/url], with double the number of processor cores previously available at 512. The card is intended to to permit smooth playback and editing of 2D or 3D content, including animation, games and videos. The GTX 480 supports Microsoft DirectX 11, Direct3D and [url=http://en.wikipedia.org/wiki/Physx]PhysX[/url], …

0
541
Member Avatar for spiricn

So I've started programming in assembler recently (college course) , and of course they are making us use ubuntu and DDD debugger for debugging .. So I was wondering , is it possible to set up DDD on Windows ? I've tried googling but came up with nothing so far …

0
54
Member Avatar for BTVS

My Compaq monitor attached to a Gateway tower receives a signal on bootup, light stays green but the screen stays black. Light on the tower is green. I have 3 external hard drives, copier/printer and an 8 connection USB hub attached to the PC. I've noticed that if I unplug …

Member Avatar for techsheaven
0
134
Member Avatar for martin71

I have an Employee form that displays data about the employee, on that form I have a button that launches an Employee Job form that shows data about the employee job. My question is how do I show the relevant data on the Employee Jobs form when I click the …

Member Avatar for martin71
0
83
Member Avatar for shaunpass

I installed a Radeon 4650 AGP but it hangs when playing Call of Duty, even if I set the game to run in 640x480!!! My onboard graphics is an Intel 82865G which stopped working normally. I uninstalled the driver for this but don't know if this card could be interrupting …

0
53
Member Avatar for ravi0703

Hi, I have query in image sending in mail. I am trying to send image to mail id and display that image in mail id. below code i tryed to wrote and it is not displaying that image. In LIVE only i have tryed to send that mail it is …

Member Avatar for Arsench
0
87
Member Avatar for lluhof

ok this is what i have: Intel duo 2.53ghz 3326MB RAM Geforce 9500gt card now the problem i have is, when i play games a short while into the game the graphics go all weird. funny coulers and even in the menu screen it sometimes give strange stuff. it is …

Member Avatar for maged55545
0
177
Member Avatar for Ginette

Hi, I have a Benq FP547 monitor that has been working beautifully for several years. A few days ago, it started going black with the message No signal. Yet the cpu is working and all connections are good. Sometimes it will light up and work fine, as now. Other times …

0
44
Member Avatar for kayjenx

I have a database I am creating with about 50 users over a network. There are about 6 groups of users and these users are spread across 10 branches. I want to block/allow users from particular forms and views. For example I want branch users forms to be filtered by …

Member Avatar for kayjenx
0
208
Member Avatar for MikeDV

Computer: HP Pavilion HPE150-t (right out of the box) Monitor: Samsung SyncMaster 940aw I am currently typing on my first computer, a Dell Dimension 4550. I just took the computer out of the box and hooked everything up, including the monitor. I turned on the computer, and nothing came up …

Member Avatar for techsheaven
0
224
Member Avatar for datasmurf

Hi, I will try and make this brief and to the point. My home built system (which has been running smoothly for 2 years now), has just recently experienced some major difficulties. I had been running Windows 7, and put the computer to "sleep." The screen went blank, but the …

Member Avatar for mechbas
0
196
Member Avatar for psychoangelo89

hi. im planning to upgrade my AGP8x 256mb 128bit to a better one. im just wondering, if i bought a 256bit graphics card, would it still work in my machine?

Member Avatar for orten999
0
239
Member Avatar for triestine

My monitor has started to go black about twice or more every minute. It lasts for a few seconds and then comes back on again. Sometimes the mouse freezes. Sometimes the desktop becomes garbled when I open a new window. Sometimes the screen goes continuously blank and only comes on …

Member Avatar for orten999
0
201
Member Avatar for devonbsmom

I plugged my phone line into my computer to hook up to the internet and my screen turned green and I can't change it back. Help!!

Member Avatar for orten999
-1
102
Member Avatar for orchid-77

just bought LG w2043s with 1600x900 res but the dells graphics card which i guess is part of the mother board only goes up to 1280x768 it hasPCI slots 120pin can i use an ext graphics card if so what type , any suggestions ?

Member Avatar for orten999
0
44
Member Avatar for xeonome

Hello everybody, Every time I turn on my pc after around 5-10minutes my monitor is giving me the no signal or cable connected message. I can't do anything to make it work again. I have to close the pc wait 15 minutes then i turn it on again, it works …

Member Avatar for orten999
0
144

The End.