Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Leibniz
  • Content: Threads
  • Order by date
  1. Leibniz

    SetNotifyWindowMessage not sending message to WindProc

    I'am developping a speech recognition application, all the code has been written correctly. However, SetNotifyWindowMessage would not send any message to the windows procedure -WM_RECOEVENT never get called here is the full code: #include "resource.h" #include "grammar.h" #include <windows.h>...
  2. Leibniz

    SetNotifyWindowMessage not sending message WindProc

    I'am developping a speech recognition application, all the code has been written correctly. However, SetNotifyWindowMessage would not send any message to the windows procedure #define WM_RECOEVENT WM_USER+190 cpRecoCtx->SetNotifyWindowMessage( hWnd, WM_RECOEVENT, 0, 0 ); LRESULT CALLBACK...
  3. Leibniz

    Dos App to Windows Application

    i have converted recently a dos program to a windows program using dialog box for interface but however due to the event driven nature of win32 programming (win32 API programming) i'm geting some dfficulties converting some part of the program, here is an example of a simple algorithm that...
  4. Leibniz

    Dos App to Windows Application

    i have converted recently a dos program to a windows program using dialog box for interface but however due to the event driven nature of win32 programming (win32 API programming) i'm geting some dfficulties converting some part of the program, he is an example of a simple algorithm that...
  5. Leibniz

    Dos App to Windows Application

    i have converted recently a dos program to a windows program using dialog box for interface but however due to the event driven nature of win32 programming (win32 API programming) i'm geting some dfficulties converting some part of the program, he is an example of a simple algorithm that...
  6. Leibniz

    vista wrong audio language

    when i try to play movies in windows vista, i'm having the "wrong audio language", the movie is playing in russian instead of english. Is there anything that i can do to correct these problem?
  7. Leibniz

    Vista is very slow on my computer

    I've installed recently windows vista on my computer and it is very slow, here is the decription of the system that i'm using: Compaq sr1850nx 2.2GHz AMD Athlon 64 3700+ processor 1MB L2 cache 2000MHz system bus 2GB PC 3200 DDR SDRAM Integrated ATI Radeon Xpress 200 Graphics Card with 256MB...

Part and Inventory Search

Back
Top