Thanks a lot for your response hoxsiew, yes i am geting the readable hex string after calling BytetoStr(). I am trying to decrypt the stream after the call to BytetoStr() and i'm passing in the...
Hi please somebody help me with decoding H225 signalling messages. I am getting the encoded bytes over TCP. I used MSDN sample code of ByteToStr() to convert those byte buffer into Hex string.
...
Next time when you post your code in code tags, please dont forget to put linebreaks wherever necessary.. it was hard to read, and i copied your code into a notepad, and put linebreaks to make it...
I think you can do it this way... Get the DC for desktop. then create a memory DC and draw into it whatever you want. after that, just use blitting function like TransparentBlt() to blit it onto the...
You are using an outdated and unsuported compiler + IDE on Windows 7. MS doesnt guarentee VC6.0 works perfectly anymore on Vista+ platforms like it did in Win2k/XP before.
Thanks a lot, i doubt it really happens... because, when i logs off my system with Internet Explorer and other applications running, they wont get terminated.. and when i re-login again,...
Hi i need to log the details of user login in Windows such as login time, login date and day etc and write it to a text log file... okay, i can get all these details with GetSystemTime() API.. but, i...