Forum: Windows Vista and Windows 7 1 Day Ago |
| Replies: 1 Views: 88 Hi,
I have a COMPAQ Presario v6700 laptop with Core2Due processor 1.8GHz, 2GB RAM, and Windows Vista Ultimate SP1.
My problem is all the time I see the processor cycles gage is full for... |
Forum: C# 28 Days Ago |
| Replies: 8 Views: 659 Thanks for your reply, but I think there's no need to use the StreamReader class here because the richTextBox.LoadFile() support this inherently.
This method I think it won't load .doc file... |
Forum: C# 28 Days Ago |
| Replies: 8 Views: 659 Hi guys,
How to load any other document formats other than .txt, and .rtf (which naturally supported by LoadFile() function), like .java, .c#, and .doc into richTextBox object?????
any help... |
Forum: C# Sep 30th, 2009 |
| Replies: 3 Views: 206 Hi guys,
Is it necessary to use destructor in c# to terminate any created objects??
Thanks in advance |
Forum: C# Sep 29th, 2009 |
| Replies: 1 Views: 262 Hi dudes,
Many times when I read others codes I found they're usingattributes , and actually I don't know when to use attributes, or when it becomes necessary to use it to be aware of it in my... |
Forum: C# Sep 29th, 2009 |
| Replies: 3 Views: 256 Thanks again Mr. sknake for your help |
Forum: C# Sep 28th, 2009 |
| Replies: 3 Views: 256 hi guys,
How to make a child form refer to it's parent form, what i mean is that when the child form created it's lock the parent till it finish.
thanks in advance |
Forum: C# Sep 27th, 2009 |
| Replies: 4 Views: 245 Thanks sknake, I appreciate your help, it worked fine!!!! |
Forum: C# Sep 26th, 2009 |
| Replies: 4 Views: 245 hi guys,
I'm writting a simple text editor using visual studio 2008. When I'm trying to
make a new instance of the application using the following code which is existed
in Main() method
... |
Forum: C# Sep 21st, 2009 |
| Replies: 5 Views: 337 hi guys,
Is there any tool for C# that shows the running fragments of source code
at runtime or at least facilitate the navigation into source code I mean reading the source code. |
Forum: Java Sep 11th, 2009 |
| Replies: 3 Views: 195 How to use Visual Studio instead of Netbeans for java???? |
Forum: C# Sep 11th, 2009 |
| Replies: 5 Views: 648 Thanks all of you guys!!!!!!!!!!! |
Forum: JSP Sep 9th, 2009 |
| Replies: 4 Views: 420 yeap, i've googled and i came up with some results, before you told me that, but i submitted this thread to know if someone there have a better suggestions for me.
Thanks anyway |
Forum: C# Sep 9th, 2009 |
| Replies: 5 Views: 648 Hi guys,
I wrote a simple text editor using C#. It can maintain the text format like font color, and font size when text pasted to it, and I able to save it to .doc, or .rtf. When I open the saved... |
Forum: Java Sep 9th, 2009 |
| Replies: 3 Views: 195 Hi guys,
Visual studio contains alot of controls which facilitate the development of application using C#. Is there any workaround to use this controls in Netbeans IDE or any plugins to make... |
Forum: JSP Sep 9th, 2009 |
| Replies: 4 Views: 420 Hi guys,
Is there any JSP IDE which facilitate the development of webpages as in ASP.NET using Visual studio with minimal written code.
Thanks in advance |
Forum: Database Design Aug 9th, 2009 |
| Replies: 1 Views: 361 Hi guys,
I've a problem with "Form Builder 10". When I prepared my initial design and ran it to see how my design will respond to my commands using "Firefox" or "Internet Explorer" I found both of... |
Forum: Database Design Aug 8th, 2009 |
| Replies: 3 Views: 553 No powerbuilder isn't a database, but it's an IDE which connects to a sql server or oracle engine by driver to facilitate gui development of your application |
Forum: Java Jun 27th, 2009 |
| Replies: 4 Views: 382 anyway thanks guys i'll try all of these and tell you.
thanks again |
Forum: Java Jun 17th, 2009 |
| Replies: 4 Views: 382 hi,
I've a bug in the following code, i don't know where it is?? is it in the design itself, or the code needs threading especially in the "Swing". The following code is a part of simple word game... |
Forum: Java Mar 31st, 2009 |
| Replies: 0 Views: 312 Hi guys,
how to read a unicode characters (arabic characters) form ResultSet object which appears after extraction as question marks like this(?????) i've tried to use the "getUnicodeStream()"... |
Forum: Troubleshooting Dead Machines Feb 26th, 2009 |
| Replies: 1 Views: 452 Hello guys,
recently i bought a Compaq laptop model v6000 with vista OS. and Ive made a backup of data using windows backup wizard which burned to DVD these DVDs only can detect the hard drive under... |
Forum: Java Jan 24th, 2009 |
| Replies: 1 Views: 292 hi guys,
how to make frames, or windows in a shape of circle or something not in regular rectangular??
Thanks in advance. |
Forum: Java Dec 18th, 2008 |
| Replies: 4 Views: 1,370 The problem occur when you trying to query a table to get some result and process that data after that writing to another table i don't why it can't complete or why the database is locked???
is... |
Forum: Java Dec 18th, 2008 |
| Replies: 4 Views: 1,370 hi guys,
iam workin on an application that calculate the income for certain diving centers, i using the SQLite database, i developed a database with 3 table the first one for user input, the second... |
Forum: Java Dec 16th, 2008 |
| Replies: 0 Views: 1,240 hi guys,
iam workin on an application that calculate the income for certain diving centers, i using the SQLite database, i developed a database with 3 table the first one for user input, the second... |
Forum: Java Dec 5th, 2008 |
| Replies: 2 Views: 1,094 Hi guys,
i've a problem when running java application connected with sqlite database the connection is done with netbeans IDE, but when i trying to run the application i get the following error
... |
Forum: Java Dec 5th, 2008 |
| Replies: 2 Views: 330 hi,
i'm trying to reference a class outside the current working package how to reference this class to create an object??? |
Forum: Database Design Nov 27th, 2008 |
| Replies: 0 Views: 452 hello,
does hsql database is a client-server model database and if so, is there's some way around to make an embadded version which could distributed with java application without the need of any... |
Forum: Java Nov 23rd, 2008 |
| Replies: 2 Views: 354 I've a simple question, i wonna make a program using access database to store the entered data and making some calculations on it to get the total income per day and per week, how could i backup the... |
Forum: Java Nov 19th, 2008 |
| Replies: 1 Views: 1,158 hi guys,
i'm trying to connect java application to SQL server 2005 developer edition, i used the following code which comes with the microsoft jdbc-odbc driver 1.2, after that i modify the class... |
Forum: Java Nov 19th, 2008 |
| Replies: 1 Views: 287 hi guys,
is it possible to distribute a mysql database and java application together without need the server to run the database from, is there's a way around to make this happen??
Thanks in... |
Forum: Java Nov 13th, 2008 |
| Replies: 1 Views: 295 hi,
is someone knows how to accept the entered values the table cells when i clicked a button, instead of using the setSurrenderXXXX() method. |
Forum: Java Nov 13th, 2008 |
| Replies: 6 Views: 1,391 hi,
the problem that netbeans can't login to the sql server i mean the server which the required data located in |
Forum: Java Nov 12th, 2008 |
| Replies: 6 Views: 1,391 Hello Everyone,
I've a problem with java & SQLServer 2005 interface, i installed a SQLServer 2005 and SP2 software bundle to enable
SQLServer to run on Windows Vista, i'm using the "Windows... |
Forum: Java Sep 3rd, 2008 |
| Replies: 2 Views: 436 |
Forum: Java Sep 3rd, 2008 |
| Replies: 2 Views: 436 hi guys,
how to detect that the text in the JEditorPane has been changed to tell the user before exit the application. |
Forum: Java Aug 30th, 2008 |
| Replies: 1 Views: 466 hi guys,
how to distribute or relocate the swing components on the holding frame when window maximize button is pressed???? |
Forum: Java Jul 12th, 2008 |
| Replies: 1 Views: 460 hi guys,
how to add a line numbering system for a jeditor text area |
Forum: Java May 3rd, 2008 |
| Replies: 4 Views: 598 thanks for replying but i need some stand alone, light memory usage application to generating java gui |