7,713 Topics

Member Avatar for
Member Avatar for denmarkstan

please i want someone to help me out here. i am trying to develop a dynamic class timetable. Every 2hrs; classes change lectures and lecturerers. i want my application on its own to be able to switch to next period. Doing that, the next period lctures and the lectureers would …

Member Avatar for Unhnd_Exception
0
127
Member Avatar for vatspoonam

I hav created an ASP and saved it in the wwwroot folder under the inetpub folder. But when i try to open it in the browser by specifying the path as "http://localhost/xyz.asp", i get the error "IE cannot open the page". Whats the problem?

Member Avatar for ArtistScope
0
128
Member Avatar for rayden150

[CODE] import javax.swing.*; import javax.swing.JFrame; public class Ejer1 { public static void main(String [] args){ JFrame frame = new JFrame (Box); frame.setVisible(true); frame.setSize(300,300); frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); JLabel label = new JLabel(); JPanel panel = new JPanel(); frame.add(panel); frame.add(label); System.out.println("*********"); System.out.printf("%s\n%s\n%s\n%s\n%s\n", "* *","* *","* *", "* *", "* *","*", "* *","* *","* *","* …

Member Avatar for kramerd
0
229
Member Avatar for fritzgarcia_29

I have dtpker1 and dtpker2 to choose from the date and I want to display in Listview. the problem with this code is that it cannot display dates from the listview. Please help me with the right syntax plzzzzzzzz.........:) Thank you so much!![code]Option Explicit Dim rs As New Recordset Dim …

Member Avatar for AndreRet
0
2K
Member Avatar for rolyestemonio

I have something to know guys, is it possible to combine all the data in one fields and it will display separately? Example: I have 3 fields (id, description, link) and i store this in the ff. with a separator "|": [B]description fields[/B] This is a description1 | This is …

Member Avatar for vibhaJ
0
105
Member Avatar for topstunes

Hi, Please could you help me with this problem. I have purchased a laptop for my son from (wish i'd bought new) Ebay (my advise, don't collect an item offering shipping it voids your paypal protection, apparently). Originally we were experiencing a problem with the battery not taking the charge …

Member Avatar for david cashin
0
281
Member Avatar for TheDocterd

Hi there I have a database with uhm lets say for now 4 tables inside it. The tables are each an individuals job data. It concists of data such as office routines, blah blah blah.. Now when the user logs in it displays the current logged in users name. Then …

Member Avatar for rpk2006
0
91
Member Avatar for GaBack

Hi I'm totally new and this is my first post. If i do any wrong pls forgive me :D My problem is: First i made form2 in form1: Form2 form2 = new Form2(); form2.show(); After that i have a checkboxlist in form2. Now i want to get which i check …

Member Avatar for GaBack
0
178
Member Avatar for Elehas

Alright I have a major issue here that has stumped me all weekend. A site i'm working on displays correctly in firefox but incorrectly in Safari, Chrome and IE. Don't worry about Internet Explorer. Weird thing is how it is displaying incorrectly. When you click on content or a link …

Member Avatar for teedoff
0
137
Member Avatar for DMon30

Can anyone help please. When starting internet explorer get message "Internet Explorer cannot display the webpage". Computer is on line (signal excellent) and can access internet through firefox. Have run microsoft malicious software tool and nothing found. Any help appreciated, please make it simple as I am a bit of …

Member Avatar for Netcode
0
135
Member Avatar for Terrible User

Today when i started my pc,, all the display was greenish... I tried the RESTORE and DEGAUSS button on my monitor, but it didn't help?? pls tell me wat to do??????

Member Avatar for Terrible User
0
559
Member Avatar for baraah

hi how can i make program using for loops only that display the output below * * ** ** *** *** **** **** ***** ***** ***** ***** **** **** *** *** ** ** * *

Member Avatar for peter_budo
0
165
Member Avatar for naugiedoggie

Hello, In the past, I have seen a tool used to physically find a laptop connected to the wireless network that was not authorized to do so. Basically, some guy would wander around the office with this monitor, I'm guessing monitoring signal strength of some kind, until he walked up …

0
116
Member Avatar for mynameisshafiq
Member Avatar for tony elkin

Hi there gang, newbie here. Thanking you in anticipation of help. Am an ex engineer from the valve and magnetron days of radar so please feel free to get exceptionally 'tecchie if you feel the need! Bought a used HP 15" flat screen and 12-15v power unit from a breaker, …

Member Avatar for Kito67
0
156
Member Avatar for dorien

Hello everybody, I am looking for a good C++ midi API. I have written a program in C++ that needs to be able to export MIDI. So far I had written my own export function, but I feel that the complexities of low level midi coding will become to great …

Member Avatar for dorien
0
397
Member Avatar for nilbernator

Does anyone know a simple way to display a powerpoint presentation in a WPF application. I am new to using WPF so please explain any examples you might give clearly.

Member Avatar for Momerath
0
89
Member Avatar for yap_1991

Hi all, I've created a GUI layout for what I am supposed to do. I have 2 combo boxes in the GUI and both serves the same function. The both of them needs to be able to drop-down the list of files from one of my folders. Hence, I just …

Member Avatar for masijade
0
1K
Member Avatar for bennettsville

hhey guys , I keep getting computer freezes and crashes when i paly video games. I have winodws 7 , I also have a new HP P533 with 3.0 gig athelon II and 5 gigs of ram and an hd 5570 ATI Radeon video card with 1 gig ddr2 ram. …

Member Avatar for WASDted
0
144
Member Avatar for beccaj

Hey guys, Ok having a BIG problem with my laptop. It's a Toshiba Satelleite A20, purchased in December 2003. Just before Christmas (so Dec 2005), the screen started shaking, so that nothing was viewable anymore. Then the bottom half of the screen (only the bottom half) would sort of white-out …

Member Avatar for DexterShaw
0
171
Member Avatar for rmp88

Heya, I have a HP 2009v 20 inch monitor. a few months ago it started randomly and intermittantly getting a fuzzy coloured screen, the best way to describe it is to show you some pics I took with my camera. I have tried connecting the PC to another monitor and …

Member Avatar for Rik_
0
109
Member Avatar for Kniggles

I have this code working, I would like to change the fuction message to display a pic by its url insteed of the message popup. --------------- else if(k >= 6) { alert("It's tough ") --------------------- I am thinking along the lines of an else if (k >= 6{ echo <img …

0
111
Member Avatar for Kniggles

[CODE]<?php // open base $con = mysql_connect("xxxxxxxxxxx", "xxxxxxxxxxx", "xxxxxxxxxxxxxxxxxx"); if (!$con) { die('Could not connect: ' . mysql_error()); } mysql_select_db("xxxxxxxxxxx", $con); // open table $result = mysql_query("SELECT * FROM leader"); // print table & column headders echo "<table border='1'> <tr> <th>id</th> <th>Club</th> <th>Website</th> <th>Club Badge Url</th> </tr>"; // get data …

Member Avatar for Kniggles
0
223
Member Avatar for druggeri1

I am using cake php I have a table called relates that holds the primary id values from the other tables. I used cakephp to generate the crud. it works fine. if you click on the number in the relates table it goes to the appropriate table and displays the …

Member Avatar for P0lT10n
0
406
Member Avatar for Frensi

Hi guys, I've had this problem with my computer. Every time i play a game my whole system crashes and blue lines come down the screen, it happens about 10 - 20 minutes into the game. Thing is this happened about 6 months ago, one day when it crashed i …

Member Avatar for Rik_
0
209
Member Avatar for benhowdle89

I'm populating a dropdown from a mysql table with php but some cells in the column are blank, so in the dropdown there are gaps where these blanks are. Can i choose not to show blank cells or something? Thanks

Member Avatar for pritaeas
0
263
Member Avatar for numancia

Hi guys I need help with my C# winform app below/attached the code Thanks. -------------------------------------------------------------------------------- [code] using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.IO; namespace ListOfRunners { public partial class Form1 : Form { //protected Runner runner; //protected List<Runner> listRunner; …

Member Avatar for numancia
0
203
Member Avatar for khaled_jawaher

i creeat a jar file,i used system.out.println to display records on screen.but the problem when i click on jar file nothing is displayed.it is displayed only when i am opening command prompt and entering java name of file.so result is displayed on console (msdos) but i want result to be …

Member Avatar for khaled_jawaher
0
104
Member Avatar for zachattack05

I'm lost on this one. I'm creating a "Preferences" type form. On this form I have a tree view and a panel. I have created multiple user controls, each to be displayed in the panel when a certain tree node is selected. The problem I am having is finding the …

Member Avatar for zachattack05
0
899
Member Avatar for derrick79

just got a new pc from ibuypower i have had it for about 15 days i turned it off a few hours ago and tryed to turn in back on jusat a few mins ago and my screen is not getting a signal. I first made sure my screen was …

Member Avatar for WASDted
0
131
Member Avatar for Nari_solution

i want to enlarge the images with no reducing clarity,,, and how to minimise the size(kb) of an image... also with quality.. pls help .. Nari

Member Avatar for mahavir123
0
82
Member Avatar for kezkez

what is the best way to display an arraylist? i am currently trying to display it in a textarea but not sure what method to use... [CODE] class Action2 implements ActionListener { public void actionPerformed (ActionEvent e) { String name = field2.getText(); String homeworks = field3.getText(); String exams = field4.getText(); …

Member Avatar for JamesCherrill
0
191
Member Avatar for 4ukh

dears, Can i display/load Microsoft excel data in the internet browser that is stored on some shared folder? BR

Member Avatar for iceandrews
0
117
Member Avatar for knan

I have a list of lists [CODE]x=[['a', 'b', 'c', 'd'], ['e', 'f'], ['g', 'h']][/CODE] I need the following output. [CODE]a-b a-c a-d b-c b-d c-d e-f g-h[/CODE] How can i do this? Can a regular expression be used here??

Member Avatar for Gribouillis
0
152
Member Avatar for adiiz

Hello frndz... when I start my PC .......screen goes blank but PC is running...and no output on keyboard and mouse. I have no idea what is causing...can you guys help me? My PC config: Intel C2Q6600 Asus P5K Premium 2x2 DDR2 800MHz RAM Sapphire HD5850 Corsair 550VX PSU 1TB WD …

Member Avatar for Shlaa
0
167
Member Avatar for swamiprasad

HI ... I m trying to make a form entry with input elements..I have an ADD button on the form besides a SUBMIT button..After the user enters the input fields & presses the ADD button, I want the form data to be displayed on the same form page. When the …

Member Avatar for VijayaKumar.S
0
306
Member Avatar for SindujaArun

hi i just want to know how to display data in the listview.Here is my code: [code] Sub viewAttendance() da = New SqlDataAdapter("select AttendanceDate,TimeIn,TimeOut,LateMin from tbl_Attendance", con) ds.Tables.Clear() 'da.SelectCommand = cmd da.Fill(ds, "tbl_Attendance") 'Dim krow1 As Integer = ds.Tables(0).Rows.Count With lvwAttendance .Clear() .View = View.Details .FullRowSelect = True .GridLines = …

Member Avatar for AndreRet
0
116
Member Avatar for Isimanica

Simply put I have an array of Data that is a total of 40 numbers that are between 1 and 9. I know how to make a function display and calculate just the frequency of the array. I know how to create a histogram based upon data from the array …

0
56
Member Avatar for PetArtistCherie

My old 17" CRT's monitor image was crisp and clear. I decide to upgrade to a 17" LDC monitor. I checked out a monitor in the store, liked the image it displayed and bought it. When I hooked it up to my computer at home, the image shown on the …

Member Avatar for 9139
0
302
Member Avatar for bouhbob

Hi, I used mysql_real_escape_string to insert a data with apostrophe, in the database, using php. This works. But when I want to select this data and display it in a form's field, it does not work. What happens is that the data before the apostrophe is displayed in the field, …

Member Avatar for vibhaJ
0
1K
Member Avatar for nssltd

Hey there in may web browser program their is something i am struggling on. That thing is you know when you go on a log on website and the address bar goes green? Well that is what i want to do but i am struggling on how to determine whether …

Member Avatar for nssltd
0
124
Member Avatar for Renore00

I'm having a problem with my monitor not being recognized by my computer, all that turns up is a "No Input Signal; Going To Power Save" error message. Earlier today, I had some technicians look at my computer because we were installing a new DSL/Cable connection. They had to manually …

Member Avatar for lysamarie17
0
108
Member Avatar for Motorider

Okay, I know. As a certified webmaster I should be able to figure this out. but... could someone please help me. I am trying to place some text to the right of navigation links, within the same div. here is the html [ICODE]<div id="navigation"> <ul> <li><a href="#">Welcome</a></li> <li><a href="#">About</a></li> <li><a …

Member Avatar for Motorider
0
116
Member Avatar for moerpheus

hi, my laptop shows black screen at start up!.. at first it was giving me sudden black screen while my computer was on. Now gives black screen at start up! please help

Member Avatar for Rik_
0
461
Member Avatar for Nemo_NIIT

Hi 1) I am using C# window application in that i have use one group box and in that i have put text boxes my first i visible and reset i have enabled to false i have insert one button in group box. [COLOR="Green"] I want that on the click …

Member Avatar for ashishkumar008
0
154
Member Avatar for sirlink99

I have an error when I add in another ball. The colors are the same how would it be possible to change the colors of the balls seperately when they are on the same screen. When I added the other ball in when one hit the edge the second one …

Member Avatar for Ezzaral
0
210
Member Avatar for niths

hi all, In my page i had a dropdown with some values. so when i select others in dropdown i need a textbox to display under that select option. can anyone help me.... Thank u.. i tried this code but this is not working.... [CODE] <head> <SCRIPT LANGUAGE="JavaScript"> function activate(field) …

Member Avatar for sudeepjd
0
128
Member Avatar for richardchrist

I have a dell mini inspiron 1011 running windows xp OS. I have had this for roughly 11 months (has 30 days left on the warranty). I turned my computer on the other day only to be confronted with the black screen explaining that windows has encountered a problem....etc and …

Member Avatar for gerbil
0
270
Member Avatar for turbomen
Member Avatar for IsharaComix
0
265
Member Avatar for cutechguys

Thanks in advance for any help... I have an HP DV2000 laptop, the screen likes to start flashing, scrambling and usually goes black. The laptop is still running, but the screen won't come back on. This also happens to the external monitor. I have tried reinstalling drivers, even different version …

Member Avatar for wholesaleeshops
0
203

The End.