2,966 Topics
![]() | |
Hi Guys, I have a Dell Latitude D630 and the SATA HDD crashed. I accidently purchased an ATA/IDE HDD as a replacement (cannot be exchanged - dodgy dealer!). Is it possible to fit this into the D630. I am aware the the D630 ATG has a SATA/IDE storage controller but … | |
hello I am very new to netbeans IDE 6.5. Now I connect My SQL database in netbeans after that I want to retrieve data from webpage and store into it. Not in a traditional way that old jdbc-odbc model..so please help me......... | |
Hi to all, I'm a JavaScript developer and like you know there are not to much tools for developing Javascript(at least this is my feeling). I was wandering if you can share with me your tools you are working to develop and debug java script code. I found the project: … | |
Can anyone suggest any resources that could help me learn Java GUI creation? I have been working on a lab assignment where we need to copy the Google Kitchen Sink example and my biggest problem has been layout issues, whether I code by hand or use the IDE although I … | |
Hi guys! This time I'm getting help for a friend, so any advice you could offer would be awesome! So my friend has a laptop, but it won't power up anymore and it gets errors like these when it tries to: Extended Test: Service Tag HT4D0C1 (IDE Disk Test) 1) … | |
Hello everyone! I am looking for a simple free c/c++ IDE which does not need to create projects in order to build applications. If possible, I would like something that has code completion on par with MSVC Intellisense, or NetBeans code completion. However, the most important feature I am looking … | |
hi I'm doing an exercise from a book, where I created a project called "Example.cs". When I wrote the code, here are the steps involve: 1. Select New Item. This causes the Add New Item dialog to be displayed. Select Code File and then change the name to Example.cs, 2.Next, … | |
Hi guys - my box is probably suffering from something similar here - cant run regedit / cmd , programs shut down without reason, machine hungs and is really slow etc etc.. Run malware bytes and found a few files & registry items that were infected. Run Hijack this afterwards … | |
Hi, I want to learn spring,strut,hibernate... where i get simple and good tutorial for beginners. which framework /tools/IDE to download. or books .. what other basic language needed to learn like to learn c++ background of c please give me all details?? Thank you | |
I finished putting together my first computer, im semi-experienced with it and am pretty sure all the hardware was installed correctly. i tried installing windows xp with a "windows xp reinstallation disk" but that gave me a blue screen about halfway into setup. i then reformatted my HDD and tried … | |
I am new to using swing and I am trying to find a good way to organize a window with multiple tabs. I have found the info on Sun's website but I still need to manipulate the positions and alignments of those tabs more than what it covers. I also … | |
I wrote this simple java program to test the repaint mechanism in Java for my Eclipse IDE (not that it works on XCode either). The repaint() mechanism is not repainting, it does not erase the code previous to it in the graphic. It should according to everything I've read. Help … | |
Hello to everyone...I'm the new guy in need of major help. There was quite a storm today and when I got home...the screen on the PC was black. I hit the reset button, thinking that it would just boot up and would be well. I built the machine 8 years … | |
Hi! I have the same problem... my taskbar changes and my volume doesn't start if I use another program that has sound (eg. if i listen to winamp, and i decide to go on youtube or a web page with sound it doesn't start. it works vice-versa as well. I … | |
Hi, I am after a step-by-step guide how to create a game in Netbeans IDE 6.0. Some examples would be appreciated. | |
I'm getting a RunDLL error on startup that says as follows: Error loading C:\Windows\Qqafeco.dll The Specified module could not be found. After I close the notification box, my computer seems to be running ok, but goes through extremely slow periods where it sometimes takes text I write 10-15 seconds to … | |
ahh , finally I backtrack the bug. Believe me I'm not saying that I'm experienced but many years I have been working with C++ , at least 5 yrs .I'm working with the C compiler since I was at the 7th grade. however the fun part is not boosting about … | |
Hello all! I'm trying to add a WD 750G HDD to my system. I have a Silicon Image SiL3114 PCI SATA card, and I'm still booting from my IDE HDD. I initialized and formatted the new 750 while it was in an external case, and started moving some files onto … | |
Hi all. I am trying to connect to MySQL database on a remote m/c(IP: 192.168.120.44) Heres my code: [CODE] System.out.println("Making new connection(object).."); Class.forName("com.mysql.jdbc.Driver").newInstance(); con = DriverManager.getConnection("jdbc:mysql://192.168.120.44:3306/tox_erp10","root","tiger"); System.out.println("Done"); [/CODE] I am using netbeans IDE. [B]I can connect to the remote database thru SERVICES in netbeans[/B]. But the code doesnt work.. It … | |
Hi- I have a huge challenge that I can't figure out. I am trying to integrate the following hardware: New Gear: ECS GF7100PVT-M3 Motherboard Antec EA-380 Powersupply Intel E5200 Processor 2 MB generic RAM Old Gear Generic AT Case A couple of old IDE hard drives, a few generic keyboard/mouse … | |
My Friend has a Dell Inspiron8250 Series Computer with the following spec: Pentium 4 2.8Ghz 120GB HDD, Geforce 4 Mx 64MB 512MB DDR DVDRW DVD He recently came across problems regarding his aol boradband .. the drivers wern't installing "due to a problem with the operating system" so we decided … | |
hi everyone.... im doing IDE for java swing (like dragging comp into design area)... is there a way to save the design as format and when i open it the design must be showed as it was saved.... Thanks in advance... | |
I was trying to put a second hard drive in my computer which already has a 250 gig sata drive instaled. The one I was trying to put in was a 80 gig IDE that i recovered from a bad computer. Well it did not work out because my computer … | |
Hello all folks... I have an asp.net web application which uses Microsoft Sql Server 2000 as its backend....Our application is a Payroll Management System.. The system is fully completed and uploaded to the local server in our client offices....The system is build on WinXp platform...the apps is running in the … | |
Hi everybody. I am a student in computers at the Hebrew University in Jerusalem. I started to work with Java - and working with Product Version: NetBeans IDE 6.5 Java: 1.6.0_11; Java HotSpot(TM) Client VM 11.0-b16 System: Windows XP version 5.1 running on x86; Cp1252; en_US I have an urgent … | |
hi friends i am connecting to sql server with java through eclipse as IDE. here's my base connectivity class to sql server public class BaseDAO { public Connection getConnection() throws Exception { String userName = "aman"; String password = "password"; String url = "jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=amandb"; // step 1 Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver").newInstance(); // Step … | |
I am working in VCL components in IDE.I need to create a project file in xml.Can anyone help me? | |
Hi everyone I'm new to JSP and followed a code I read in a book here is my code: [code=JSP]<%@ page import="java.sql.*" %> <%@ page import="java.io.*" %> <% String connectionURL = "jdbc:mysql://192.168.10.2/ox?user=moop&password=unbind"; Connection connection = null; Statement statement = null; ResultSet rs = null; Class.forName("com.mysql.jdbc.Driver").newInstance(); Connection cn = DriverManager.getConnection(connectionURL); Statement … | |
hi all, I have successfully created and run knoppix USB flash disk. And i fully read that script and I think I underestood it enoughf. Then I create my IDE hard disk fat partition and format it as FAT32 and copy the files of the DSL linux to it and … | |
I got a question which i cannot do. Pls help me. (This is using Turbo C++ IDE). The questions are: Q1. WAP to print the sum of the following series: 2(square) + {2(square) + 4(square)} + {2(square) + 4(square) + 6(square)} .............. till N terms. Q2. WAP to find out … | |
[i] Topic The topic of this question is: How does the @NamedQuery work? [/i] [icode] Hello and Thank you in advance for any assistance. [/icode] [u] [b] Purpose: [/b] [/u] [b] The purpose of this code is understand why the Netbeans ide constructed @NamedQueries that refer to an object Content … | |
Hello mates, i am pretty new to this forum.. i am a midrange c++ programmer. if i have to create an IDE in c++ that involves basic drawing tools, what should i learn and where should i start?? is it a big task? can anyone explain me or direct me … | |
Hi, I looked for this on Google, but to no success. Can anyone help/point me in the right direction as to how include a terminal window in an exectuable jar file?? Outside the IDE, I can only access my program by command promt, Im not fussed about layout, I just … | |
My wife's computer's hard drive died. I tried installing both IDE and SATA drives to use for the restore. None of them are recognized by the Disk Management system using the MS HomeServer Restore CD, Vista, or XP Install disks. The BIOS shows the HDD. I partitioned and formatted the … | |
when i click File->new->Project->ASP.NET web Project->OK in my .Net 2003 IDE i get following error: " Visual studio has detected that the specified web server is not running ASP.Net version 1.1.You may not be able to run ASP.NET web aplications or services" My OS is XP-SP2.I have IIS v5.1 Installed … | |
Yesterday, my VS2008 IDE began allowing only 1 document/tab to be present at a time in the Text Editor (vb). I've been using this solution for 5 months with no problem up to now. I've looked at various tools/options, but can't see anything that does, or should, help. At the … | |
Please help, I have copied some code to connect to a MSAccess database. However when I try to run it I get a Security Exception message. Weird thing is, in the IDE I can use database explorer to find, open and test the connection to the database. The database is … | |
hello friends I want to gain some knowledge on java. could you help me in reffering some good e-books. Also let me know what is the best IDE to be used for java? thanks in advance. | |
I am new to this forum and facing a few problems with my PC. Here goes the first one: I had a virus attack and had to reformat the machine and install a new OS. My Xp Sp3 hangs when ever I insert a DVD. Earlier I never faced this … | |
First, please know that I've already checked out the other threads on the subject and none of the solutions have worked in my case. Having said that, I recently upgraded the memory and replaced the mobo in my HTPC. Below is my current setup: Gigabyte MA790X-DS4 mobo AMD Athlon 64 … | |
Yesterday, my VS2008 IDE began allowing only 1 document/tab to be present at a time in the Text Editor (vb). I've been using this solution for 5 months with no problem up to now. I've looked at various tools/options, but can't see anything that does, or should, help. At the … | |
Hi all, I'm new here. Hello! I am a new comp. sci major and am required to take a beginning course which we learn c++. So far I've been hanging in, but I don't have the greatest teacher to learn from. I've had no formal programming language training. I've actually … | |
Hi all, i've encountered this trojan while downloading some music using FrostWire thru Sanboxie. NOD32 got it and supposedly got rid of it. But i'm somewhat uncomfortable and i downloaded hijackThis. Some BHOs seem suspicious but i really don't want to mess something up so i'm posting the log. Please … | |
While searching the internet I always come across several posts where they're saying that Bloodshed Dev-C++ isn't for advanced use (rather for newbies), why are they saying that? Is MinGW not an advanced compiler? Or is it just because they aren't developping Dev-C++ anymore... I know there's Code::Blocks, but I … | |
Hi, I've been trying to get an old system running for a little bit now and after a lot of testing I've found that when the hard drive is not plugged in, it will POST fine but if it is, it freezes during the Detecting IDE part. I have tried … | |
hi, i have a INTERNAL for 3.5" IDE hdd and i want to make it bootable. i have windows 2003 installed and i can't boot from it. I looked over the internet but not a chance. i found nothing Ok first. I just finished formatting a laptop and tried the … | |
Hi, I currently use Eclipse as my IDE. I'm looking for instructions on how to integerate my Java code with HTML in the Eclipse enviornment or what IDE I can use in conjunction that will allow me to do so. Any advise would be appreciated. -- LiveWire | |
Hi, I am working on one in house web application for my company, I am facing one issue which is coming on deployment machine only Actually my application is based on multitier architecture, here when i am trying to throw a customized exception in business layer/data layer, it is throwing … | |
hi everyone..... im doing an IDE as project..... my problem is when i press .(dot) a popup list must be shown...... i have done it but from the popup list i cant select an item.... the list popsup over a text area and its like the list is not at … | |
Hi, I am new to this forum and PHP. I am looking for a recommendation on a PHP IDE. I do not want to spend too much money. I am a former Java and Microsoft developer (Java, C#.NET, ASP, JavaScript, HTML, SQL Server). It has been some years since I … |
The End.