Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
H

Hatem Darweesh

@Hatem Darweesh
About
Posts
6
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to embed MSDE installation into my application installer
    H Hatem Darweesh

    Hi, I create my installation project using VS.NET 2005 , then I add the merge modules to the project ! but it doesn't work ! - I also tried to customize the MSDE Internal properties but it didn't work ! any suggestions !!! hatem++;

    Database csharp visual-studio tutorial

  • How to get all the entries in registry
    H Hatem Darweesh

    Hi, you can use RegOpenKey(..) in loop , see MSDN for more help , u will find multible Registry functions to retrieve data from registry .. hatem

    C / C++ / MFC question windows-admin help tutorial

  • problem with EnumDisplayDevices(..)
    H Hatem Darweesh

    sorry , but I tryed your code , and the same problem occures , !! , I think it may be the problem of Windows2000 , or some thing wrong with my VC++ !! , hatem

    C / C++ / MFC help

  • problem with EnumDisplayDevices(..)
    H Hatem Darweesh

    I did , nothing happened !! the same error , I want to tell u that I seached in User32.lib , I find all enum function , but EnumDisplayDevices does not exit at all !!! , I MSDN they say that this function exists in User32.LIB !! , I wonder if there is another function , instead of this unexist one !! hatem

    C / C++ / MFC help

  • problem with EnumDisplayDevices(..)
    H Hatem Darweesh

    thank you.. .. but :( nothing changed ! , still "undeclared indentifier" with .. #include #include #define COMPILE_MULTIMON_STUBS void main() { DISPLAY_DEVICE dd; EnumDisplayDevices(0, 0, &dd, 0); } and , "unresolved external symbol __imp__EnumDisplayDevicesA@16" with .. #define WINVER 0x0500 #include #include #define COMPILE_MULTIMON_STUBS void main() { DISPLAY_DEVICE dd; EnumDisplayDevices(0, 0, &dd, 0); } and if I repaced the windows.h & multimon.h it make 29 error !!! I eally disappointed !!

    C / C++ / MFC help

  • which MFC or SDK should be used for video capturing?
    H Hatem Darweesh

    hi, the best way to capture video , use DirectShow , youwil find many samples and help in MSDN : DirectX -> DirectShow , u can also see DirectX 9 SDK it contains more new feature and may help u. hatem

    C / C++ / MFC c++ question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups