- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
student
- Interests
- Playing pc games and doing small programs
13 Posted Topics
Re: hi it is very easy find the length of the first character array, and find the length of the second character array, using a loop concodinate both strings. i dont know it is correct or not char str1[],str2[]; int l1,l2; l1=length(str1); l2=length(str2); for(i=0 ;i<str2;i++) str1[l1+i]=str2[i]; | |
Hi, we are using the XML Template of MS Word, and trying to use XPath(in a tool not code, but the same is not working in code also) to read the data from the xml file. attached the sample code, xml file and the XSD used to generate the word … | |
Re: hi Jemz simple way is to add id_no as the primary key or unique key constraint in the database. | |
Re: you can use the object browser in VB(i used 6.0) for getting shorter description... shortcut is F2 i think, but the best way to get detailed description is MSDN(i am telling about the installation package of the MSDN, not the online version which i have never used). | |
I have created small application(a part of payrole process), for my personal use in VB 6.0, which takes in the employees details, their salary details, employeers details, ect. and computes some othre values. the purpose of this application is to print some forms(4 monthly, 2 half yearly and an anual … | |
Re: hi Jemz, one way of doing this is how KSS told, the other way is to restrict the user to select the values from a list box... in this case you may not even require aditional validation if it is some specific value. this is applicable only if the values … | |
Re: hi jemz, I assume that you are using a text box and a command button, and you have to check if the text box has only numbers , without using the key press event of the text box and by using the click event of the command button. if so... … | |
hi friends i have a project about e-tranction interface in which it will maintain many bank's details and each user may add many bank details and they can make online money transfer . if any one knows any details... please reply me... | |
Re: Hi the_swan there are few ideas i have for my self... 1. An alarm clock * to have multiple alarams. * options like alternate days, monthly onse,etc. * at the time of alaram, it should display random keys to stop or snooze the alaram... insteard of pressing the same button … | |
Re: hi mimsc, spliting the string using the regex. String strInput="('MCKINNEY','TX'),('ALLEN','TX'),('ANNA','TX')"; String strProcess=null; String strOutputs[]=null; if(strInput!=null){ strProcess=strInput.substring(1,strInput.length()-1); System.out.println(strProcess); strOutputs=strProcess.split("\\),\\("); } strOutputs is the output array... | |
Re: hi lloydsbackyard, it is just simple... the readline method will return the string there you have to give name=input.readLine(); without the parsing to the double... | |
hi I am creating an CSV file in java by putting the Korean values in a properties file like "\uc81c\ubaa9 \uc18c\uc2a4\uc5d0\uc11c \uc5b8\uc5b4" [B]which is properly coming in the CSV file (like "번호 출판물의") when I open it in the notepad and select the font as Arial Unicode MS[/B], but when … | |
Re: hi a) Sorting algoritham must work for a wide range eg if i give 3 values like 1,2,3 it is ok but what if i give values 25,520,1000...... b) Order Meanse ?????(i am also new) |
The End.