7,713 Topics
![]() | |
I have a Toshiba Satellite P5O5 model and the laptop recently dropped resulting to a screen that starts up with the backlight and nothing on the screen. I replaced the screen and the inverter and it's still the same problem. What else can be the problem? | |
I seriously dont get it ..what is best ?...a ps3 graphics card ...(which i heard was like 8800gt) or the xbox 360 custom ati card which is equivelent to the (4870) i think ...........or custom built pc i have both xbox360 a and pc with crossfire sli (ati 4870 ) … | |
| |
I have a friend that has a T61 Lenovo Thinkpad. He was typing and claims that he hit some unknown key or key combination and the screen shrank and now has a black border around it so that the display area is not filling the screen edge to edge. I … | |
So I am using a big screen Astar tv for a computer screen. The problem is, on the right side there is about 1 inch of space where it is unaligned and thus there is an inch on the left side that isn't on screen at all. I wouldn't mind … | |
hi, i recently had the motherboard and processor replaced in my computer due to the previous components burning out, i took it to the computer shop where they installed a new processor and a new motherboard of good quality, i have kept the same graphics card even though it is … | |
I have a Sony Vaio vgc-LS35E all in one desktop pc. It seems to be an awesome computer for everything but what i like to do which is play Battlefield 2142. When I bought this computer from my friend I thought for sure that it would have a video card … | |
Does Anybody know how to use C++ to get information from a database? I have this assignment due but , I do no know to incorporate a database into my program. My program is to allow a user to choose from NFL football teams,when the user picks the team , … | |
Hi guys; I am developing a website using joomla. and Im using Chrono Form and ChronoConnectivity extensions for form handling. So using ChronoConnectivity and I am trying to display some form values. Of course no problem I can display that particular data by using ChronoConnectivity. but I need to display … | |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-Transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <title>Teas of the World!</title> </head> <body> <?php // Script 10.6 - Teas of the World.php // This function displays a four cell table. function tea($types) { $types = array ("Chinese Green", "Japanese Red", "Korean Black", … ![]() | |
I am currently using AppServ to display my PHP code. I am having a problem of the content of the body not displaying however. Here is the code that I am using: <html> <head> <title>My First PHP Page</title> </head> <body> <?php echo "Hello World!"; ?> </body> </html> When I try … | |
Please help me... not very internet savy I don't understand why I can go online via AOL ver 9.0 but not IE but I have dsl service, not dial up AOL works but I cannot dowload anything to my computer and when I try to go on IE it says … | |
i want add record in datagrid but cant understand | |
hello guys... my customer complain that the pc he bought from us was no display, no beeps but the cpu fan and LED are working.. but when he brought the unit in our shop.. its working fine... what possible cause with this problem? it could be a shorted of electricity? … | |
I want to display a player in Jsp page that supports .wav file | |
I have try to display selected date from calendar into textbox. But, I got error. My textbox name is txtStart My calendar name is Calendar1 Here is my code.. [CODE] protected void Calendar1_SelectionChanged(object sender, System.EventArgs e) { System.DateTime myDate = new System.DateTime(); myDate = Calendar1.SelectedDate.ToString("MM/dd/yyyy"); txtStart.Text = myDate; } [/CODE] … | |
I need to display part of text from mysql: for exapmle i`m having 50characters and then i just want to display just part of it like 20characters in the first page and the remain including the first as a link to another page. That when someone clicks the link the … | |
is it possible to set up a dual monitor set up so that windows magnifier will display on the second monitor, if so does it need a specific graphics card | |
Hi there :icon_wink: I need to capture a bitmap picture of another program running on my computer(something like Alt+PrtSc). I googled it and found how to get a pic of my whole desktop, but thats not what i really need. I can get a process using: Process.GetProcessesByName(). Could somebody bring … | |
Hi, I am running Visual Studio 2008 with the latest service pack and updates. I opened up my window to start coding and can only see half of my code. The left half appears to be off the window on the left side, and the right half is on the … | |
hi all, i am trying to connect an old apple monitor (this one: [URL="http://en.wikipedia.org/wiki/Macintosh_Color_Display"]http://en.wikipedia.org/wiki/Macintosh_Color_Display[/URL]) to my ph dv6000 laptop. i've got all the adaptors i need to make it work with a vga cable (14 pins, no 9th pin), but the colour is coming out all red tinted, and when … | |
Hello everyone, I used session and the id of the selected checkbox are passed to another page currently. now I do another query based on the ID of the selected checkbox. I want to display the fields from the selected result in columns like this [url]http://www.bluenile.co.uk/diamond_co...OMPARISON_STEP[/url] I did this [CODE] … | |
Hey guys. I have an old HP desktop I recently began using again after having it dormant for a couple years or so. It's an HP Pavilion a530e running Windows XP, with an AMD Athlon video card, and it's hard for me to give more details than that unfortunately because … | |
hello guys! i'm having some trouble figuring out which one of these lcds should i get: first model is an HP 2010i and the second one is ASUS VH222H-P (both from [URL="http://hpcheap.com/store/"]http://hpcheap.com/store/[/URL] ).Now the second one is a little bit more expensive than the first one,but the first one is … | |
![]() | I have a database and will search with that database.. I want to show only first 5 results in the page and generate the "next" button for the next 5 results and on the 6-10 results page generate "next" button for the next results and the "previews" button for the … ![]() |
Help me please, I have a problem on my user page. As you can see, the boxes are moving into strange places, the badges should float on the right. Example: [url]http://www.stickmin.com/User.php?ID=2[/url]. But on pages where the description isn't long, it works right: [url]http://www.stickmin.com/User.php?ID=1[/url]. Thanks, please tell me what is wrong. … | |
In an html form, I want a certain field to be invisible when "no" is checked and visible when "yes" is checked. This is my code: html: [code] <form action="pageName.html" method="post" name="formName"> Question? <input name="radioBool" type="radio" value="1" onchange="dispField('textInput');" />yes <input name="radioBool" type="radio" value="0" onchange="dispField('textInput');" />no <br /> <span id="textInput" style="display:none"> … | |
Hello all, this is my first post here on DANIWEB. I am looking for a way to display the directory of file opened with OpenDialog. I can get the entire path (including file name) using: TextBox1.Text = OpenFile.FileName The result would be something like C:\Documents and Settings\Administrator\Desktop\Test.txt What I am … | |
i keep on getting this Internet Explorer cannot display the webpage | |
Hey eveybody! I have a problem for you.I am establishing a new website which offer [url=http://www.exmbt.com]discount mbt shoes[/url].I am very sad that,I pay more my time on optimizing my website,but some problems always exist.Such as,my all products pictures of[url=http://www.exmbt.com]MBT shoes[/url].I want to know how to make my products display in … ![]() | |
Hello, I hope my query does not voilate the forum rules. I going to purchase a 23" monitor but cannot decide with one to buy. Dell ST2310 23 has 250 cd/m Brightness with 50000:1 contrast ratio. the other one, Dell SP2309W 23, has 300 cd/m Brightness with 80000:1 contrast ratio. … | |
Recently I bought some computer parts Gigabyte GA-M55SLI-S4 MotherBoard e-GeForce 7900 GS Graphic Cards (2) Anyway, the motherboard doesn't have a video output. So I connect my DVI cable into my monitor and I boot up the machine. The machine starts up and gives me 1 short beep. When I … | |
In my gridview, there have a few column that contain number. At the bottom of the gridview, I want to add one row to display the total of the number for that certain column. How to do that? i have no idea. can someone help me?? | |
:confused: how to create a payroll processing using VB and MSacccess.i want guidelines for that would anybody plz help me.In VB with all the deatails of an employee,facility to add new member,to edit,hv option to display all the parcticular abt certain employee in detail.plz help me | |
Hi, This is a real simple answer but for the life of me i cant seem to work out. I am trying to display my notes on one side of the page however the notes are long and are running right across the page instead of automatically going into a … | |
Hi i just want to know how can i display the item i selected in a listbox into a memo? Example : I selected in my listbox Item : Banana When i click it in the listbox, Banana will be added in my memo. thank you | |
Hello, I am making a file comparing program, and I want it to display line numbers permanently, like any normal text editor does. Is it possible to do this with tkinter? thanks | |
how to check there exist number in string using isalpha.if number exist, display "only alphabetic,please input again" example : user input = i had to 2 number | |
I am using Dell Inspiron 15 Laptop. All on a sudden I see a blank strip about 1 inch wide at the bottom of the screen - that hides the taskbar and the icons on the lower edge of the screen. However, when I try to click on any one … | |
Hi guys... I need a PHP code which will display a hyperlink only between 8:00 am - 8:00 pm. Thanks. | |
please some one help me with this code | |
HI am having sony vaio vgn-cr42. i used an external display by connecting to my laptop,after some time i closed the display of laptop i started working through external device(TV). After 8 hours when i opened the screen of laptop it shows with vertical coloured lines. will u plz tell … | |
hello guys my computer freezing up during diplaying montherboard manufacturer's logo and i cannot even see the POST message.. is this a BIOS problem or any hardware problem? please helpp.. | |
hello, can you help me how can i disable the american megatrends screen...please help me hoping for your positive responds... | |
Hi all, I am a new developer in J2EE Field working on a web project. My Requirement is to fetch records from database and display on webpages depends on the scenario. The Server i am using is Apache Tomcat 5.5 and Database as SQL Server 2005 and IDE as Netbeans … | |
Hi, My IE starts acting wired recently. When I tried to Load a Chinese web site, it starts loading up fine, and after it is fully loaded, the page suddenly refreshed itself and turned to all '?' marks. This only happens on Chinese web pages. Does anybody have any idea … | |
I need a control to put on a window form to show a web page from a url. Is there such a control in the .net framework. Thanks | |
Hi I'm new to the forum and not very technical so please bear with me. I have a problem with my monitor screen going black and/or shutting down. It is a new monitor (the backlight of my old one died) and what happens is it randomly goes black, sometimes for … | |
![]() | On Blackberry, the bar at the bottom (MFF etc) doesn't show up. It's not available at a side nav either as far as I can see. Also the profile bit of each post appears below the post body as opposed to showing at the side. The last thing insn't a … |
The End.