7,713 Topics
![]() | |
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 … ![]() | |
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? | |
[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", "* *","* *","* *", "* *", "* *","*", "* *","* *","* *","* … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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?????? | |
hi how can i make program using for loops only that display the output below * * ** ** *** *** **** **** ***** ***** ***** ***** **** **** *** *** ** ** * * | |
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 … | |
How to Add video in splash screen? is it possible? im using vb2008 | |
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, … | |
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 … | |
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. | |
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 … | |
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. … | |
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 … | |
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 … | |
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 … | |
[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 … | |
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 … ![]() | |
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 … | |
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 | |
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; … | |
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 … | |
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 … | |
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 … | |
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 | |
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(); … | |
dears, Can i display/load Microsoft excel data in the internet browser that is stored on some shared folder? BR | |
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?? | |
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 … | |
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 … | |
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 = … | |
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 … | |
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 … | |
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, … | |
![]() | 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 … ![]() |
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 … | |
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 … | |
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 | |
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 … | |
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 … | |
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) … | |
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 … | |
Dear All, How do I display the pathname to the BASH shell of the Linux Terminal? Cheers, | |
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 … |
The End.