7,713 Topics
![]() | |
Hi, I have a gateway 700gr and I cant tell what type of slot I have. The front of the tower says that its a pci-express but I want to be 100% sure before I buy a card later that it will WORK and fit into the slot. Are the … | |
While I was on my other computer, I received a message for an update to my graphics card. I went ahead and updated it. Suddenly my screen got blown up with giant icons and font, so I went back to change my resolution to what it was originally. As soon … | |
Hi all, Yesterday I was playing a really low spec game MOH Breakthrough, and mid game the monitor went blank the stand by light on monitor turned to orange, the fan on the 7800 went to full speed. I remmoved the 7800 and pluged monitor into the mobo output all … | |
Hi I have an Asus radeon 4850. I always use the sleep mode in vista but this time the when I tried to wake up the pc suddenly shut down and didn't work afterward. I thought at first that the problem was in the psu (Gigabyte 550 watt ge-p450p-c2) but … | |
What i want to do is display all the customers data which is in the 'customers' table where their 'customers_id' is NOT IN the 'customers_id' field in the 'orders' table. I hope i made sense! Thanks, Billy | |
I've got a simple function that that toggles the display of certain form fields. When I refresh the page, or post back, the display.value goes back to the original state. I don't know how to keep it on the selected state for refreshes and post backs. Please help. It's driving … | |
Private Sub frmtourmaster1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim ds As DataSet Dim i As Integer objConn = New connctionclass1 ds = New DataSet ds = objConn.funFillTourLocation() For i = 0 To ds.Tables(0).Rows.Count - 1 cmbindiantourcode.Items.Add(ds.Tables(0).Rows(i).Item("tour_location")) Next cmbindiantourcode.SelectedIndex = 0 End sub [B]My connection to the … | |
Hi all. I was writing my program. And halfway through, i tried to compile and run. but got a blank output. I tried doing a cout<<"hello"<<endl at the main() must still didn't get any display. could anyone please help me to see what went wrong? [code=cplusplus] #include <iostream> #include <fstream> … | |
Hello, I'm still a C beginner. I am trying to make a simple code for searching a string in a doc file. I want to search for a name in the "Employee Database", and display the employee data no,name,desgnation,reg no.,Projects worked. The template in the file is as follows: [CODE]Employee … | |
Going into the holidays presents its own issues, however I digress. I have a Compaq R4000. I have run all anti-virus(avast), malware (malwarebytes), etc, st,al. All of my graphics have have changed' Everything that was white is pink, my screensaver is green and black. Do you think it is an … | |
Hello, Having a bit of an issue here. Can't seem to fugure out how to display the proper text along with an image when a user selects a drop-down. When you select a catagory and a sub cat the text diaplys fine but when going to a another cat the … | |
The LCD on my inspiron 5000 isn't working right, and since I dont have much money, I'd like to pin point the problem before I start buying new parts. Anyway, here's a picture of what the screen looks like. [url]http://www.people.virginia.edu/~pws8q/pics/randomPics/badlcd.jpg[/url] while it should look like this: [url]http://www.europe.redhat.com/documentation/rhl9/rhl-gsg-it-9/figs/starting/gdm.png[/url] (only in english) … | |
Hello, the program I have creates a database and lets you update/add/delete any information you want about hardware items. My problem is.. after I exit the program, all the data is lost in the binary file. I need to keep a database in a binary file and update it everytime … | |
If I start a game, let's say COD4 for example, I can play that game perfectly for maybe 1-2 minutes MAX before the framerate suddenly drops through the floor and it's almost unbearable. If I close the game, the frame rate for everything is very poor - scrolling down pages … | |
ok so i have a dell purchased computer thats sealed shut. i can't remove the shell and i don't have money anyways for new hardware. however on a whim (stupid me) i went and purchased a VGA to S-VIDEO / RCA CONVERTER CABLE. the computer has an Intel 82845G controller. … | |
I managed to goof up big time. I tried loading Mcafee while Norton was running. Needless to say computer didn’t like it. I was barely able to do a restore and get back to almost working. Last problem appears to be a tough one to crack. Everything works except Microsoft … | |
Hi everyone, this is also my introductory post to this site, so my name is bill, and I am not what people call a computer Guru. I can make my way around things, but there are many far better then I. I have a problem with my Display/Monitor/Graphics Card. Not … | |
hello how can i display an information messagebox in asp.net with message and title ? | |
Hi All, I have a problem with displaying items in a list box. I have inserted a radio button to display 15 lines of calculations, press the OK button and then display another 15 and so on. [code] intCounter1 += 1 'add one to counter intPaymentNum += 1 'add one … | |
I know they look good on your desk but it is more expensive than your ordinary box. Does it really save that much electricity? | |
I have a G54 IBM Monitor that i have been using for almost 5 years. It is now giving me problems, when I switch it on, it continously rolls and flicks. What could be the problem and how can i solve the problem because i don't think its something major. … | |
hai to all how to display the message box in asp .net why means while i am creating database i want to dispay a message like.. "connection is created" like this how it is display please give me the answer | |
Is it safe to put speakers near (2cm - 3cm) lcd monitor? Thanks for answers. | |
Bought a new computer in May/08 and the blue screen crashes started in about a month. Yes its a NVidia driver GT 8500. I am running XP Pro, Clone system, Intel Quad Core Q6600, ASUS P5K-E WIFI Motherboard, 4GB of RAM, 500G HD, etc. with all the latest service pak … | |
So I woke up this morning and booted my PC. The screen remained black even after the computer was on, "No signal" appeared on the screen. So I of course restarted, no dice. Next step I took was to unplug the monitor from my GPU and back into the default … | |
My tablet accidentally hit my keyboard, and I have no idea what keys it hit, but one of those grey right-click pop-up menus appeared for a second before the screen went black and then came back up, only flipped on it's side. What do I have to do to reverse … | |
Using Dev-C++ Im a newbie to c++ Is it possible to save files using a variable as the filename. What i want to do is setup a text based program like a mud and be able to go from room to room and have it display room discription and available … | |
need help installing a radeon9250 pci card ,how do remove the video drivers,and update the motherboard,oh by the way i have a dell dimenssion 3000 | |
I have two tables as below table 1 ProductID---Int Descritption---Text table 2 Id FK_ProductID--Int Category but on the FK_ProductID I dont want my table not to display a number but the description from TBLA. | |
I have two tables as below table 1 ProductID---Int Descritption---Text table 2 Id FK_ProductID--Int Category but on the FK_ProductID I dont want my table not to display a number but the description from TBLA. | |
Hi, I am facing a strange error/bug from last couple of days. I am using a Pentium iii Pc HP Pavilion 8865 with a viewsonic CRT monitor.Everytime I am booting my PC the Brightness/Contrast Tab of monitor is appearing on the middle of screen and is raising the Contrast and … | |
I'm using Windows Vista Ultimate SP1 x64, and I'm currently using the latest display drivers for my nVidia 8800GTX. Playing games is now impossible. Every game I play causes my monitor to switch itself off for a few seconds, and when it powers back on the game will either continue … | |
Hi, In my webpage i created student details in that if i click view then i want to display all student name and their details one by one but in my code i typed everything but it displays first data only.Can anyone tell me how change this code. this my … | |
I thought it was a simple task at first. Don't ask me why, but I wanted to display a number in it's binary form. Manipulating bits in C# seems a bit(no pun...) harsh. The best I could come up with was : [CODE=csharp]static void Displaybinary( uint i) { const byte … | |
Recently have about a two inch vertical bar on the screen of our Toshiba Satelitte notebook and another is starting to appear. Any idea if this is a settings problem or is the machine starting to crash? | |
when i connect vga from laptop to tv with component, all i get on the tv is a black screen with green dots. tv is set to the right input. is the resolution on the computer to hi or low for the tv or what should i do do actually … | |
Hello, I'm using Windows XP Professional SP2 and I have a big problem. I managed to fry my old RADEON 9800XT and then bought a X1650 graphics card. However, when I tried to install a new driver from ATI's official site everything wend downhill. When I restarted the computer after … | |
Hi All I am getting problem in putting text at the cursor location in freetext box which is place in a Place holder and . My code is as follows: [CODE] <select name="ddlPlaceHolders" onchange="FTB_API['ctl00_ContentPlaceHolder1_ftbMailText'].InsertHtml (ddlPlaceHolders.options[ddlPlaceHolders.selectedIndex].text);"> <option value="<!FN>">First Name</option> <option Value="<!LN>">Last Name</option> <option Value="<!EM>">Email</option> </select>[/CODE] the statement [CODE]"FTB_API['ctl00_ContentPlaceHolder1_ftbMailText'].InsertHtml (ddlPlaceHolders.options[ddlPlaceHolders.selectedIndex].text);"[/CODE] is working … | |
I am having trouble installing a new video card. My current build is an Epox EP-8HDA5+ mobo with an AMD Athlon 64 3000+ CPU and a ATI All-In-Wonder 9600 video card. I upgraded to an ATI x1300 512mb video card and on installing it I cant get a signal to … | |
I was given a Dell Inspiron 1150. It worked for a day and then I updated all Windows security stuff. The friend that gave it to me explained that I needed to fully charge and then fully discharge the battery to get it to last longer. After updating, I rebooted … | |
I need to do some calculations in VB and display the results of the calculation as a decimal number like 1.62. In my code several variables have the Dim Double and some have the Dim Currency. The result of the calculation is always shown as a scientific number with a … | |
"need rotating div display, preferably in PHP" need a rotating div display, similar to rotating slideshow - preferably in PHP, since will interface with database. see [url]http://www.cshlaw.com/cai/[/url] - upper right is [a] a photo, next to it is [b] a caption, below it is [c] the name of the person … | |
hi was wondering if anyone can help... i have a samsung p28, which kept restarting, i recently reinstalled winXP and service pack2 and it seems to be stable, however when i go to use win media player it !all the tracks and says theres a sound driver error, as if … | |
Ok this unit has the classic symptoms of an inverter going bad when plugged into the power source, [B]BUT[/B] when you [U]only run the laptop on battery [/U]the screen does not blank out (go faint). Typically when the inverter goes bad you can still see the image very faintly. This … | |
im having problems with the following code it works fine when i have the sleep in but without the sleep it writes the same number twice does this have something to do with the way the computer generates the random number? like based on the computers time? [CODE] using System; … | |
I have a browser incompatibility issue when using appendChild() to add form elements "on the fly." Works great in Firefox but not in IE. I'm adding table rows that contain <input type='text'> elements. I know that the rows are being added to the table because the count of table rows … | |
Hey there, everyone. Here is the question I had to write code for: Include the following code: char test[15] = {‘T’, ‘h’, ‘i’,’s’, ‘_’, ’i’, ’s’, ‘_’, ’a’, ‘_’, ’t’, ’e’, ’s’, ’t’}; for (int row = 0; row < 15; row++) { cout << test[row]; } Add the code … | |
I'm trying to configure a dual monitor setup for my Dell Dimension E510 PC. (Running XP) When I look up the video card information, it displays " ATI Radeon x300/x550/x1050 series" (I can't find anything more specific). Currently, I have one VGA port and one DVI port on the back … | |
While entering the password and id in the program ,i want the program should not display any of those entered characters. While enter the password it should show the astericks for eg. ****** By using Scanf,it is not possible.. By using getpass() function it just doesn't display any thing on … | |
Hi! I want to know if it is possible to display a binary tree using double linked list as follows: A / \ B C / \ / D E F I tried some possibilities but i think it is impossible since there are lots of parameters to take in … |
The End.