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
A

AnithaSubramani

@AnithaSubramani
About
Posts
112
Topics
72
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to insert image in Menu bar
    A AnithaSubramani

    Hi friends, In my project i created Menu on design time itself.I tried to insert the image in sub menu.I cant get result.Please any body give me ur idea to insert the image in menus. Language ->Main menu Sub menu: English Italy French In english menu i nedd to insert the England flag.Please Help me Thanks and regards Anitha

    C / C++ / MFC design help tutorial

  • display image in CListctrl
    A AnithaSubramani

    Dear all, I have a list control,In that how can i load different images for each row.Please any one help me. Thanks and Regards Tamil

    C / C++ / MFC help question

  • How to send an Email
    A AnithaSubramani

    Hi friends .. In my project i need to send an email to our customer using vc++.Please anybody send me an article or sample programme to send an email in vc++.Please Help me Thanks in Advance Anitha

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

  • Pdf Creation
    A AnithaSubramani

    Hello Friends.. Good Morninig..In my project i need to write some content into pdf file using vc++.Please any body help me to send an article or sample programme for create pdf file using vc++. Pls help me. Thanks and regrda Anitha

    C / C++ / MFC c++ help

  • Dialog box gets hanged..
    A AnithaSubramani

    * I tried domodal() in one of my application but if i use domodal() i can change between dialog only 30 or 40 times after that it shows a message which says resource not available.

    C / C++ / MFC

  • Dialog box gets hanged..
    A AnithaSubramani

    we have 3 dialog boxes and all these 3 boxes are loaded once our application starts and each and every time when i want a window the corresponding window is found using FindWindow() and displayed using ShowWindow()...In one of the dialog when we click a button it starts downloading the files from the server. When it is downloading i need a progress bar to be ruuning in my dialog box. But in my code the dialog box disappears. Please help me to know what can be the problem why the dialog box disappears when the it starts downloading..

    C / C++ / MFC

  • Changing values in dialog boxes
    A AnithaSubramani

    They are modelless dialog boxes.

    C / C++ / MFC

  • Changing values in dialog boxes
    A AnithaSubramani

    Hi all, In my main dialog we have a menu, in this menu we have some options as per the option selected we want the values to be changed in all the other 3 dialog boxes that we have in the application.We have actually created all the 3 dialogs in the main dialog using create hence the value is not getting loaded in the other windows..Plz anyone help me Kind regards anitha

    C / C++ / MFC

  • Dialog box gets hanged..
    A AnithaSubramani

    Dear all, In my program we have written code to download folders from the server to the PC,When the downloading process is started my dialog box disappears.Actually we have 3 dialog boxes and all these 3 boxes are loaded once our application starts and each and every time when i want a window the corresponding window is hide and displayed using FindWindow() and ShowWindow()... What can be the problem Plz anyone help me... Kind regards anitha

    C / C++ / MFC

  • How to get the sub folder name of particular folder?
    A AnithaSubramani

    Hi All, I need to get the sub folder name of particular folder. How to do this? Pls help me....... Thanks & Regards, Anitha

    C / C++ / MFC help tutorial question

  • Drag and drop between ListBox
    A AnithaSubramani

    Hi All, I need the sample code for drag and drop between ListBox. Pls help me........ Regards, Anitha

    C / C++ / MFC help

  • Drag & drop between tree controls(Very Urgent........)
    A AnithaSubramani

    Hi All, I have 2 tree controls.Now i need to access Drag and Drop between them in Dialog based application.I need some idea or sample code for this.Its very urgent for me. Plz help me......... Thanks & Regards, Anitha

    C / C++ / MFC data-structures help

  • Details about File and Directory choosers(Very urgent.............................)
    A AnithaSubramani

    Hi All, I need some details about File and Directory choosers. my requirement is i need to display the folders with content(ie. Folder is "Sample" it has sam.txt) in particular directory. I should use drag & drop , delete and multiple selection(not folder only content) events. So which control is better for this? Tree control or List Box or anything else? Please help me.............. Thanks & Regards, Anitha:rose:

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

  • How to display the content of particular folder in Tree control?
    A AnithaSubramani

    Hi All, Im using CTreectrl. I need to display the content of particular folder. The folder is "Sample" it has sam.txt, example.txt ,book.xml etc. How to display the Folder(Sample) and it content. Please help me.......... Thanks & Regards, Anitha

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

  • CString to a hex
    A AnithaSubramani

    Hi All, Does anyone know how to convert a CString to a hex and convert the hex values to integer. For example I have CString str="0x03"; "0x03" is hex value but this is stored in CString. I want to convert this hex value in to int. Please help. Thanks

    C / C++ / MFC tutorial help

  • how to convert CString to char*[]?
    A AnithaSubramani

    Hello, Can anyone tell me how to convert CString to char*[]? Thanks!

    C / C++ / MFC tutorial question

  • How to convert CString to char[] in MFC?(Very Urgent............)
    A AnithaSubramani

    Hi All, How to conver CString to char[] in MFC. In my code: CString str = "Sample"; I need to convert to char sam[6]; Please help me........... Thanks and Regards, Anitha

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

  • How to split the CString variable in MFC?(Very Urgent..............)
    A AnithaSubramani

    Hi All, How to split the CString in MFC? My clode is: CString str; str = "READ rd659885676R8667U7788"; I need to split the CString with " "(space). That is i need "READ" in one variable and "rd659885676R8667U7788" in another variable. Please help me......... Regards, Anitha :)

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

  • How to get the available ports?
    A AnithaSubramani

    Hi All, How to get the available ports for serial port communcation. Thanks & Regards, Anitha :)

    C / C++ / MFC tutorial question

  • FindWindow()
    A AnithaSubramani

    Hi All,

    HWND FindWindow(LPCTSTR lpClassName,LPCTSTR lpWindowName); 
    

    In this function, how to find the lpClassName for particular dialog. Regards, Anitha

    C / C++ / MFC tutorial
  • Login

  • Don't have an account? Register

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