3,124 Topics

Member Avatar for
Member Avatar for elli18

My laptop is a Toshiba Satellite L305D-S5938. My laptop has recently started shutting down on it's own. I don't think it's because of overheating since I have a cooling pad. Anyway, this was still going on until one day after shutting it down, I didn't use it for atleast a …

Member Avatar for elli18
1
709
Member Avatar for nikolaos

I want to write a version of the SAND GAME. I want to examine the color of every pixel in a Jframe window. I use something like this. Toolkit toolkit = Toolkit.getDefaultToolkit (); Dimension dim = toolkit.getScreenSize(); int height = dim.height; int width = dim.width; GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment(); GraphicsDevice …

Member Avatar for nikolaos
0
238
Member Avatar for raviaaaa

HI All my requiurement is: I am getting list, list consists of follwing id assetid name assstatusid seriescode matchedstring 10 1 ab 3 34 match1 11 2 some 3 67 mat 12 3 name 3 678 matchstring 12 3 name 3 678 matchstringone 12 3 name 3 678 matchstri 12 …

0
142
Member Avatar for Hiefy

I have a LG M2780D LED monitor that is supposed to be able to display 1920x1080. I have a Radeon Saphhire 6950 in my custom built PC and whenever I try to set the resolution at 1920x1080 the screen downsizes (doesn't fill up the entire screen). I tried going into …

Member Avatar for amazingnessn
0
140
Member Avatar for poojavb

Hello Friends, I have a doubt.... Can we set the windows form resolution according to pc screen resolution and even the control should be adjusted....is it possible??? eg. My screen resolution is 1366 X 768 and my form size is 1254, 709....but I want it so set according to the …

Member Avatar for poojavb
0
5K
Member Avatar for DooMas

Hi there. I have a problem with my graphics card. When I try to instal drivers for it, I get this error http://www.part.lt/img/e611c129f6e43ce55573f6ae630d605d32.png I tryed uninstaling old drivers, but it didnt helped. Please, help me.

Member Avatar for DooMas
0
46
Member Avatar for darthswift00

Id like to know how to display a logged in users name on a aspx webpage? The website is a music online store that can be view without logging into the site. If the user however wants to purchase a music album and they are not registerd to my site, …

Member Avatar for JorgeM
0
323
Member Avatar for crag0

I am a beginner to pything and I am looking to monitor a directory and run a script everytime something is input into the directory. I am wondering the best method for doing this using python? Any point in the right direction I would appreciate.

Member Avatar for TrustyTony
0
278
Member Avatar for mariaceline_21

help my laptop turned black screen compaq cq61 .my laptop screen turned into black whenever i plug the battery charger please help me

Member Avatar for JorgeM
0
133
Member Avatar for cazlin

Hi guy's aned gal's I am currently stuggling to set up the daulhead2go on my desktop, I am running a Dell optiplex 390. I am using the standard onboard graphic card. The software is picking up the daulhead module but i am having trouble getting it to display on both …

0
74
Member Avatar for mariaceline_21

compaq cq61 .my laptop screen turned into black whenever i plug the battery charger please help me

Member Avatar for Billy Bailey
0
73
Member Avatar for erickrulz23

Hello, I am having this problem lately. When my computer is turned on, it starts normally then sometimes display doesn't show when going to the desktop (switch on, window logo appears, then the display disappears when getting into the "Logging in Window" part). I know that the CPU is running …

Member Avatar for zxor 2
0
143
Member Avatar for DaveyMoyes

Hi everyone, I have been trying to write a php script to display a div and its contents depening on a result from mysql. Inside the div is a basic input form etc, nothing special, some error & validation checking. What I would like to do is, to only display …

Member Avatar for pritaeas
0
178
Member Avatar for evilduck616

Hey, I have an Acer Aspire 2930z and i just boutght a new battery for cause it needed it, then i put the new battery in and i turn it on, but the screen is black, the power light comes on (blue) and it was flashing orange so i charged …

Member Avatar for Mazza1234
0
289
Member Avatar for Khodz

Hey Guys! So... I left my PC back home when i went off to college and now that I'm back for summer, it seems that it has missed me because it doesn't work anymore. **First Problem:** When I tried to switch it on, it would start to boot (I'd see …

Member Avatar for JorgeM
0
202
Member Avatar for becool007

So i bought a new 22" LCD - LED backlit - monitor for my new buiild, and i'm facing a horrible case of buyer's remorse... So the problem with this monitor is that: 1) Not much information on it on the web - makes me suspicious 2) Not a very …

Member Avatar for rubberman
0
352
Member Avatar for archie.herbias

i want to display some code snippets for my forum. i want to display and html and jsp codes or other codes but i don't know how to fix it because if i display it in a page. it is like that it is included in the page code. i …

0
92
Member Avatar for Kniggles

Hi All, Can anyone see why this line dos not produce real links if they have "http://" add to them when added to the data base ? //---------------------------------------------- $result = mysql_query("SELECT * FROM track ORDER BY rand()");while($row = mysql_fetch_array($result)) { echo '<td> <a class="mylink" target=_parent href="http://', $row['car'],'">',$row['tag'] . "<br>"; } …

Member Avatar for Kniggles
0
136
Member Avatar for Griffin54

Hello; I am working on a web page that I have designed to take up 75% of the monitor. Presently this web page when loaded auto aligns to the left side of my monitor. While it looks fine I would prefer it to be centered on my monitor. I have …

Member Avatar for lps
0
238
Member Avatar for jimoaks

Hello, I have two problems. First, I am trying to have a set background image that displays with two jbuttons on the bottom. My error is that when the back ground image is displayed it hides the buttons (until you mouse over them). Second, I want the buttons on the …

Member Avatar for JamesCherrill
0
393
Member Avatar for diafol

Not sure if this has been mentioned - I did search but couldn't find anything that related: Noticed this issue in Opera today. I rarely use the browser, but seems common on all pages with code. The code numbers seem to overlap. ![Capture44](/attachments/large/0/Capture44.PNG "Capture44") As you can see, just the …

Member Avatar for diafol
0
225
Member Avatar for nsillk

I recently got a hp Pavilion g6. It already had Window 7 installed and Direct X 11 installed. However when I try to play Warcraft in it I get the error message Direct X is not supported. And when I did some searching it says that Pavilion g6 doesn't support …

Member Avatar for nsillk
0
407
Member Avatar for James19142

This app I finally got the splashscreen to the way i want it, but when I run the .exe from the explorer the splashscreen loses its transparency and has a white background replacing the glow; In when the compiler runs it directly after it builds it look exactly how it …

0
113
Member Avatar for layman114

I am trying to display value. The code below displays value but it uses alert to show value. But I need to show value in a textbox. Anyone there to help me??? $('#show').click(function() { var $cars = ''; $('#selected_cars .innertxt2').each(function() { var $car_value = $(this).attr('carvalue'); if ($cars == '') $cars …

Member Avatar for Airshow
0
237
Member Avatar for catls44

I have an ACER 7741Z. THe screen just went black on me. I unplugged it over night, took battery out, help start button 60 seconds then restarted it. Screen still is black after I type in my security code. After a period of time the computer goes into sleep mode …

0
173
Member Avatar for inxs93

Hello. I received great help from this community a while back with a problem, and now I'm desperately in need of help again. I've done several google searches, and I've found my problem listed, but none of the solutions have worked. I hope this in the right forum, as I'm …

Member Avatar for inxs93
0
249
Member Avatar for ttrrp

Hello everyone, i am facing a problem with turbo c, when i complie and run the program, the screen just shows a blank black sreen, nothing is executed. you press any button on keyborad, the screen returns back to the editor mode. No program is getting executed, Found no errors …

Member Avatar for ttrrp
0
235
Member Avatar for ganesh641

My laptop turns white color with small line, while i switch on my laptop, the screen turns white color with small lines and i can't continue further laptop model:dell inspiron 1545

Member Avatar for 117
0
191
Member Avatar for JC108415

I have a 2 month old HP Pavillion G6 and it turns on fine and i can log on and every thing but it keeps randomly making a beep sound and then the screen turns black, the computors still on but the only way to get my screen back on …

Member Avatar for 117
0
134
Member Avatar for jade_91

so heres my code [CODE] import java.awt.*; import java.text.*; import java.util.*; import java.util.List; // Explicit import required import javax.swing.*; public class Sort { public static void main(String args[]) { Runnable runner = new Runnable() { public void run() { String words[] = {"Sean", "Beth", "Ryan", "Bree", "Jim", "Bob"}; List list …

Member Avatar for NormR1
0
259

The End.