Forum: C# Jul 13th, 2009 |
| Replies: 1 Views: 308 Hi again,
I solved the problem using this page.
http://msdn.microsoft.com/en-us/library/k4cbh4dh.aspx |
Forum: Windows NT / 2000 / XP Jul 13th, 2009 |
| Replies: 4 Views: 300 Thank you all, I solved my problem using the software sknake recommended. I was unable to delete some files because they were used and I didn't know which process used them. Now everyhting's ok.
... |
Forum: C# Jul 13th, 2009 |
| Replies: 1 Views: 308 Hi,
I am building a web application in c#using visual studio 2008. I want to embed a calendar in a combobox, so that when combobox is clicked a calendar will pop up and user will be able to select... |
Forum: Windows NT / 2000 / XP Jul 10th, 2009 |
| Replies: 4 Views: 300 Hi,
I am an XP user and trying to find out which service or process uses which file. Is there any cmd command or other way to learn this. |
Forum: Pascal and Delphi Jul 9th, 2009 |
| Replies: 2 Views: 493 Thanks FlamingClaw, I got more than i need from that site |
Forum: Pascal and Delphi Jul 6th, 2009 |
| Replies: 2 Views: 493 Hi,
I am modifying a software in delphi, The software is in Turkish, but it cannot show special Turkish characters properly. Can anyone help me solve this problem. |
Forum: Web Browsers Jun 15th, 2009 |
| Replies: 3 Views: 708 I uninstalled all installed add-ons and now it works. I don't know which one caused the problem.
Thanks for help |
Forum: Web Browsers Jun 15th, 2009 |
| Replies: 3 Views: 708 Hi,
I cannot connect to internet using internet explorer. I can browse web pages with any other browser.
When I type a web page and click enter in internet explorer, explorer just waits and... |
Forum: JavaScript / DHTML / AJAX Apr 17th, 2009 |
| Replies: 0 Views: 533 Hi, I am trying to create a playlist using JCarousel. I am trying to create playlists changing with tabs. When the page loads for the first time playlist works correctly, but when I click on a tab... |
Forum: Windows NT / 2000 / XP Nov 10th, 2008 |
| Replies: 1 Views: 628 Hi,
I have an on board cam on my notebook, but i want to install another one. I installed some so called driver software on the CD that came with the webcam but the software sees the on-board cam,... |
Forum: ASP.NET May 17th, 2008 |
| Replies: 2 Views: 3,155 Hi,
I am making an asp website using visual c#. I am working on visual studio 2008. I have a problem with selecting data source from the database for UI components. For example, i added a... |
Forum: Java Apr 23rd, 2008 |
| Replies: 1 Views: 1,572 Hi,
I get the following exception when i try to run the following code segment.
stmt = (Statement) conn.createStatement();
rs = stmt.executeQuery( "SHOW TABLES");
if(rs.first())... |
Forum: ASP.NET Apr 19th, 2008 |
| Replies: 11 Views: 1,283 :-s Anyway, thank you all. |
Forum: ASP.NET Apr 15th, 2008 |
| Replies: 11 Views: 1,283 Thank you very much,
i have also done some search on web other people also recommend the same thing. Thanks again |
Forum: ASP.NET Apr 15th, 2008 |
| Replies: 11 Views: 1,283 Hi,
I am working on a database related project for a course. I have decided to use mysql as a database but I cannot decide which web programming language to use. I am trying to decide between... |
Forum: C++ Sep 16th, 2007 |
| Replies: 2 Views: 2,564 I am trying to read source code of a webpage in C++. I haven't gone too much of a way. Can I read it as a text File?? |
Forum: IT Professionals' Lounge Mar 28th, 2007 |
| Replies: 3 Views: 2,589 Hi, I am very new at web development, and i am trying to run my own web page. I installed an apache server on my system and it works fine. I also both a domain name for myself. But I don't know how... |
Forum: Java May 27th, 2005 |
| Replies: 4 Views: 3,681 |
Forum: Java May 27th, 2005 |
| Replies: 4 Views: 3,681 |
Forum: Java May 27th, 2005 |
| Replies: 4 Views: 3,681 I formatted my computer today, now I can't compile the files from command prompt, but I can run the compiled ones. How can I solve this problem :o :o :o
Thanks |
Forum: Java May 26th, 2005 |
| Replies: 11 Views: 2,636 Deitel - Java How to Program |
Forum: Java May 23rd, 2005 |
| Replies: 63 Views: 131,743 From the documentation
public class NoClassDefFoundError
extends LinkageError
Thrown if the Java Virtual Machine or a ClassLoader instance tries to load in the definition of a class (as part... |
Forum: Java May 23rd, 2005 |
| Replies: 3 Views: 1,256 I also think that a book would be better |
Forum: Java May 20th, 2005 |
| Replies: 3 Views: 1,739 Try out this code, maybe you can use some parts of it
class Convert {
public static void main(String args[]) {
Scanner keyboard = new Scanner( System.in);
String Num,... |
Forum: Java May 20th, 2005 |
| Replies: 2 Views: 1,710 Maybe you should use ArrayList class rather than using arrays.
You do not need to specify a maximum element number. Also ArrayList class does the shifting things itself when you remove an element... |
Forum: Java May 19th, 2005 |
| Replies: 8 Views: 17,334 You can use " java.io" package classes to do that. |
Forum: Java May 19th, 2005 |
| Replies: 16 Views: 13,302 Maybe you can work on some kind of simulation things such as traffic simulation with intelligent drivers, pedestrians... or air control simulation. Also a modeling kind of thing might be interesting... |
Forum: Java May 19th, 2005 |
| Replies: 3 Views: 2,629 You can define one of tthose frames as an inner class under another one with private access (Actually you can't make an inner class public). THen you can use D1 in both of them. And you can use the... |
Forum: IT Professionals' Lounge May 19th, 2005 |
| Replies: 10 Views: 3,980 Hi, I want to start learning how to create a web page from beginning, I know a little java and still working on it. But generally I am clueless about web development :o :sad: :o
I am looking at... |
Forum: Java May 17th, 2005 |
| Replies: 15 Views: 5,594 Hi,
I have problems with showing the menu items. I wrote a kind of calculator program. When I open the file menu the first open item can be seen on the text field but the other ones I think goes... |