7,713 Topics

Member Avatar for
Member Avatar for Adam Thor

Greetings fellow geeks! I'm in a pickle over here and I've been searching the interwebs for an answer but I can't seem to find a solid answer. So here's my thing, I have a Nvidia GeForce GT 220 graphics card and I have these three monitors that I've been yearning …

Member Avatar for crunchie
0
147
Member Avatar for SMITA6076

[CODE]/*********************************************************************************** * * File: Customer.java * * Author: Austin Smith * * Date: 04/04/2011 * * Description: The Customer class handles all client information * such as name and address. * **********************************************************************************/ public class Customer { /*** Defaults/Constants ***/ public static final String DEFAULT_NAME = "ERROR: Invalid Name"; public static …

Member Avatar for SMITA6076
0
253
Member Avatar for preetg

hi.. i have asus k42d laptop..bt last two days it creates lound beep sound randmoly.. i scaned my laptop bt no virsus found.. i worried if laptop get some serious hardware prob.. reason for i could not find from internet... only reason that i knew virus... bt no virus in …

Member Avatar for preetg
0
107
Member Avatar for niths

hi all, i had a problem with displaying the data in textbox. My code is here [CODE] string note = "SELECT Notes,NDate FROM Ticket_Notes WHERE TicketNo ='" + tktno.Text + "' "; SqlCommand cmd3 = new SqlCommand(note, con); SqlDataReader id = cmd3.ExecuteReader(); while (id.Read()) { dnotes = id.GetValue(0).ToString(); ndate = …

Member Avatar for CsharpChico
0
186
Member Avatar for faithingod1970

I once upon a time had problems with buttons and getting windows to show up, now cannot get output of loan data into JList, code is below, any suggestions? next change is to add array (which I think I can do) and graphics in the form of a graph but …

Member Avatar for NormR1
0
310
Member Avatar for mah300274

Hi. I have been having issues with this laptop for a while now. I bought it to fix it up but am not able to so far. It is a powerbook g4 and I have replaced the bottom case, 2 new chargers, battery, cd drive, extra ram, and the screen …

Member Avatar for mah300274
0
330
Member Avatar for lucklou2

I have a Sony Vaio K45 running Windows XP Home. When I boot up the machine randomly boots up with the desktop segmented into 4 separate desktops all showing the same desktop. Only the top left is a full desktop. I don't know if this is my video card going …

Member Avatar for lucklou2
0
101
Member Avatar for gsting_88

Here are the picture.. [IMG]http://img830.imageshack.us/img830/6774/chequea.jpg[/IMG] [CODE]<jsp:useBean id="chequeStopBean" scope="session" class="my.com.infopro.ibank.ui.bean.ChequeStopBean"/> <jsp:useBean id="labelBean" scope="session" class="my.com.infopro.ibank.ui.bean.LabelBean"/> <jsp:useBean id="lang" scope="session" class="my.com.infopro.ibank.ui.bean.LanguageBean" /> <%@ page language="java" import = "java.util.*" errorPage="" %> <%@ page import="my.com.infopro.ibank.dto.ChequeDTO"%> <% request.getSession(true); String contextPath = request.getContextPath(); chequeStopBean.queryAccList(); //RequestDispatcher dispatcher = null; %> <html> <head> <title><%=labelBean.getLabel("STOP_CHEQUE")%></title> <meta HTTP-EQUIV="Pragma" content="no-cache"> <meta HTTP-EQUIV="Expires" content="-1"> …

Member Avatar for gsting_88
0
273
Member Avatar for begueradj

Hello people I used TinyMCE for my "textarea" inputs. When I display that text the colors of TinyMCE don't work meanwhile my script works fine, including other features of TinyMCE who work fine also (such as Bold, Italic fonts ...etc) Only colors don't work, I just add that similar script …

Member Avatar for vibhaJ
0
119
Member Avatar for maui_mallard

Ok, I have this monitor, made by Dell. What happens is when I plug it into a computer and start it up, it looks like it is going to start, by changing from an off screen to a black screen. Then the power LED just blinks. I know it is …

Member Avatar for benmar
0
343
Member Avatar for hispania9th

Hi using full hd TV as monitor but flickers even when refreshed. It also has the annoying habit of not recognising any changes made when rebooted forcing me to reconnect the old monitor and follow the whole procedure again. Embarrassingly I am using and old dell optiplex gx620 whilst awaiting …

Member Avatar for smartvmuk
0
194
Member Avatar for saab724@cox.net

I have an AOC flat screen monitor and my screen is split in half. How do I fix this problem. Please email me at [snipped]

Member Avatar for Rik_
0
32
Member Avatar for rpv_sen

Hi Friend I need a alert msg display in php, without using javascript. Pls help me to solve it [CODE]$pqty = $bdatam["sum(curr_qty)"]; $pamt = $bdatam["sum(curr_amount)"]; $btotal= $bgtqty+$pqty;[/CODE] i want to display $btotal in alert msg display. Pls help me

Member Avatar for rpv_sen
0
238
Member Avatar for flipboi15

mobo: Asus p5vd2-vmse ram: 2gb ddr2 cpu: core 2 duo processor video card: old one-onboard new one-ati hd4730 PSU: OCZ 520W powerstream hey guys, my computer just got built and im having a problem. The card shows a black screen when I connected it, hard drive is spinning and the …

Member Avatar for rubberman
0
151
Member Avatar for supriyabirje

hi.. just started learning ajax.. could you all please help me with this code.. when i execute i get this Resource id #3 I have posted the code below. there are two files.. 1) getvendorname.php 2) sales.htm (containing the javascript function) [CODE]<script type='text/javascript'> function getname() { var vendorID = document.getElementById("idvid").value; …

Member Avatar for urtrivedi
0
2K
Member Avatar for Inevitable x7

Alright im really struggling here... I have a multiple buttons that can be pushed and within the action listener i want the item added to my list model, and the running total to be incremented by the amount i specifiy within the actionperformed statement. for whatever reason i am having …

Member Avatar for thekashyap
0
108
Member Avatar for darkdai

hi all, i have this code which is supposed to display the elements of a char array but the problem is that its displaying funny symbols not the elements. does anyone know why? [CODE]char *list[]={"a","m","t"}; for(i=1; i<=3; i++) { list[i]=(char *)malloc(4*sizeof(char)); } printf("The elements are: "); for(i=1; i<=3; i++) { …

Member Avatar for nezachem
0
108
Member Avatar for owenbear

Hi all, I guess this is old tech but I'd still appreciate any answer... Can anyone tell me which is the best GFX card between the following... A NVidia GeForce 6600GT 128MB DDR2 v an NVidia GeForce 7600GS 256MB DDR3. I've tried Googling this question but cant find any satisfactory …

Member Avatar for owenbear
0
273
Member Avatar for Prince Adusei-O

I am working on a project display map: This option will provide a graphical interface to the users showing the various cities as dots and the direct paths connecting the cities as lines. The city names will be retrieved from a text file, cities.txt that contains the names of all …

Member Avatar for jingda
-1
77
Member Avatar for sngapoonage

Hi everyone, Here is my situation: I have a table of users in my database with all the usual user information it it. I have another table which lists the rights that each user has. this table has 2 columns 'Userid','Functionid'. Each user may have multiple rows in this table, …

Member Avatar for urtrivedi
0
302
Member Avatar for Mr.BunyRabit

Hey there. So i started using crystal reports, and it works great. Ive just hit a wall.. So there are branches with students in those branches. Now what i want to accomplish, is i want the user to be able to choose what branches to show in the report. I …

Member Avatar for Mr.BunyRabit
0
356
Member Avatar for rahigoswami

hey, i m working on Asp.net with C# i made a table which has username, CheckIntime, Checkouttime and Date in a grid view i want that customer enter his name in text box and click the submit button then it display his data in table on web page i do …

Member Avatar for prateekpk5
0
4K
Member Avatar for ajinkya112

Hey people, I have a question. I may sound like a person with no knowledge. Isn't there any other control than datagrid or datagridview, to display data from table. Please help me to know more about this. Regards ajinkya

Member Avatar for pitic
0
79
Member Avatar for computerages

Hi, I have a desktop, and a laptop. I want to use a single keyboard, a mouse, and a monitor with both of these using a KVM switch. When I am using my laptop, I also want to make use of laptop screen. I was wondering is there is way …

Member Avatar for smartvmuk
0
454
Member Avatar for tahsin1982

Hi all, Please accept my apology if this has been asked before and I would really appreaciate if someone can help me out. I made this [URL="http://themarketingscience.com/clients/DufferinIronandRailings/index.html"]website[/URL] which is still not complete yet and I have some problem with the spry menu as my client want the drop down menu …

0
45
Member Avatar for articlesplanet

Hi all , I have installed my Frontech jl 6060 internal tv tuner card , i have given cable input but i am unable to see the tv coz it throwing gray screen on player .... is my tv tuner card is corrupted or is there any settings problems .. …

Member Avatar for tje210
0
117
Member Avatar for amoken

Hello I want to make through .htaccess (or any other way) to display whenever the user gets a 403 error a 404 error. I don't want it to be done with ErrorDocument because on the header it will still be error 403 and not 404. Reply PLZ!

Member Avatar for edwinhermann
0
20
Member Avatar for dmizz002

Hi all, I am kinda new to the area so please bear with me :) I want to dynamically display an image according to a certain variable obtained from an XML document and I did the following code where intTypeID is a variable whose value changes according to the nodes …

Member Avatar for kvprajapati
0
215
Member Avatar for rafu5418

Hi, Anyone can help me to build this little program? i want to know that which folder or drive i'm in and my program will automatically write the status on the list box <example: kind of FileSystemWatcher1>. i mean, i want to get the current status of the drive and …

Member Avatar for rafu5418
0
83
Member Avatar for rahigoswami

how to select a date from calender check that date from database; display those only those data which selected data consist [CODE] using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Data; using System.Data.Sql; using System.Data.SqlClient; using System.Configuration; namespace manage_logs { public partial class UserView : …

Member Avatar for rahigoswami
0
222
Member Avatar for rahigoswami

how to select a date from calender check that date from database; display those only those data which selected date consist using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Data; using System.Data.Sql; using System.Data.SqlClient; using System.Configuration; namespace manage_logs { public partial class Time : System.Web.UI.Page …

0
94
Member Avatar for muteki

Hi, first of all I'm new at the forum I hope to help and be helped ;-). I'm trying to display the values inside an ArrayList on a JSP. I execute a PreparedStatement and I put all the values inside an ArrayList<HashMap<String, Object>>. Once, I have all the values inside …

Member Avatar for khamsinh
0
4K
Member Avatar for jaxber

Urgent! How to display this function,use symbol"*" to draw line Here teacher gave one method to perform this function [code] public static long evaluations; public static double func(double x) { double result; result = Math.abs( Math.sin(0.017453292519943295769236907684886*x) * (x/90) ); evaluations++; return result; } } [/code] question is how to use …

Member Avatar for JamesCherrill
0
253
Member Avatar for iorisendoh

hi can someone help how to make a program or exampel of program using two dimensional array. Or can someone help me to make program by this problem >Write a program using two dimensional array that searches a number and display the of times it occurs on the list of …

Member Avatar for gruffy321
-2
317
Member Avatar for aPPmaSTer

Hi, I'm working on an application that is supposed to allow a user to upload a picture, which would be immediately displayed... how do I go about doing this?

Member Avatar for tomato.pgn
0
91
Member Avatar for aPPmaSTer

Hi, I'm working on an application that is supposed to allow a user to upload a picture, which would be immediately displayed... how do I go about doing this?

Member Avatar for ko ko
0
76
Member Avatar for shaunsul

Hello all I am working on completing some testing for new printer drives and as you can imagine we go through a lot of paper. Well I would like to see the company save a tree or three. However, part of our driver testing requires that we have a printout …

Member Avatar for xml_looser
0
184
Member Avatar for twigan1015

Im trying to make an application that collects how many items were sold and which items they were, I was thinking something like this for checking the upc number, to see if it matches the names in the “files” [CODE] Select Case TextBox1.Text ' 0921115150 “Dark Chocolate Truffles”, 2221001501 “ …

Member Avatar for Unhnd_Exception
0
190
Member Avatar for Coyboss

Hi Everybody, I have a "whitebox" desktop with an Intel DG31PR Motherboard, 2GB DDR2 ram, an Intel E5200 CPU (2.6GHz) and BIOS Version PGF3110H.86A.0065.2009.0421.1559 (guessing its an intel bios). The issue is that when I boot the machine up I can get into the BIOS and see the screen, however …

Member Avatar for caperjack
0
384
Member Avatar for rhuffman8

I am trying to make a page, similar to DW, with a menu bar at the top that loads specific content into the body when the links in the menu bar are clicked. I have read a few things about how to do this using javascript but I cannot seem …

Member Avatar for rhuffman8
0
534
Member Avatar for ronthedon

I've spent the last hour trying to figure out why my calculations are not adding up. Once i run the program it just output 0 for the total points program averages and etc and it also leaves student name blank. Can someone please help me figure out the issue. thanks …

Member Avatar for jonsca
0
180
Member Avatar for -VLV-

My desktop computer (xp media center edition)(Packard bell)(3 years old) doesn't display any image on the screen, Last time it worked fine i was using it, i went away some few minutes and when i came back there wasn't any image on screen. I've been using the pc all day... …

Member Avatar for Rik_
0
228
Member Avatar for loolek

Please help me!! What is wrong with my code?? [CODE]<div id="pictureFrameDogodki"> <div id="pictureMainDogodki1" style="display:none;"> <img src="images/snowparty.jpg" alt="pa"/> </div> <div id="pictureMainDogodki2" style="display:block;"> <img src="images/pokerturnir_zanet.jpg" alt="po" /> </div> <div id="pictureMainDogodki3" style="display:none;"> <img src="images/molella.jpg" alt="mo" /> </div> <div id="pictureMainDogodki4" style="display:none;"> <img src="images/Inna.jpg" alt="in" /> </div> <div id="pictureMainDogodki5" style="display:none;"> <img src="images/demosntracije.jpg" alt="d"/> </div> </div> …

Member Avatar for loolek
0
345
Member Avatar for xiiopao

hi there im new to php and im currently building my website .,it's more like an online store and i would like my products to be listed in a gridview., i have a database and my only problem is how to display the images .., i've already displayed some info …

Member Avatar for xiiopao
0
543
Member Avatar for joban.ali

Hi Everyone, I have integrated a Google Map on my website, which is working in good order. The maps data such as location lat/lng is coming from database. At present all the location markers are appearing on the map. I have a php page which draws out all the sql …

Member Avatar for keval_hack
0
305
Member Avatar for 3825

nVidia has released new drivers and I am pretty sure Canonical has included it in its restricted packages already. However, whenever I use the nvidia drivers, the computer blacks out and there is no display at all. Can someone tell me what I need to do? Thank you

0
194
Member Avatar for vukidrock

I have some image, in my page, code: [CODE]<img src="/path/to/the/upload/folder/<?php echo $filename; ?>"/>[/CODE] Can you help me display it as link, ex: [CODE]<img src="http://imagelink.jpg"/>[/CODE] if you have free time, teach me how to display multi image with code above. Thank you so much

Member Avatar for Dani
0
85
Member Avatar for vukidrock

Hi there. I have a problem: I want send every image to every div and display. My code: all.php [CODE]<? $files = glob("output/*.*"); for ($i=1; $i<count($files); $i++) { $num = $files[$i]; print $num."<br>"; echo '<img src="'.$num.'" alt="random image" />'."<br><br>"; } ?>[/CODE] index.php [CODE]<img src="all.php" alt="image">[/CODE] So, I don't know how …

Member Avatar for vukidrock
0
235
Member Avatar for Braboo

Howdy to all that read this topic! I have since several months problems with my monitor I use my tv as monitor for my pc. So actually my tv is my pc But some times my screen :"rolls" or "jump" i dont know how to named is exactly He does …

Member Avatar for Braboo
0
75
Member Avatar for kasxxiazexxi

I am using HTML for the contact form fields and I wish to redirected the inputs to another webpage and have it displayed there. Is there a way to do it with PHP? Thank you!

Member Avatar for tomato.pgn
0
219

The End.