HadiRezaee
Technical User
Hi all,
I want to know how can i change pointer with giving the number for pointing ???
I mean, when i give 2 to function it must point to record two ...
I have algorothm for myself:
m_rs->Move(lLink - m_rs->GetAbsolutePosition() - 1);
lLink is variable that i get of user for pointing ...
Do you have any good idea ?
My month article: Game programming by DirectX by Lan Mader.
Please visit in:
Hadi Rezaie
I want to know how can i change pointer with giving the number for pointing ???
I mean, when i give 2 to function it must point to record two ...
I have algorothm for myself:
m_rs->Move(lLink - m_rs->GetAbsolutePosition() - 1);
lLink is variable that i get of user for pointing ...
Do you have any good idea ?
My month article: Game programming by DirectX by Lan Mader.
Please visit in:
Hadi Rezaie