Hello
We have an add in in outlook.
in the transcription page we are able to play and pause .wav files
while playing a .wav file and dragging it;the pause icon disappears
and the slider does not progress even though the file is being played
for the following combinations
Windows 7(32 bit) + outlook2007(32 bit)
windows 7(64bit) + outlook2010(32 bit)
windows 8(64 bit)+ outlook2010(64 bit)
the problem does not occur for winxp
we are using a 3rd party tool "gtrackbar".
an event mouse_move is fired when the mouse control is moved over the slider area.
in this event
system.windows.form.tooltip.settooltip is called and nothing else happens.
If i comment out the call to function system.windows.form.tooltip then all's working fine.
Why this is so?any comments.we need to use this setttoltip function.