7,713 Topics

Member Avatar for
Member Avatar for ddanbe

Hi all, For a combobox I was trying to imitate the behaviour of this code example:[url]http://msdn.microsoft.com/en-us/library/system.windows.forms.listcontrol.valuemember.aspx[/url] So I have this class: [CODE=c#]class Planet { private string myName; private double myGravitationalAcceleration; public Planet(string strName, double Acceleration) { this.myName = strName; this.myGravitationalAcceleration = Acceleration; } public string Name { get { return …

Member Avatar for ddanbe
0
120
Member Avatar for tmichael

My laptop worked great til a few weeks ago. It is a Toshiba 315 CDS. The screen suddenly has lines that go from the top of the screen to half way down the screen. You can still see what is behind it but it is like looking through prison bars. …

Member Avatar for Jupiter 2
0
218
Member Avatar for star344

I installed some additional memory last week because the desktop computer moved slowly. Now, the monitor shows black. I've hooked the computer to two different monitors and get the same result. It is an emachines computer, and I have taken the new memory out, but the monitor still doesn't work. …

Member Avatar for Bob_180_Bob
-1
246
Member Avatar for dima shawahneh

hello every one.. im beginner in asp.net i made a simple page and debug it but it gave me that IE can not display the page coz it is not connected with internet although im connected to internet and it must work on local host any solutions ..? thanks in …

Member Avatar for dima shawahneh
0
115
Member Avatar for tina05

Hi I want to display a variable menber array queue, and the definitions of the class are The Array.h template <class DataType> class Array { public: Array( int size ); private: T *ele; }; The Array.cpp Array<T>::Array( int size ) { if ( size < 1 ) { capacity = …

Member Avatar for jonsca
0
379
Member Avatar for HarshaDhanushka

[B][COLOR="red"][U]XFX GeFORCE 9800 GT[/U] [/COLOR][/B]graphic card can perform with any old VGA monitor as it's got a special [COLOR="Red"][B]DVI port[/B][/COLOR] in it's pack. Are there any other Graphic Card which can do the same? I mean If any ATI or whatelse does so,Please leave a reply with a complete expalnation …

Member Avatar for jbennet
0
159
Member Avatar for samsons17

i need help with this very simple question.... the [I]default[/I] in this program will just display the [I]wrong input[/I] if the input entered by user is different with the data type of the variable which is [I]char[/I].. but not if the user entered the the word which is the character …

Member Avatar for mrnutty
0
110
Member Avatar for Tactical Fart

I'm trying to fetch and display an online image in a GUI. The method will "target" an online image (like [url]http://www.site.com/picture.jpg[/url]) and put it in the GUI. Also, I will need to be able to replace the image with another when the need arises. Any ideas?

0
71
Member Avatar for samsons17

how do i display something like this using [I]for loop[/I]? 0 2 4 6 8 10 12 14 18 24 26 28 30 32 thank you for helping...

Member Avatar for restrictment
0
261
Member Avatar for opethcire316

I am building a new cheap computer and I'm looking at two graphics cards XFX HD-487A-ZWFC Radeon HD 4870 1GB 256-bit GDDR5 PCI Express 2.0 x16 HDCP and HIS H487FN1GP Radeon HD 4870 1GB 256-bit GDDR5 PCI Express 2.0 x16 HDCP my question is i noticed that the memory clock …

Member Avatar for crunchie
0
193
Member Avatar for adlitem

Hello, I had been having some monitor distortion issues on my Dell XPS m1210 so yesterday I downloaded the nVidia GeForce Go 7400 from the Dell support website to see if that would fix it. Now I have even bigger issues. Upon restarting, I was left with a black screen …

0
58
Member Avatar for ShailaMohite
Member Avatar for DdoubleD
0
77
Member Avatar for vortex24

Hi, I am working on code to have a drop down menu from which you can pick items and add a button with that course. Unfortunetally, I can't get the button to display. And help is greatly appreciated. [CODE]import java.awt.*; import java.awt.event.*; import javax.swing.*; public class ComboBoxFrame extends JFrame { …

Member Avatar for BestJewSinceJC
0
91
Member Avatar for whiteyoh

Hi All, the following code will allow you to type content, and saves it fine, but it just wont populate that paticular area with the current database entry. Please can somebody advise. Im sure i have missed something so simple. [code] <?php $result = mysql_query("select * from `indexinfo` where id …

Member Avatar for saranya14
0
6K
Member Avatar for oscarresonable

Hi guyzZz,.. How can I send a string into my POS POLE Display...??? Idea and Some Source Code is appreciated... TnkXx....

Member Avatar for silmy
0
113
Member Avatar for avirag

Listview item display: In my application when I am entering string it compares with formtext of each form.If it matches with any of the formText ,it displays the image of panel2 that is on each form .These images appears in listview as a result of matching of two strings(string in …

Member Avatar for sknake
0
134
Member Avatar for NicoleB

Hi All, If anyone can help me take my sql database (a single table) that information and display it in a form on my web page. Sometimes the Sql request will be multiple lines of the table. I have my database created am completely lost in the form view or …

Member Avatar for Thirusha
0
94
Member Avatar for kulrik

Alright guys i got another one: In the class Mymath, create a public method called calculateFactor. The method has two two arguments of type integer and checks whether the smaller of the two integers is a factor of the larger of the two integers. The method will return a factor …

Member Avatar for javaAddict
-1
1K
Member Avatar for chornox

Hello, I need a pointer on how exactly I can use part of the terminal for inpit and another part for output. Example [code]Enter the next command> [my command] <other thread display some stuff>[/code] Because I have a thread to display and a thread to read and I don't want …

Member Avatar for dkalita
0
97
Member Avatar for kulrik

Alright. Ive been at this problem for a few days know and cant figure out what's wrong with my coding. The Problem: Create a method called displayPerfectNumber in your own class named myMath. The method displayPerfectNumber asks a user to enter a integer number and displays every perfect number from …

Member Avatar for stevelg
0
541
Member Avatar for aakaashjois

I brought a new Philips 20" LCD Monitor. When I plugged in the monitor, the screen resolution was 1024X768. After I installed the nvidia card 7100GS driver, the resolution became 640X480. I am not able to increase it to any higher resolution. Every thing in the computer appears really big! …

Member Avatar for Bob_180_Bob
0
191
Member Avatar for RobBrown

Hello i am quite stumped with a function to print the following results: Start End Number of Primes 1 1000 168 1001 2000 135 2001 3000 127 3001 4000 120 4001 5000 119 5001 6000 114 6001 7000 117 7001 8000 107 8001 9000 110 9001 10000 112 … … …

Member Avatar for Sky Diploma
0
285
Member Avatar for samsons17

Sory for asking too much about this..But I really need to solve this problem immendiately.. This is just simple,but i dont know why i cant finf whats wrong with my code.. I'm trying to display the price,sale and the to total sale in point form.. like this : TOTAL SALE …

Member Avatar for necrolin
0
194
Member Avatar for MysticalChicken

While shutting down my laptop before going to bed last night (technically this morning, heh), after I had hit Start then Shut Down, before the window (or whatever it's called) came up asking if I wanted to restart, shut down, or stand by, my monitor started flickering black, then it …

0
79
Member Avatar for skjer

My monitor is displaying everything in IE in very LARGE font, I have tried changing screen resolution, updating display and video drivers,and just unplugging etc and nothing works

Member Avatar for Bob_180_Bob
0
315
Member Avatar for neilsam

hey guys i have a problem with a game of mine...farcry....the problem is that whenever i play the game the graphics gets messed up and the screen goes white though im still playing the game....ie, the game doesnt hang at all. i am currently using a dell computer: intel core2 …

Member Avatar for neilsam
0
103
Member Avatar for KawRiverrat

I have a Dell Latitude D600 I have green horizontal checkering. As I scroll on a page it goes completely green. While still being readable. At start up a bunch of unreadable gibberish comes up in black & white. When I try Safe mode the screen is unreadable. This problem …

Member Avatar for KawRiverrat
0
101
Member Avatar for avirag

Hi ,I have made an application in which I am matching a string entered in textbox with the Text property of the forms.In that , I am matching 0.75% characters of strings and the text of the result forms are displayed in listview. But the problem is that the string …

Member Avatar for abc16
0
244
Member Avatar for MAGO54

Hi, Perhaps someone out there could help me on this matter. This is a probelm that is driving me absoutely crazy. I would appreciate a second or perhaps third opinion on the matter. I have a HP 511 Tower, Windows XP Pro, HP monitor v50. For some reason, my monitor …

0
73
Member Avatar for Calimer0

Is there a way to fake a dual monitor for testing. I have only one monitor and I have to make an application that is suitable for two monitors. The second monitor screen should appear as a window on my primairy monitor. I am currently working on a Windows XP …

0
226
Member Avatar for Ramkumar_k

Hi all, I created one application for windows mobile. I want to display the version date dynamically in the aboutus form. Can any one help. Thanks in advance, Ram.

Member Avatar for sknake
0
37
Member Avatar for GooeyG

I'm in the process of designing a battleship game and I need some help of why I'm coming up with a error. The error is:error C4430: missing type specifier - int assumed. Note: C++ does not support default-int. Another question is, how would i randomly place the battleships in the …

Member Avatar for mrnutty
0
267
Member Avatar for spudly1987

yes i have a question if someone can help, i have an LCD tv LG 23LX2R [Monitor] (29.3"vis, March 2005) for some reason i am unable to view the bios on the screen so that if i want to change boot sequence but i can not see the screen, i …

0
65
Member Avatar for mya25

Ok so i log on under my user name and all i see is the pointer after a few minutes my screen saver pops up clearly. I move the mouse and its just black! I cant see anything. I try logging in to my guest and everything is there i …

0
44
Member Avatar for mdminternet

Hi guys, I'm very new to Javascript and normally I can find solutions for any issues I have with a quick Google search but this one I just can't find a solution that works. Essentially all I'm trying to do is insert a bit of adsense code into a part …

Member Avatar for mdminternet
0
205
Member Avatar for wayz1229

i want to sort qtitle by numbers. anyone can help me with tat.. i tried to modify the code below, but i couldn't find the solution. please help me.. [CODE]<?php $query1 = "SELECT * FROM table1"; $result1 = mysql_query($query1); $i=1; $num_row=mysql_num_rows(result1;) while ($row1 = mysql_fetch_array($result1)) { $qid = $row1['qid']; $qtitle …

Member Avatar for wayz1229
0
103
Member Avatar for joshuakurian

screen vibration,when i open document it starts to scroll down

0
30
Member Avatar for Atulk

Hello Everyone, I bought a new 19' widescreen lcd monitor a few days ago. the problem is that since the day i bought it , it gives a distinct horizontal flicker (horizontal lines moving from top to bottom) in certain colors and a subtle one in others. It is especially …

Member Avatar for mvd011244
0
240
Member Avatar for gianrocks

hey all, we recently bought LG L1510SF and i think i'm having a hard time adjusting its display. it says that it is in 1024 x 768 but i think the screen is still large and also, since i'm using vista, the aero function seems to be not working. i …

Member Avatar for gianrocks
0
93
Member Avatar for kkuss

Hi all, I have a 21" Dell Ul;trascan monitor which recently leaving 'shadows' or 'stains' on screen. I called our IT guys to check it out and they pronounced it past it's sell by date. They just delivered me a new one this morning - this time it's a Samsung …

Member Avatar for ronet.maharjan
1
1K
Member Avatar for Katie.

Hi there, Well my computers broken. i have Windows xp. So i start it up and everything looks normal, it goes onto the windows loading screen and the loading bar moves as normal but then gets a bit jerky near the end and then after that, it just goes to …

Member Avatar for Bob_180_Bob
0
190
Member Avatar for cgeier

I am trying to write a program to display the unicode character when a user enters a unicode character code. ex: If the user enters: "\u00C3" in the textfield, I want to display a capital "A" with a tilda (~) over the top of it. Here's my code so far: …

Member Avatar for cgeier
0
2K
Member Avatar for samsons17

Hi people... I'm still new in c++.. I got the problem with the recent assignment that i have to do... This is the assignment that i got... [ATTACH]12228[/ATTACH] my problem is i dont know how to display all the value that the user entered into a single receipt...when i tried …

Member Avatar for samsons17
0
132
Member Avatar for kevrsp

Hi, I have an XP machine and it boots up to just before the Password Screen into windows and displays the blue screen. Just a blue screen, nothing else, and the machine is completly unresponsive. I have tried to enter Windows in safe mode but again, it to just opens …

Member Avatar for Themonkman
0
282
Member Avatar for sylstain

Intel GMA 4500MHD integrated video card on laptops become so popular these days. There are so many laptops using that video card. I have 1 question, is it good for gaming ? How about the performance ? Thanks

Member Avatar for Xlphos
0
82
Member Avatar for Jeret03

ok, i recieved this computer from a friend that said his computer just wouldn't turn on one day. he said it was probably the monitor so i took the cpu and the monitor to test it. the monitor works fine on my computer so i tried his computer on my …

Member Avatar for Tommyusa
0
308
Member Avatar for peck3277

Hi all, I've tried searching both here and google for help on this one. I'm not quite sure what to call it basically I have a directory with different files all .txt. I want to display only the ones beginning with letter A. How do I modify my below code …

Member Avatar for ShawnCplus
0
123
Member Avatar for Viwe

[B]I am trying to prepare a report detailing all jobs entered into program sorted by customer and then by project name. Also produce a report for total products for all projects in database.[/B] I am able to create diferent classess (Component) for all my formular product calculations and then reference …

Member Avatar for Viwe
0
162
Member Avatar for xorgate

I have an LCD monitor here that just stopped working the other day. Anytime you turn it on, it flashes a left to right gradiant of black to red, green, or blue. The power light also shows orange, so it doesn't seem to be getting a signal from the pc. …

Member Avatar for BILLMOL
0
185
Member Avatar for Dheeraj Kumar

Hi, :cry: I have gotted a problem in window resolution. I am build a web page in 800 x 600 resolution. How can display this page in other resolution and he it will be automatically fit in client window screen. Have you any soltution for this, please given kind of …

Member Avatar for saeedabu
0
140

The End.