Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Wincombobox issue
#5
Not Solved
Hi Madhu,

If the data in your text is seperated by return character, that means all the data val1,Val2 ... are in different lines. so if you will use ReadLine while retriving values from your text file it will always return the first value ie Val1 (with above statements in your code) and so the comarison will be fail. Use ReadAll to retreive all the text in your file and thenn compare, It should work.

Reply


Messages In This Thread
Wincombobox issue - by 1981.madhu@gmail.com - 10-26-2009, 01:11 PM
RE: Wincombobox issue - by Saket - 10-26-2009, 01:20 PM
RE: Wincombobox issue - by 1981.madhu@gmail.com - 10-26-2009, 04:38 PM
RE: Wincombobox issue - by basanth27 - 10-26-2009, 04:54 PM
RE: Wincombobox issue - by Saket - 10-27-2009, 10:08 AM
RE: Wincombobox issue - by 1981.madhu@gmail.com - 10-27-2009, 05:02 PM
RE: Wincombobox issue - by Saket - 10-27-2009, 05:11 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Has anyone seen wincombobox.select leave the window? RandomGrin 1 3,211 12-23-2014, 01:52 PM
Last Post: neha kandhari

Forum Jump:


Users browsing this thread: 1 Guest(s)