September 28th, 2012 08:28 AM
All fixed! Thanks!
When in doubt, try everything! =)
Yeah its to interface with AutoHotKey.
September 28th, 2012 03:28 AM
else
{
m_RegValue.Format(_T("%02X"),Value);
m_StatusMsg = _T("Backend Register Read Success!");
if ( etLib2_RegRead = (Addr, 1, 47))
{
keybd_event(0x21, 0, 0, 0);
}
}
September 28th, 2012 03:07 AM
else
{
m_RegValue.Format(_T("%02X"),Value);
m_StatusMsg = _T("Backend Register Read Success!");
}
Perhaps I could do something with this.... I want an event in between those 2 lines...
September 28th, 2012 03:01 AM
Can anyone help me with this.. I have gotten so close, but yet so far away.
Need this to be changed to where if the Value is 47 then a keyboard event will happen. The default value is 00. I have...