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
C

Caoimh

@Caoimh
About
Posts
51
Topics
31
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Calling a text file
    C Caoimh

    Any ideas on how to call a text file from Menu, its seems pretty simple the file won't open up??? Kind Regards Kevin

    C / C++ / MFC tutorial question

  • HowTo clear a radio button selection
    C Caoimh

    Any ideas on how to clear a radio button which you've selected?? Kind Regards Caoimh

    C / C++ / MFC tutorial question

  • Control variable of Grid
    C Caoimh

    I would really be happy, if someone could sort this problem.

    C / C++ / MFC css com help

  • Control variable of Grid
    C Caoimh

    I've created a control variable to the activex control flexgrid, when I attempt to set the a cell value from another class the program terminates. I've no problem accessing CString variables of the other class its just the control variable (m_ctlFGrid) thats causing the problem. Any ideas!!! Kind Regards Caoimh

    C / C++ / MFC css com help

  • How to disable a menu button
    C Caoimh

    I'm using MFCs

    C / C++ / MFC json tutorial

  • How to disable a menu button
    C Caoimh

    Hi, any idea on how to disable a menu button. What I mean is, consider internet explorer browser the menu consists of 'File', if you click on it a drop down menu appears, what api could I use to disable the close button. Kind Regards Caoimh

    C / C++ / MFC json tutorial

  • Distributing A Project
    C Caoimh

    How would one do this???

    C / C++ / MFC c++ com help announcement

  • Set edit box text colour
    C Caoimh

    any idea, how to set the colour of text for an edit box. Say from black to blue. Kind Regards Caoimh

    C / C++ / MFC tutorial

  • A Debugger Coded using MFC's??
    C Caoimh

    let me put the question diferently. I've an assembly file and I want to display the disassembly file of this to a mfc application. How would this be done??

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

  • A Debugger Coded using MFC's??
    C Caoimh

    Hi, does anyone know of debuggers available which were programmed using MFC's. It would be of some use as I need to know how to display a disassembly file Kind regards Caoimh

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

  • Distributing A Project
    C Caoimh

    I've finished a recent project and I need to distribute to others. I've compiled it as release however the application refused to work on a machine without Visual C++. So how would I solve this problem. Some features that may be causing the problems are the ActiveX control FlexGrid, the modeless dialogs. Any suggestions much appreciated Kind Regards Caoimh

    C / C++ / MFC c++ com help announcement

  • unsigned long to string
    C Caoimh

    Sorted, Thank You.

    C / C++ / MFC tutorial question

  • unsigned long to string
    C Caoimh

    My string is type CString not a character array. Any Ideas??

    C / C++ / MFC tutorial question

  • unsigned long to string
    C Caoimh

    Hi previously I asked how to convert string to unsigned long now the reverse is required. How would I convert unsigned long to string? HAVE: unsigned long cnt = FFFF0000; REQUIRE: a string with the value "FFFF0000" suggestions much appreciated Kind Regards Kevin

    C / C++ / MFC tutorial question

  • Thread Problem
    C Caoimh

    Thanks for replying to the message. Sorted the problem last night. A memory allocation problem. Used malloc to solve the problem.

    C / C++ / MFC performance help tutorial

  • Thread Problem
    C Caoimh

    Please Take A Look

    C / C++ / MFC performance help tutorial

  • Thread Problem
    C Caoimh

    Hi, I've a global variable char*tptr. The routines for writing and reading are shown below. The problem is that when I want to write some value example tptr= "HELLO"; The response to "HELLO" is "MORNING" however tptr only returns "MORNI" from the ThreadEzusbRead function and then followed by some memory errors messages. Any suggestions much appreciated Kind Regards Caoimh void ThreadEzusbWrite(HANDLE hDeviceWrite) { unsigned long nbyte; BOOLEAN bResult = FALSE; BULK_TRANSFER_CONTROL bulkControl; bulkControl.pipeNum = 0; DWORD IOCTL = IOCTL_EZUSB_BULK_WRITE; bResult = DeviceIoControl( hDeviceWrite, IOCTL, &bulkControl, sizeof(BULK_TRANSFER_CONTROL), tptr, 30, &nbyte, NULL ); if(WriteEvent) SetEvent(WriteEvent); } void ThreadEzusbRead(HANDLE hDeviceRead) { unsigned long nbyte; BOOLEAN bResult = FALSE; BULK_TRANSFER_CONTROL bulkControl; bulkControl.pipeNum = 2; DWORD IOCTL = IOCTL_EZUSB_BULK_READ; bResult = DeviceIoControl( hDeviceRead, IOCTL, &bulkControl, sizeof(BULK_TRANSFER_CONTROL), tptr, 30, &nbyte, NULL ); if(ReadEvent) SetEvent(ReadEvent); }

    C / C++ / MFC performance help tutorial

  • Parsing CString
    C Caoimh

    I'v got a CString string as follows CString strPacket = "$1234567FFFFFFFF#00 I want to parse the string so that str1 = "1234567" & str2 = "FFFFFFFF" Any suggestions on how to do this At the moment I'm using the following, however there must be an easier way of doing this. m_strRspData = ""; for(i = 1; i < 9; i++){ m_strHex = m_strRspPacket.GetAt(i); m_strRspData += m_strHex; } m_strRspData.MakeUpper();

    C / C++ / MFC json tutorial

  • Convert CString to Unsigned Long
    C Caoimh

    I need to convert CString string to unsigned long. Exammple Need CString strPacket = "FFFFF400" to unsigned long Also any idea how to add a value to strPacket. What I mean is strPacket = "FFFFF400" + "4" = "FFFFF404";

    C / C++ / MFC tutorial

  • ACCESS FUNCTION OF ANOTHER CLASS
    C Caoimh

    I'm trying to access function in a class which is defined in another class. I've tried to declare it as a friend, however this won't work for me. Suggestions much appreciated Kind Regards Caoimh

    C / C++ / MFC
  • Login

  • Don't have an account? Register

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