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

Hesham Desouky

@Hesham Desouky
About
Posts
8
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • vbAccelerator Explorer Bar Control
    H Hesham Desouky

    hello all I am searching for MFC XP Explorer Bar like. I found an OCX control called vbAccelerator Explorer Bar Control I tried to use this control inside my MFC application but visual studio 2003 didn't extracted all the required interfaces to deal with the control. I added the control to the project by adding new class from activeX control. I would like to know how to add this OCX to my MFC project right :confused:your help is so much appreciated

    Hesham

    C / C++ / MFC csharp c++ visual-studio com algorithms

  • debug visual c++ 2003 application in windows 98
    H Hesham Desouky

    hi all I want to debug visual c++ 2003 application in windows 98. as you all know, vs 2003 can't be installed in 98. I have an application running will in windows 2000 and XP but has problems in 98,me so I need to debug the application in 98. Your help is so much appreciated Hesham

    C / C++ / MFC c++ visual-studio debugging help

  • Avi writing using DirectShow
    H Hesham Desouky

    Will directshow is different from VFW API First it is com based, so no more flat API calls, just com objects Second, DirectShow framework depends upon waht is called a Graph and Filters. So I think what you need is to develop your own data stream filter (there is examples with directshow) and build a graph to capture from your stream filter to the avi file. Data Stream Filter ----> VIDEO ENCODER Filter (if any) ---> AVI MUX Filter ---> File Writer Filter. Hope this helps to figure out what reading you need in directshow to do your work Hesham

    C / C++ / MFC graphics json help tutorial question

  • Prevent Multiple Forms
    H Hesham Desouky

    is your export form should be modal? If not, you can make your export form as class member and construct it in your main form contstructor and at View_Click(..) you can write only exportForm.Show(); Hope this help Hesham

    C# question

  • NativeMethods
    H Hesham Desouky

    You can group nativemethods in different classes. for example, process related methods in NativeProcessMethods, GDI related methods in NativeGDIMethods. where to put these classes is a raltive issue dependent in your design. But I prefer to put all native methods classes in a class library to use it in another porject in the future to avoid rewriting the code. Hope this helps:) Hesham

    C# com tools question

  • Image Draw
    H Hesham Desouky

    Please supply the print code chunk to get to your problem Hesham

    C# graphics help

  • GDI+ Image clone
    H Hesham Desouky

    Hi all Will I am using GDI+ to manipulate images. I am having this strange behaviour with Bitmap::Clone() function. When I create a Clone from an Image object, and then try to LockBits for the cloned image, I get invalid pointer. I did a workarround for this: Bitmap* p_new_image = new Bitmap(p_src_image->GetWidth(),p_src_image->GetHeight(),p_src_image->GetPixlFormat()); Graphics* p_graphics = Graphics::FromImage(p_new_image); p_graphics->DrawImage(p_src_image,0,0); delete p_graphics; will this code is working with LockBits very fine. The documentation for the clone function is not clear, is this a bug in the Clone function, or I didnt understad the Clone function will? Regards Hesahm Hesham

    C / C++ / MFC graphics winforms help question

  • 'default' button
    H Hesham Desouky

    you can modify the style of button by removing the BS_DEFPUSHBUTTON style DWORD style=btn.GetButtonStyle() style&=~BS_DEFPUSHBUTTON; btn.SetButtonStyle(style);

    C / C++ / MFC 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