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
T

twing

@twing
About
Posts
35
Topics
9
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • serial communication
    T twing

    You can refer to it. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnfiles/html/msdn_serial.asp Hello World!

    C / C++ / MFC question

  • why did it thow CFileException::diskFull?
    T twing

    The error: when I use the CFile object to write com1(computer seriel port 0) with 270 bytes, the code "pfile->Write(lpchar, 270)" will sometimes throw a CFileException::diskFull exception; Could u tell me why and In what condition the system will throw the exception "CFileException::diskFull", when I am writting a seriel port? Any Suggestions. Thanks. Hello World!

    C / C++ / MFC help question

  • Help with Static Variables
    T twing

    Please check your grammar book. Give your fun some parameters to need! Hello World!

    C / C++ / MFC question help

  • dll linkage madness
    T twing

    Maybe char* const RPD_APP_FILE_EXT[] = {".RPD", ".RVR", ".UDO", ".RDO", ".ZRP"}; Hello World!

    C / C++ / MFC help com question

  • How to get the default size of i/o com buffers?
    T twing

    i know to use setupcomm() to set the size of i/o com buffers. but how can i get its default size? Thank u very much! Hello World!

    C / C++ / MFC question com tutorial

  • Blinking ListControl Items
    T twing

    you can try LockWindowUpdate and UnlockWindowUpdate. Hello World!

    C / C++ / MFC

  • Bitmaps on Static Controls, How to ?
    T twing

    You should pick Bitmap Type in Picture properties. Hello World!

    C / C++ / MFC graphics data-structures tutorial question

  • MDI as SDI app?
    T twing

    i suggest two probable ways: First, you can put your saved data into CMainFrame. Then use afxgetMainWnd() to get them needed. Two, you can mark every doc with a label. Then use cdoctemplate to enum every doc and pick up your needing one. How do you feel? Hello World!

    C / C++ / MFC question

  • Please help on how to update my Platform SDK!
    T twing

    when i compiled some program, the output in debug show : "You are not using the latest Platform SDK header/library " "files. This may prevent the project from building correctly." failed to compile it. and the origin code is: #ifndef WT_EXECUTEINPERSISTENTIOTHREAD #pragma message("You are not using the latest Platform SDK header/library ") #pragma message("files. This may prevent the project from buildingcorrectly.") #endif could u tell me how to solve my problem and explain what it's in? Thank u! Hello World!

    C / C++ / MFC help debugging tutorial question announcement

  • Please help! the way using SetBitmap, no memory leak?
    T twing

    if so, how to do? i don't want to add many global variables. Could u have some useful way? Thank u! Hello World!

    C / C++ / MFC performance help question

  • Please help! the way using SetBitmap, no memory leak?
    T twing

    i learn a little about smart points, but i don't know how to do. could u tell me? Thank u! Hello World!

    C / C++ / MFC performance help question

  • Please help! the way using SetBitmap, no memory leak?
    T twing

    I See. Thank u! Please use your head again. if u have another good way, please tell me immediately. Hello World!

    C / C++ / MFC performance help question

  • Please help! the way using SetBitmap, no memory leak?
    T twing

    when i use CStatic::SetBitmap, i don't know if memory leaks in my way. could u suggest me a good way out of leaking? Thank u very much! my way: CBitmap* pbmp = new CBitmap(); pbmp->LoadBitmap(someID); pstatic->SetBitmap(*pbmp); delete pbmp; //sometimes the line is ommitted Hello World!

    C / C++ / MFC performance help question

  • how to fix Toolbars area
    T twing

    Look at an example in MSDN! Hello World!

    C / C++ / MFC help tutorial

  • characters vectorizable! How to make???
    T twing

    Could u tell anything about making matrix or non-matrix characters vectorizable??? Thank u, any way!!! Hello World!

    C / C++ / MFC tutorial question

  • Who knows how to get character matrix in win and dos! Please help!
    T twing

    do u know how to get character matrix in win and dos? e.g: 1 character matrix is similar to that: 0000x0000 0000x0000 0000x0000 0000x0000 0000x0000 Thank you! Hello World!

    C / C++ / MFC help tutorial question

  • How to get pixel value in BITMAP?
    T twing

    maybe u can try this: unsigned char *px = new unsigned char[bm.bmHeight*bm.bmWidthBytes]; bitmap->GetBitmapBits(bm.bmHeight*bm.bmWidthBytes,px); Hello World!

    C / C++ / MFC graphics tutorial question

  • bitblt a bitmap greater than screen resolution, bitmap doesn't display correctly
    T twing

    try on using stretchblt() Hello World!

    C / C++ / MFC help question graphics

  • Drag & drop
    T twing

    No CLSID_DragDropHelper,IID_IDropTargetHelper and so on in this article[^] Could u help? Hello World!

    C / C++ / MFC help javascript question

  • PreTranslateMessage
    T twing

    try it in PreTranslateMessage() if (pMsg->message == WM_SYSKEYUP) { //do your things; //return your bool; } else return CDialog::PreTranslateMessage(pMsg); Hello World!

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