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
J

JCpp

@JCpp
About
Posts
6
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Changing the selection color of a CRichEditView
    J JCpp

    Does anybody know how to change the selection color of a CRichEditView? Thank you in advance...

    C / C++ / MFC tutorial question

  • problem: printing multiple pages
    J JCpp

    I'm a novice using VC++6 and speaking and writting english too, so excuse me if I ask something too easy or in an incorrect way. I would like to print more than one page using MFC, and when I've detected the end of the current page I don't know how to tell VC++ that must begin another one. Thank you in advance JCpp.

    C / C++ / MFC c++ help tutorial

  • Problems serializing data structures (2)
    J JCpp

    First of all excuse my english... (I'm just a begginer) I've posted a question about serializing Data structures and I have followed the instructions of the scribble sample, but I get an error when loading data from disk. My data structures are these ones: struct STRCTxDATA { this struct contains BOOL, int, HANDLE, DCB, CString, COMMTIMEOUTS, UINT... }; struct STRCTxTEXT { This struct contains only CStrings... }; struct WRKSTRCTS // To ensure that the two structures are linked... { STRCTxDATA *WRKSTRCTDADES; STRCTxTEXT *WRKSTRCTDESCRIPCIONS; }; Now I would like to save/load those structures... (they are used to create a configuration file for the communication devices) NOTE: those structures are placed in a CArray. void CGenCFGDoc::Serialize(CArchive& ar) { int iItemCounter = 0; char chSeparator = '\0'; m_bModified = FALSE; if (ar.IsStoring()) { ar << ArrayxCFG.GetUpperBound() + 1; ar << chSeparator; } else { ar >> iItemCounter; ar >> chSeparator; } ArrayxCFG.Serialize(ar); TRACE ("\nSERIALIZATION RESULTS:\n----------------------\n# Items: %i\n",iItemCounter); for (int iCounter = 0; iCounter <= ArrayxCFG.GetUpperBound(); iCounter++) { TRACE("%s\n",ArrayxCFG[iCounter].WRKSTRCTDADES->csCadDCB); // <<-- Here I got the error. } } Could you help me? Thank you in advance...

    C / C++ / MFC help question debugging workspace

  • CRichEdit without OLE capabilities?
    J JCpp

    First of all excuse my english level, I'm just a begginer... I must develop a program that can edit files and send them using serial ports. In order to edit those files I've tought about using CRichEditViews in an MDI App. Doing this I've found that the RichEdits need the OLE capabilities enabled... Could I disable them? or there is another way (or control) that let me edit files using "Syntax highlighting" without being able to receive an Excel spreadsheet or another OLE object? Thank you in advance.

    C / C++ / MFC com question

  • Serializing data structures
    J JCpp

    First of all excuse my english level, I'm just a begginer with it. I would like to serialize an array of structures, how should I do it? Thank you very much for your help.

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

  • Editing CListView subitems
    J JCpp

    I would like to be able to edit the subitems of a ClistView that's on a SDI app., could you tell me how should I do it? Thanks a lot for your attention.

    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