Click here to Skip to main content
15,917,328 members

Comments by Up_CrossYourHeart (Top 6 by date)

Up_CrossYourHeart 6-Nov-16 20:51pm View    
Yes I realized that is why I restructured the code. Right now I have been able to fix the problem. The index in the result was going beyond 9 which was causing the problem. Beside in the loadintarray function the strsep function was working on the line variable which was messing up with the number of lines that was being read from the file.
Up_CrossYourHeart 6-Nov-16 20:47pm View    
Yes the result of the array was going beyond index 9 that was causing the error.Beside loadintarray had strsep function which was working on the line variable which was also messing up the number of lines that was being read.
Up_CrossYourHeart 15-Sep-16 21:03pm View    
Sorry ThePhantomUpvoter. I didn't notice the question did not get posted.
Up_CrossYourHeart 6-Feb-14 1:06am View    
As the solution have been developed 3 years back it would be difficult to change it from mdi at such a short time.is there any temporary solution?
Up_CrossYourHeart 4-Feb-14 11:41am View    
No it is MDI.For frmMain we have kept the isMdiContainer property set to true.