I found a hack:
Instead of :
tddCell--;
I replaced it with the:
if (tddCell == nCellList.tddCellList.begin())
{
break;
}
else
tddCell--;
And it works !!!
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 11 of 11
Threaded View
Tags for this Thread |
Click Here to Expand Forum to Full Width |