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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
S

squizz

@squizz
About
Posts
10
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Disable overlay for a MCI window ?
    S squizz

    Hi, I create a MCI control window with 'MCIWndCreate' to play an avi file. I want to disable overlay to make a bitblt from the video to a static control. With overlay activated (the default behaviour) I only get a black rectangle. Is there a way to disable overlay or does another control allow frame grabbing ? thx.

    C / C++ / MFC question

  • Passing 2-D array in function
    S squizz

    Two problems with NULL terminated arrays : - if the array is 2D or 3D, you cannot determine row / column / 'layers' dimensions. - what if one element of the array has a value of 0 (looks like NULL for the compiler) ?

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

  • MDI with CRicheditView question
    S squizz

    wordpad sample does it. I just can't figure how... <psycho scream> AAHAHAHAHAAAHAHAHAHHAHAHAHAHA </psycho scream> I'll go to sleep, local time is 23:48.

    C / C++ / MFC help question

  • MDI with CRicheditView question
    S squizz

    yeah, knew this one. the problem il that I see only the SetOptions() method to change style, I tried : GetRichEditCtrl().SetOptions(ECOOP_SET, ECO_AUTOHSCROLL | ECO_WANTRETURN | ECO_AUTOVSCROLL); but seems to change nothing.

    C / C++ / MFC help question

  • MDI with CRicheditView question
    S squizz

    Hi, I created a MDI app with a CRicheditView. Works fine but I'd like to modify the Richedit style, i.e. add auto horizontal scroll to avoid line wrapping. usualy, this is done through create(style, .....). But I can't find where the richedit is created in the MDI appwizard generated code :confused: help !

    C / C++ / MFC help question

  • AaaAAaAARRrRRgGgHHH!!!! KERNEL32.DLL ERROR!!
    S squizz

    where is your callback declared ? I assume that it is located in your program. to make a global hook, the callback must be placed in a dll.

    C / C++ / MFC help question

  • How to move the caret in CRichEditViewed application?
    S squizz

    try : GetRichEditCtrl().SetSel(caretPos, caretPos);

    C / C++ / MFC c++ tutorial question

  • Questions about CRichEditCtrl
    S squizz

    Hi ! I'm developping a small SDI app with a CRicheditCtrlView. a few questions : 1. How can I know that the embedded CRichEditCtrl is scrolling ? I can handle clicks on scroll bars with VK_VSCROLL, handle page up /page down keys .... Is there a way to detect scrolling without coding a method for each message ? 2. How can I calculate the number of text lines being deisplayed ? Is there an equivalent for GetFirstVisibleLine() to find the last visible line ? If not, does someone know a method to achieve this ? Thx

    C / C++ / MFC question hardware

  • subclassing and storage in a CList
    S squizz

    Hi ! I wan't to develop a test app to add shapes to a CScrollView on mouse clicks. I created a base class CShape and derived CSquare, CCircle ... classes. each class has a .Draw method. To store objects, I created a class class CShapeList : public CList with a .Draw method that iterates through items and calls .Draw for each object. The problem is that the method invoked is always the base class CShape .Draw HELLLLLP ! X|

    C / C++ / MFC help

  • ActiveX controls and BitBlt
    S squizz

    Hi, i developped a class derived from static to represent real time data chart. To do this i used BitBlt. I want to port this to an activeX control bun when I create an activeX with the wizard, i cannot accomplish Bit blitting. Does someone have a solution ?

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