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
K

Koep

@Koep
About
Posts
47
Topics
22
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Bitmap Manipulation Intel-Optimized ?
    K Koep

    Hi, i need highly optimized image(bitmap) processing classes. There are lots of scaling, shadowing, blurring, warping and pixel-manipulating operations for my OwnerDrawn Inerfaces. I can use GDI / GDI+ (when XOR mode is possible again) / DirectDraw,Direct3D or the Intel IPP Package(comparatively cheap). Which is the best one? I use only INTEL processors, so the CPU dependence (IPP) does not matter. Thanxs ! Marco

    C / C++ / MFC graphics winforms question

  • Gateway IP under Win NT
    K Koep

    Hello, how can i get the Geteway IP Address ( or List ) in a Windows NT system. Thanxs Marco

    C / C++ / MFC question

  • MSChart.ocx Axis Scaling at runtime ?
    K Koep

    Hi, does anybody know how i can make some changes at the axis scaling of a MSChart Control at runtime ? Marco

    C / C++ / MFC question

  • How can I leave a CButton in pressed state ?
    K Koep

    Ahhhh, Thanxs a lot ! Marco

    C / C++ / MFC question help

  • How can I leave a CButton in pressed state ?
    K Koep

    Hello, i want to leave the CButton ( Pushbutton ) in pressed state until i press him again. How can i solve this problem ? Thanks ! Marco

    C / C++ / MFC question help

  • how can I suppress sending ICMP Messages ?
    K Koep

    Hi, i have a own protocol stack implementation in Windows2000. Wenn i send an udp Frame with a port xxxx ( to the Win2000 PC ), the WinSock Part of the OS sends an ICMP Message at the sender with Type 3 : Destination unreachable Code 2 : Port unreachable. It doesn't matter to my program, because i can get the frame and make my own processing. But how can i prevent these messages. I think i could bind a (the)udp port to a socket and listen. But these isn't quite good. Can anybody help me ? Marco

    C / C++ / MFC question data-structures help

  • How to call a Help File (.chm) ?
    K Koep

    Hi, i have 2 questions about helpfile handling : 1 : How can i open a Help file from the Application ? 2 : How can i open a Help file with a specific topic ? Thanks ! Marco

    C / C++ / MFC question help tutorial

  • How to get Scroll Mouse Events ?
    K Koep

    Thanxs, can u give me the some more implementation hints, because i don't know such message related thinks ? Marco

    C / C++ / MFC question tutorial

  • Losing Classes in VC6
    K Koep

    In this case i make "Save All" and the classes are in the class tree again. Marco

    C / C++ / MFC csharp help question workspace

  • How to get Scroll Mouse Events ?
    K Koep

    Hi, how can i catch Scroll Mouse events (like OnVScroll) in my ListControl ? Marco

    C / C++ / MFC question tutorial

  • OnVScroll Listcontrol Scroll Mouse
    K Koep

    Hi, when the List is scrolled, i've to hide a edit control ( editable sub items ;) ). But i can't find the scroll event message in the class wizard. I use a scroll mouse. Can somebody help me ? Marco

    C / C++ / MFC help question

  • Problems with CArray
    K Koep

    Have u ever worked with CArray ? Marco

    C / C++ / MFC help question

  • TCP header checksum calculation
    K Koep

    I can't help you. But which Packet driver do you use, i have a similar project, but not with TCP. Marco

    C / C++ / MFC sysadmin algorithms performance help question

  • Problems with CArray Updated
    K Koep

    It's an assert error at runtime. Pointer Access Error ! i've tried only to make an array of CEndPointsGroup-Pointer. :( Marco

    C / C++ / MFC help question

  • Problems with CArray Updated
    K Koep

    Hi, i believe that i have a problem to create a instance of the following object. Declaration : CArray <CEndPointGroup*,CEndPointGroup*> m_arEndPointGroups; Add Pointer : CEndPointGroup* _pEndPointGroup = NULL; _pEndPointGroup = new CEndPointGroup(_groupname); m_arEndPointGroups.Add(_pEndPointGroup); At the last line i get an error. It seems that the arEndPointGroups-object is wrong allocated. What do i wrong ? Marco

    C / C++ / MFC help question

  • Problems with CArray
    K Koep

    Hi, i believe that i have a problem to create a instance of the following object. Declaration : CArray m_arEndPointGroups; Add Pointer : CEndPointGroup* _pEndPointGroup = NULL; _pEndPointGroup = new CEndPointGroup(_groupname); m_arEndPointGroups.Add(_pEndPointGroup); At the last line i get an error. It seems that the arEndPointGroups-object is wrong allocated. What do i wrong ? Marco

    C / C++ / MFC help question

  • Problems with MenuEvents on Controls
    K Koep

    Hmm, yes these are all standard controls. :( Marco

    C / C++ / MFC question

  • Problems with MenuEvents on Controls
    K Koep

    Hi, the message handler code is in CMainFrame, but it is not called if the focus is at the control. The menuitem code CMainFrame::On... should work at the whole application, independently which control the focus has. Marco

    C / C++ / MFC question

  • Problems with MenuEvents on Controls
    K Koep

    Hi, i've made a menu with a few items. The called handlers are in "MainFrm.cpp" as On... implemented. So far so good... BUT when the focus is on an control in a sdi view of the main program i can't get the event. My Program does nothing when i click on the menuitem. How can my control get informed, when a menuitem event is fired ? Marco

    C / C++ / MFC question

  • VBSript and Events/Connection Points
    K Koep

    See following thread: "VBScript and COM Inf. with ByRef" Marco

    COM c++ com 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