Search Results

Showing results 1 to 40 of 45
Search took 0.01 seconds.
Search: Posts Made By: alpe gulay
Forum: Java May 30th, 2008
Replies: 0
Views: 4,121
Posted By alpe gulay
.,'this is a simple java codes in w/c will enable to read a txt files.
Forum: Java May 30th, 2008
Replies: 0
Views: 8,017
Posted By alpe gulay
..'this is a simple program in w/c enables to create a txt file.
it ask input from user first then put that in the txt file.
:-)
Forum: Java May 30th, 2008
Replies: 1
Views: 4,403
Posted By alpe gulay
..this is a simple java code w/c allows to produce a beep sound.
timer also is being applied here.
hope it will help for any reason it may serve.
:-)
Forum: C# May 23rd, 2008
Replies: 1
Views: 415
Posted By alpe gulay
..I have a simple c# application...
on the form, it contain windows media player in w/c will be able to play music nd video files.
I have problem on it, while running the application in the other...
Forum: Java May 22nd, 2008
Replies: 1
Views: 809
Posted By alpe gulay
..I just want to have some answers about it..
-is posible that we can put a windows media player in our java program??
if yes, can anyone give some info on how could I do it..
or even the bets...
Forum: Java May 19th, 2008
Replies: 2
Views: 470
Posted By alpe gulay
--whats this one???
this site is not for this kind of activity!
you said you need a help bt whre is d thing that you need to ask for help??
think first before you post
Forum: Java May 19th, 2008
Replies: 3
Views: 437
Posted By alpe gulay
I just want to open the class file...
Forum: Java May 19th, 2008
Replies: 3
Views: 437
Posted By alpe gulay
..I am using ms acces...
what I want to know is how to open the class...
I know already how to get the data from my database...
my problem is how could I open the class in w/c will get the data...
Forum: C# May 19th, 2008
Replies: 1
Views: 485
Posted By alpe gulay
..is anyone knows how to get the cpu usage using c-sharp???
I got difficulties to find the tutorials of it..!
can you help me whats the code of it!!!!

tnx...
Forum: Java May 19th, 2008
Replies: 3
Views: 437
Posted By alpe gulay
..I made a simple project in java using JCreator..,
this is my first time to make a project file,.
I made a class named put_data in w/c will put some data in my database
then, I made also another...
Forum: Java May 16th, 2008
Replies: 5
Code Snippet: Sorting Strings
Views: 42,238
Posted By alpe gulay
..its good to see how really sorting goes on!..
if we use java.util.Arrays.sort(array);
it makes us faster and easier!.,..
yah its much easier but this one is good to letting know your self on...
Forum: Java May 16th, 2008
Replies: 1
Code Snippet: Sort numbers
Views: 14,116
Posted By alpe gulay
..thanks for this one!
it help me during our project before!!!
Forum: Java May 16th, 2008
Replies: 8
Code Snippet: Hello World
Views: 4,662
Posted By alpe gulay
.,.tnx for mking mhe laugh!!
hahahaha...
I remember this when I first encounter the world of programming!!Well, for the first time I really got difficulties on how to do this??
furthermore, its...
Forum: Java May 16th, 2008
Replies: 8
Views: 859
Posted By alpe gulay
.,'just an idea..

try to read the input by each character..
use charAt() to do this,
while reading put a condition,,
if the character is a number then store it in an array in which you will...
Forum: Java May 15th, 2008
Replies: 2
Views: 422
Posted By alpe gulay
..'in my own way I prefer to put a condition like this:

int input=5;
if(input%2!=0)
System.out.print(input+" is prime number!");
else
System.out.print(input+" is not prime number!");
Forum: C# May 15th, 2008
Replies: 5
Views: 2,885
Posted By alpe gulay
.,tnx for all your concern about this problem guys!
I got it already...
:)
Forum: Java May 15th, 2008
Replies: 8
Views: 859
Posted By alpe gulay
...no effort=no answers!
try to solve it by your own!..
if you see some errors then post it..
maybe we can fixed it out!:)
Forum: Java May 15th, 2008
Replies: 9
Views: 784
Posted By alpe gulay
.,...I got it already guys!
I made some changes i my driver connection..!
so far it works now!!!
tnx for sharing mhe your knowledge guys!!
:)
Forum: Java May 15th, 2008
Replies: 9
Views: 784
Posted By alpe gulay
.,.tnx for all the concerns guys!!
I'll try my best to fix this out!
:)
Forum: Java May 15th, 2008
Replies: 9
Views: 784
Posted By alpe gulay
..I am using ms sql server,then is it necessary to put these
mysql-connector-java-5.0.7-bin.jar jar...
I thought mssql is difference than mysql...
well, I tried it also but still it doesnt...
Forum: Java May 15th, 2008
Replies: 9
Views: 784
Posted By alpe gulay
.,I tried to put that..then this error occurs

java.lang.ClassNotFoundException: com.microsoft.jdbc.sqlserver.SQLServerDriver
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at...
Forum: Java May 15th, 2008
Replies: 9
Views: 784
Posted By alpe gulay
..'I made a simple program in which will connect to ms sql...
then, after running the codes something is error!
can you help me to solve this out...

here is my code:

import java.sql.*;
...
Forum: Java May 15th, 2008
Replies: 1
Views: 478
Posted By alpe gulay
.,'you dnt need to put a loop inside the while loop
you can made this one in this way...
try it!

import java.util.Scanner; //Needed for Scanner class
import java.io.*; //Needed for file and...
Forum: Java May 15th, 2008
Replies: 2
Views: 503
Posted By alpe gulay
.,maybe you can try this one...
take a look with this example.,


int input=5;
if(input%2!=0)
{
System.out.print(input+" is prime number!");
//put the data this in your txt file...
}
Forum: Java May 13th, 2008
Replies: 2
Views: 1,348
Posted By alpe gulay
Forum: Java May 12th, 2008
Replies: 2
Views: 412
Posted By alpe gulay
.,what is the best tutorial to know on how to insert an audio in my java program...




-any advice is highly appreciated...
alpe:)
Forum: Java May 8th, 2008
Replies: 1
Views: 406
Posted By alpe gulay
I already got this one...
System.out.println("Hi!");
Thread.sleep(3000);
System.out.println("How are you there!");
thnx for it!,...

Although, I tried it using dialogbox.,...
Forum: Java May 8th, 2008
Replies: 4
Views: 554
Posted By alpe gulay
.,thnx a lot guys!:)
I got it already.,...
Forum: C# May 8th, 2008
Replies: 5
Views: 2,885
Posted By alpe gulay
.,'I created a program to put some data in a certain datagrid..
I succesfully made it...
but, the point that makes me confuse now is how to get that data in which i will be going to put in my...
Forum: Java May 7th, 2008
Replies: 4
Views: 554
Posted By alpe gulay
can anyone help me with this one...

System.out.println("Hi!");
System.out.println("How are you there!");

-can i display this one controlling the time!
what i mean is..
display first the...
Forum: Java May 6th, 2008
Replies: 8
Views: 9,190
Posted By alpe gulay
.,sory poh!!!
i'm still beginners in this site..!
I took crelessness with this one...
hehehehe!!!dont get mad guys!
Forum: Java May 6th, 2008
Replies: 5
Views: 4,231
Posted By alpe gulay
actually i am still beginners in java...that's why!!!!
thanx a lot!!!
Forum: Java May 6th, 2008
Replies: 5
Views: 4,231
Posted By alpe gulay
Forum: Java May 6th, 2008
Replies: 5
Views: 4,231
Posted By alpe gulay
.,'is any knows the code to delete a directory in java...
help me pls...

YOUR ANSWER IS HIGHLY APPRECIATED!..
Forum: Java May 6th, 2008
Replies: 1
Views: 381
Posted By alpe gulay
.,'is there any software in w/c we can simply creates a frame in java by just click and drop only???I still didn't know it????help me to know this pls....:)
Forum: C++ May 6th, 2008
Replies: 6
Views: 7,993
Posted By alpe gulay
.,'can you make a simple java pogram like this one?...
if you did kindly post it if you mind....
Forum: C++ May 6th, 2008
Replies: 6
Views: 7,993
Posted By alpe gulay
.,'its nice program bro!!!nice one!
Forum: C++ May 6th, 2008
Replies: 6
Views: 7,993
Posted By alpe gulay
is it java?why you post this one here???
Forum: Java May 6th, 2008
Replies: 5
Views: 738
Posted By alpe gulay
if you illustrate me the problem clearly maybe i can help...I didn't get the problem...
Forum: Java May 6th, 2008
Replies: 6
Views: 3,723
Posted By alpe gulay
you must desclare this one first bro!

String q="";
q = answerField.getText();
int n1 = Integer.parseInt(q);

//email me whats the result ok!
jalpex91@gmail.com
Showing results 1 to 40 of 45

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC