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
S

suzie100

@suzie100
About
Posts
10
Topics
7
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Import/Export in MS Access
    S suzie100

    I need to write a script so that I will be able to import and export data from a MS Access database. What I really need to do is export the exisiting data from the table, re create the table with a few added columns and export the data back. Any help and suggestions would be greatyl appreciated. Thanks, Susmita

    Database database tools help

  • Modeless Dialog Box
    S suzie100

    I have a MFC Application with ToolBars etc. I want to create a Modeless Dialog Box, but I do not the user to be able to click any buttons in the Main Application while this Dlg Box is displayed. Is there a way to do this, or do I have to use a Modal Dlg Box. The problem is if I have to use a Modal Dlg Box then I will have to spawn a separate thread to do this as I have to do some background processing. Thanks for your help.

    C / C++ / MFC help c++

  • Clearing the Buffer in a MFC View
    S suzie100

    SetWindowText("") does not do it. I saw in the code that when ever anything is displayed in that View, the view's OnDraw(CDC* pDC) Method is called. Do I need to explicitly call it when I need to clear it?

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

  • Clearing the Buffer in a MFC View
    S suzie100

    I have a Output view in my application which inherits from the MFC CScrollView. In the Output View the application displays text information. I want to provide a ability such that on clicking a button the entire content of the Output view gets cleared. I am a MFC newbiew and do not know how to achieve this. Any help/sample code will be greatly appreciated. Thanks, Susmita

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

  • Printing multiple Views in MFC
    S suzie100

    Hi, I am a newbiew to .NET, MFC and Visual C++. I have multiple Views (Say View A, B and C), and a Document in my Design. On the Print and Print Preview I need to print information from all the views. Currently I have overloaded the OnPrint() function in View A. After View A 's print is done, how do I get it to Print View B and View C's Data. Should I post a Message to View B and C passing the CDC object, and each of the View (B &C) use the CDC object and continue the printing. Please let me know if thats the right way to do or if there is a better way. Also how do I print across pages. Thanks for your help.

    C / C++ / MFC c++ csharp design help question

  • ToolBar Button and Cursor in MFC
    S suzie100

    Thanks so much for your explaination and sample. It reall helped me. One question is : when I do BeginWaitCursor() it shows the hourglass for a fleeting second and again changes back to the arrow cursor. It does not stay as hourglass for the entire lengthy operation. Any help how to fix that?

    C / C++ / MFC c++ help

  • ToolBar Button and Cursor in MFC
    S suzie100

    I am a newbie to MFC and want to do the following: I have a button added to a toolbar. I have also added the following in my code for the function to be executed once the Button is clicked: ON_COMMAND(ID_BUTTONRUN, OnRunTests)What I want is when the button is clicked I want the button state to be disabled and the cursor to look like a Hourglass untill the OnRunTests() is completed. I tried the :ON_UPDATE_COMMAND_UI(ID_BUTTONRUN, OnToolbarRunUpdate) but this got executed only after the OnRunTests() completed which is not what I want. Is there a way for me to change the cursor and the button state as soon as the OnRunTests() is entered and change it back when it is done. Any help and guidance will be appreciated.

    C / C++ / MFC c++ help

  • First Chance Exception
    S suzie100

    Hi All, I am a newbie to visual C++ and .NET. I am working on a project which involves Visual C++ , MFC. I have an application and when I compile and run it I get a bunch of: First-chance exception at 0x7c81f070 in MyApp.exe: 0xC0000005: Access violation reading location 0x0000c017. First-chance exception at 0x7c81f070 in MyApp.exe: 0xC0000005: Access violation reading location 0x0000c017. First-chance exception at 0x7c81f070 in MpApp.exe: 0xC0000005: Access violation reading location 0x0000c017. First-chance exception at 0x7c81f070 in MyApp.exe: 0xC0000005: Access violation reading location 0x0000c017. First-chance exception at 0x7c81f070 in MyApp.exe: 0xC0000005: Access violation reading location 0x0000c019. First-chance exception at 0x7c81f070 in MyApp.exe: 0xC0000005: Access violation reading location 0x0000c019. First-chance exception at 0x7c81f070 in MyApp.exe: 0xC0000005: Access violation reading location 0x0000c019. I have no idea why this happens and do not know how to go about debugging this. Also after showing all this exception my application runs fine. I made changes to the Debugger to break into the code on the exception and the first exception occurs in a windows file oleinit.cpp at the line: SCODE sc = ::OleInitialize(NULL); Please give me some guidance/pointers of what to do. Thanks to All

    C / C++ / MFC c++ csharp debugging tutorial

  • Visual C++/MFC Thread Question
    S suzie100

    Thanks for all the help. I could accomplish what I wanted to do with all your help. Thank Again

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

  • Visual C++/MFC Thread Question
    S suzie100

    Hi I am trying to learn MFC and Visual C++ while working on a project. I want to do a simple task in a function. It is when the function is called I need to spawn a separate thread, pop up a message box in that thread and when the user presses OK or Cancel in that message Box, kill the spawned thread and pass control back to the main thread. I am clueless how to do this. A simple code example will really help. Thanks a Ton..

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