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
D

David Pokluda

@David Pokluda
About
Posts
3
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • CHAR, adVarWChar, CString
    D David Pokluda

    Hi, I have this problem. I have created this class for ADO binding: class Obce : public CADORecordBinding { BEGIN_ADO_BINDING(Obce) ADO_VARIABLE_LENGTH_ENTRY2( 1, adVarWChar, m_szCITY, sizeof(m_szCITY), m_lCITYStatus, FALSE) END_ADO_BINDING() //Attributes public: CHAR m_szCITY[46]; ULONG m_lCITYStatus; }; Now I have an edit control IDC_CITY and the variable m_strCity. All I need is to exchange data between these two variables. How do I do: m_strCity -> m_szCITY and m_szCITY -> m_strCity? Thank you for your help or suggestions. David Pokluda (pokluda@mujweb.cz)

    Database help question wpf wcf

  • Print CRichEditCtrl from CView
    D David Pokluda

    I have this problem. I have CView derived class. In the OnCreate function I create a CRichEditCtrl like this: AfxInitRichEdit(); m_richEdit.Create(ES_AUTOVSCROLL | ES_AUTOHSCROLL | ES_MULTILINE | ES_WANTRETURN | WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_HSCROLL, rect, this, 1); where m_richEdit is a CRichEditCtrl variable defined in the header file of my CView class. In OnSize I set the appropriate size of the control. Now I have this problem. What do I have to do to print the contents of the m_richEdit and to see the contents of this in Print Preview. I have tried many thinks, but I failed. Thank you very much. David Pokluda pokluda@mujweb.cz

    C / C++ / MFC help

  • Print Information
    D David Pokluda

    I have this problem. I am developing an application that needs to know how many papers have been printed on the printer. I would like to do it this way. The application would be a service or a program that would be running all the time and when the user prints something it will get the info from the printer manager. But... How can I connect to a print manager so that I would now how many pages are printed? If it is possible is it even possible to figure out the quality of the printed pages (best/normal/economy)? Thank you very much for any suggestion. David Pokluda (pokluda@mujweb.cz)

    C / C++ / MFC question help
  • Login

  • Don't have an account? Register

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