7,713 Topics
![]() | |
Hey guys! So, created a File Chooser that gets a picture. And I want the program to display the picture on the jFrame. How can I accomplish this? I'm using NetBeans, and I'm still kinda new to it :P Thanks guys! :D Here's my code: [code] import java.awt.image.BufferedImage; import javax.imageio.ImageIO; … | |
Hi, anybody tell me how to display alert message which is in utf-8 format. Thank's in advance. | |
Hi Im currently a student trying to figure out how to search a 2D Array in C#. The program that Im trying to make is an Address Book. Basically I want to search the array for a keyword such as "First Name", I then want to be able to print … | |
Hi.. I'm new to AJAX and I'm attempting to use this webservice ( [url]www.webservicex.net/CurrencyConvertor.asmx?op=ConversionRate[/url] ) in my html page. Now I've managed to make a form and stuff to correctly call the webservice, but then, I do not want the answer to be displayed as just the output xml data. … | |
I am having windows xp with 2gb ram and 250gb hard disk. every time i run my computer ,after working for 0.30-1hr ,the blue screen appears.it also happens if i open multiple apps at a time on my pc. here is the link with the ss of the blue screen … | |
Hi, I have a problem with a search box not displaying all of the fields in Internet Explorer 7. All seems to work okay in 8, 9, Firefox, Safari and Opera... Can anyone offer any advice? Search box is close to the top of this url.. [url]http://www.lastminutetheatretickets.com/[/url] the style sheet … ![]() | |
I have a HP Pavilion p6234f with an Intel GMA 3000 on board video on an Intel G33 motherboard. My issue is that I need dual outputs, use a monitor and projection system (it is for our church), so I bought a GeForce 8400 GS 512MB 64-bit card. Installed the … | |
Hello, recently i installed the saphire edition if the ATI radeon 9800 PRO with 256 MB of memory. I got a manual driver intall from driver doctor but i am having some trouble. I i play a game that uses 3D then the driver or card will crash, the screen … | |
I have a 2 inch horizontal black Line at the bottom of my screen, appears only upon startup of my SAMSUNG R720 laptop, then it disapears within 2 mins,I have pressed and shook the lap top but the line still remains, can someone plz tell me why it does this … | |
HELP!! I try to bind a textbox to a datatable but i cant.. I checked if the datatable is filled (it includes the results of a sql query)and it s ok.. i can depict the result in a combo box but not in textbox. I wait for only one result … | |
I am trying to create a a splash screen... I have attached the image file..please have a look.. the splash screen performs a diagnostic procedure and displayed the results in a multi-line label.. I have used another thread to write msgs as results in label.. and its working as it … | |
Hi guys, im reasonably new to the world of CSS and cross browser support (i have always worked on the backend of systems in the past). ive created a layout for a website im creating as a learning experience for a friend. Ive tried to find the source of my … | |
Hi, I have a page that loads for some time and it would be nice to show some progress. I want it to show messages like "loading..." and "x amount of something loaded so far" during the process, however, it only appears in the end. I have disabled the output … ![]() | |
My primary objective right now is to get the program to display the following, when the user presses 1 at the main menu: Size of 1st pizza order: Small Topping of 1st pizza order: No topping Size of 2nd pizza order: Small Topping of 2nd pizza order: No topping I … | |
Hi all, I am trying to write a code that could show multiply values in a single cell of listview with comma separator... i am using C# with windows application... I have a attachment that show what i am asking for... Thanks in advance vince | |
Hello. I stored dateFrom & dateTo as String '11/11/2011' and '11/25/2011' [mm/dd/yyyy] format. now when i fired query as below [code] select (case when pp_send_date_to_district between '11/01/2012' and '11/25/2012' then 'Dec/2012' else 0 end ) as Months, sum(case when pp_send_date_to_district between '11/01/2012' and '11/25/2012' then 1 else 0 end ) … | |
This code works below but i want to do it with out a repeater because I only return one row in my query. How would i do this with out a repeater? default.aspx.cs page [code] Picture dlPicture = new Picture(); DataTable DTPictures = dlPicture.GetRandomPicture(); rpPictureList1.DataSource = DTPictures; rpPictureList1.DataBind(); Display.aspx page … | |
Hi friends, Please help me on this problem which i am having with my computer for 3 three days. I am using a Samsung Syncmaster 773s 17 inch CRT monitor with the following system. OS - Microsoft Windows XP Professional Version 2002 Service pack 3 (32 bit) CPU- Intel Pentium … | |
Hi everyone, I am am trying to change the "display" property of a div from "none/block" to normal in order to display it on mouseover event.But I do not know why it is not working! Can you please take a look at following spinets and let me know what I … ![]() | |
I have an Acer Aspire One series AOA150. I have Windows XP Home Edition version 5.1.2600 Service Pack 3 Build 2600. My problem is I have an excellent connection to the internet but Windows will not load. When I open the browser it tells me, "Internet Explorer cannot display the … | |
Hello, I am having a gridview and a drop down list placed above it. Suppose my gridview has total 100 records in it. However, i the user wishes to see only 5 , he has to select 5 from the drop down list and the gridview should display only 5 … | |
Hello, I need help on this... I try to insert image from mysql into my php table.... but the output inside the image table are unknown characters [CODE]�Sm��.�l1�ZQm�M�Խok�*����5l��0P9���f�����I� �$A�3tu4Z��Jǽ�_t/�&��[�{Ro������;�� �:��I%�y�ҩ?u\�t_ï¿½ï¿½Ç ]�����N�>�B��z�9���ҥ��=hƬկdw��~��hY4�E����f%����MC�� 1���I�P@zP&r����j���֩��kÞº8�a�p��bSMyt���Co�Q$��?�ZF*�S�9����ØR����������x�h�9$�J \�m,[�6�^C��ct�q�U%��K$%�8����4����le�niX���\B �!s9n�;�1��F~t�䎪:�E�+�7R[���"! �1ZÝžzQ�>(�zSxѹ 5�⺞��mG%��֦�k �����/��9]_�4���!4 ���}���hI����� | |
The value for PI can be determined by the series equation PI=4x(1-1/3+1/5-1/7+1/9-1/11+1/13-....) write an interactive program that asks the user how manu terms of series equation to use in approximating PI. Then calculate and display the approximation. Here is a sample run: PI Approximation Program How many terms of the … | |
Hello, I hope somebody can help me out here ... I'm having a problem with error code while searching a word in a flat file. My flat file[CODE]|~|20091105213652|~|05 november 2011 - 21:36|~|John|~|18 cm|~|text 1|~|text2|~|text3|~|text4|~|text5|~|text6|~|No|~|John.jpg|~|xxx.xxxs.xxx.xxx|~|extra|~| |~|20091105213929|~|05 november 2011 - 21:39|~|Jeff|~|45 cm|~|text 1|~|text2|~|text3|~|text4|~|text5|~|text6|~|No|~|Jeff.jpg|~|xxx.xxxs.xxx.xxx|~|extra|~| |~|20091105220916|~|05 november 2011 - 22:09|~|Paul|~|15 cm|~|text 1|~|text2|~|text3|~|text4|~|text5|~|text6|~|No|~|Paul.jpg|~|xxx.xxxs.xxx.xxx|~|extra|~| |~|20091105221959|~|05 november … ![]() | |
I have a hp dv6000 laptop. I can barley see everything. Thought it might be a backlight. Was on the phone for 4 hours plus with HP and tried everything. They quoted me 422.oo to replace the backlight. So I bought a new screen. I installed it and it does … | |
Hi, I'm trying to use JavaScript to make a story out of randomly selected words from 4 arrays and then insert it into a textarea. It isn't working, can someone please tell me how to fix it.... there's an error somewhere I can't find. Thanks. HTML [CODE]<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> … | |
Hi everyone, I've been running this rig for about a year now. I recently upgraded my card to a EVGA 570GTX (from an EVGA 9800GT) and needed to upgrade my PSU to power it, so I got a Corsair 750W power supply (from a 500W PSU). Now, when I try … | |
Hey guys! pls help me.. Im having trouble with my dell inspiron 510m. I can't change the resolution of my screen.And the only screen resolution i have is 640*480 pixels. I tried to check the device manager and found out that the VIDEO DRIVER IS NOT WORKING properly and also, … | |
Hi guys, I've got the following, very basic, working DHTML; [CODE] <HTML> <HEAD> <SCRIPT TYPE="TEXT/JAVASCRIPT"> function setup(ans) { lit = '' if (ans == 'anim') { lit = '<br><br>How many legs? ' lit = lit + '<SELECT NAME="q2" ONCHANGE="alert(document.quest.q2.value)">' lit = lit + '<OPTION VALUE="">- Please select -</OPTION>' lit = … | |
I am facing a problem, I have pulled some records in DataGridView from database. Now I want that when I select some rows from DataGridView and click on command button, ID's of all selected rows should be displayed through message box. By using followng code I am able to display … | |
I have a problem. My computer broke down and then I reinstalled Windows (XP). Since then my computer dosen't recognise my graphics card. It still works, but cannot display 3D anymore. Do I have to update the driver? I don't know, I tried it ,but I need to know the … | |
I have posted one code. please help me i can't get msg at mouse pointer. please tell me how can i get label at the co-ordinates where the event has taken place. also tell what is the problem with code..it gives output after minimizing and maximizing. hope for reply. Thank … | |
Hello, in my program i want to read data from text file and display the data as keyvalue pair using console application. i am using below code to read the data [code]{ string[] lines = System.IO.File.ReadAllLines(@"C:\Users\ramy\desktop\grocery billing.txt"); System.Console.WriteLine("Contents of grocery billing.txt :"); foreach (string line in lines) { Console.WriteLine(line); // … | |
Hi Guys, Another puzzle for someone to try and crack... I have two divs inside the <body> that basically act as two versions of the same page. I need PHP to call one based on a variable retrieved from a database. As it stands, this is what I have... [CODE] … | |
Im using a javascript tree menu on a site, with collapsible and expandable links, it works perfectly offline but online, the icons that represent the + sign doesn display and an icon named folder.gif displays something else(a real folder)-ive checked the path to the images and everything is ok, ive … | |
Okay so a few weeks ago I started using my HDTV as one of my monitors on my GTX 285 graphics card. Then one morining I put the system to sleep woke up to turn it on. All of a sudden a fan (which I am almost 100% sure is … | |
Hi all, I do not know where to put these Thread , so I am hoping that you will answer me here . [URL="http://www.w3schools.com/js/tryit.asp?filename=tryjs_timing_clock"] http://www.w3schools.com/js/tryit.asp?filename=tryjs_timing_clock[/URL] I do not understand why these code display clock . Thank you for your effort of reading . | |
I'm having some IE problems. I can only view web pages on IE for 10 minutes when my computer first boots up, after that, I cannot display any pages. I have Internet connectivity, I can ping sites and use instant messenger, however no web pages will load. Any thoughts??? | |
Hi everyone! I know there have been quite a few threads on this topic but I'm having a lot of trouble with one piece of code. Basically, I have an input file with three columns and 500+ rows. I want to find the average of each column, and then subtract … | |
How can I print the contents of one cell so that it extends into the next cell to the right. The cell on the right is blank. In an HTML table, what I'm trying to do would be equivalent to spanning two cells. How can this be done in a … | |
have been trying to display on my data grip view but is not. i want a situation where by it will display on the datagrip view base on the invoice number, below are the code Private Sub getLastID() Dim oleDBDR As SqlDataReader Dim oleDBCommand As New SqlCommand With oleDBCommand .Connection … | |
Hi all, Ok so here's the deal, I work for a world wide recruiting company which has offices in multiple locations, for each office our sales team have a windows xp desktop connected to a flat screen(via VGA) displaying a power point presentation showing I.E. Most sales, annual income, blah … | |
I think I killed my monitor. Here's what happened: First, my little brother was playing some game. Something happened (he doesn't know) and suddenly the amount we could see on our monitor was very little. What I mean is, the actual amount of screen that was being used by the … | |
I'm trying to make it where I can draw an square with the values in the global array. I made it work without vertex array before but now I need to save it in array so I can possibly delete a square with just a mouse click. However I can't … | |
hello....i am trying to implement a client/server socket program in C to display the files available on the server to the client....how do i do this??? | |
I have a listbox which has some items in it and a button. I select some items and click the button. They are displayed in a table. I want these items to be displayed in the table to be unique...i.e. if I reselect those same items they should not be … | |
Hello,hope someone can help me I have a pc running windows xp s/p 3 The old monitor died so I bought a lg flatron 1943ss did the following uninstalled the old drivers loaded the driver for it from the cd but the resolution wont change to the recommended 1360x768 highest … | |
Ok, I have an Intel(R) 82845G/GL/GE/PE/GV Graphics Controller. 64 mb ram. 52mb AGP. It says it is integrated... I am using a SiSoftware Sandra program to look at this. First off, I would like to know if there are anywayz to make this better while I still have it? If … | |
I have connected one monitor to my motherboard and one to the video card,the monitor connected to the motherboard wont even switch itself on. any ideas? | |
This clears up once windows launches (which is the odd part) ... but on initial boot - before the splash screen and until the windows logo pops up - the screen is so fuzzy/distorted as to be unreadable. I'd reflash IF I COULD SEE THE DAMNED THING WELL ENOUGH TO … |
The End.