hi im using vb.net and aximagelist control 6.0 and i can't load xp type icons on it,.gif files, help pls on how i can use xp type icons on my toolbar!, thanks!
hi im using vb.net and aximagelist control 6.0 and i can't load xp type icons on it,.gif files, help pls on how i can use xp type icons on my toolbar!, thanks!
hi, why is it that i can't use if statement on my WholeString Variable? but when i use Println it contains the "[" value?, line is a string variable where value is from input.readline() statement, i can't execute the statement inside if statement, thank you very much
String MySam;
MySam =...
hi, how can i read a text file and remove blank space between two lines? how can i concat the first message and second message without putting the blank space between them. thank you very much.
for example:
[Message] This my message but the next message is between blank space
Message is...
hi i hava a code that ask the user for input, name, age etc and i want to save to my text file? thank you very much! how can i save it to a string?
here is my code:
byte name[] = new byte[100];
int nr_read = 0;
System.out.println("What is your name?");
try {
nr_read = System.in.read(name)...
yep i can append but the problem is that the NEW data is appended right next to the last data appended, and not in the next line of the file, and also i want to retrieve multiple lines of data into single straight message, removing also with blank space between lines. thanks you sedj for your...
hi, i would like to ask how can i format the data i will append in a text file, like when appending new data it will be in the next line of the file?, my code below concats the first and second text i inserted, thank you very much!
BufferedWriter out = new BufferedWriter(new...
hi how can i concatenate and removove blank space between two lines of data in a text file and also how can i append at the bottom, not overwrite the existing data?
i have a [mes] part where the data is continued with a blank space, how can i display it in ony 1 straight line, using the...
i tried the code below but i encounter an error, LastValue is my Double variable and StrFirst is a string variable?
StrFirst = CalcNumber.getText(); LastValue = Double.parseDouble(StrFirst);
but i can't retrieve the value of the textbox and assign it in my double variable, so i used a string variable and convert it to double so that i can perform aritmetic operation, what should i do to get the value of the text field and perform aritmetic operation accurately using double...
hi i'm a novice in java and i want to know how can i accurately perform arithmetic operation when i'm using a double variable? becase when i assign a value for example of 100.3 it formats to
100.30000151... somthing, how can accurately use it? thanks! need help pls.
here is my code;
String...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.