First  |  Prev |  Next  |  Last
Pages: 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
Handheld Mics - OEM Handheld Mics Manufacturer
Handheld Mics - OEM Handheld Mics Manufacturer Handheld Microphone WebSite Link: http://www.chinese-microphone.com/Handheld-Microphones.html China GuangZhou TianTuo Microphone Manufacturing Co., Ltd WebSite: http://www.chinese-microphone.com/ Microphone Products are: Wireless Microphones, Conference Microp... 23 Apr 2008 15:44
OEM Mics - OEM OEM Mics Manufacturer
OEM Mics - OEM OEM Mics Manufacturer OEM Microphone WebSite Link: http://www.chinese-microphone.com/OEM-MIC.html China GuangZhou TianTuo Microphone Manufacturing Co., Ltd WebSite: http://www.chinese-microphone.com/ Microphone Products are: Wireless Microphones, Conference Microphones, Headset Microphones,... 23 Apr 2008 15:44
RTS Serial
Hi I am trying to write a program to read the RTS line on a serial cable. I am using windows 2000 and Visual Studio 2005. How would I go about doing this. I am a relative Noobie with C++ thanks Simon ... 24 Apr 2008 02:52
How to convert between double and __int64
Hello I need to send a double across a network connection and thought easiest way is to convert to a 64 bit number - ie __int64 and then send that. However if I do this: double d = 3.3; __int64 i64; i64 = (__int64)d; I lose the floating point. I assume floating point numbers can be stored in this way... 23 Apr 2008 10:55
regarding System.Environment.OSVersion
Hi, I am new to win32 programming. I wanted to fetch the OS version through VC++ code. I found something like System.Environment.OSVersion but not getting how to use it. For System, Environment its throwing undeclared identifier. What header i should be adding to get these working? Regards, Shivaraj ... 23 Apr 2008 10:07
DllMain and the 'Singleton' pattern
Hi, Whenever a dll is loaded into a process, the 'DllMain' will be called. I want to know that if there's a global variable of an instance of a class, say class CSingle, will the instantiation of this variable be guaranteed to be performed once? E.g. CSingle _single; BOOL WINAPI DllMain(...) { .... } ... 24 Apr 2008 05:15
list of %xyz for all data types.
Hi, I have some trouble getting what to use in printf("%ul", xyz.value.ul) types... basically i know for ULONG (ul ) it should be printf("%ul", value.ul) and for LARGE_INTEGER ( li ) it is printf("%I64u", value.li) like this i want to know what to use in printf("%xyz, ) for below mentioned variable types. sh... 23 Apr 2008 06:43
VS 2008 - Real Newlines in Watch Window Text?
Hi Folks: I'm happy with the switch from VC6 to VS 2008. One thing I haven't figured out. How do I display text with newlines in the watch window? Right now it's showing little square boxes instead of newlines, and the text isn't wrapping so even that imperfect display is of limited usefulness.... 23 Apr 2008 01:58
system-wide string -> DWORD hash?
I'm looking for a system-wide string -> DWORD hash. Something like GlobalAddAtom()/GlobalDeleteAtom(), but an ATOM is only 16 bits and I'm looking for 32. Something like RegisterWindowMessage() or RegisterClipboardFormat() does the right thing but there are no UnregisterXXX() functions. I guess if I have to, I c... 23 Apr 2008 03:33
SetWaitableTimer + messages
Hmm. I'm using a message loop, but WM_TIMER/SetTimer seems rather limited (I can only wait relative times in msec). I would like to use SetWaitableTimer (and yes, I know you don't get any better time granularity, but the use of absolute time is valuable in my case) to cause something to post a message to my window'... 23 Apr 2008 08:32
First  |  Prev |  Next  |  Last
Pages: 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75