Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
4 Endorsements
Ranked #397
Ranked #2K
~4K People Reached
About Me

student

Interests
Playing pc games and doing small programs
Favorite Tags

13 Posted Topics

Member Avatar for IwalkAlone

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];

Member Avatar for ahmedhamdy
0
2K
Member Avatar for zigpy_siva

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 …

0
104
Member Avatar for jemz
Member Avatar for jemz
0
144
Member Avatar for jemz

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).

Member Avatar for WaltP
0
105
Member Avatar for zigpy_siva

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 …

Member Avatar for SANJAY.DESHMUKH
0
185
Member Avatar for jemz

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 …

Member Avatar for jemz
0
93
Member Avatar for jemz

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... …

Member Avatar for zigpy_siva
0
92
Member Avatar for zigpy_siva

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...

Member Avatar for venkyv
0
104
Member Avatar for the_swan

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 …

Member Avatar for the_swan
0
182
Member Avatar for mimsc

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...

Member Avatar for ~s.o.s~
0
162
Member Avatar for lloydsbackyard

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...

Member Avatar for lloydsbackyard
0
159
Member Avatar for zigpy_siva

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 …

Member Avatar for zigpy_siva
0
616
Member Avatar for mzd12111

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)

Member Avatar for mzd12111
0
125

The End.