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
R

Raghunandan S

@Raghunandan S
About
Posts
41
Topics
29
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • embed multiple child dialogs on main dialog
    R Raghunandan S

    the problem with these solutions are that the child dialog get closed upon pressing escape or enter when the focus in any of the controls Raghu

    C / C++ / MFC design data-structures tutorial

  • embed multiple child dialogs on main dialog
    R Raghunandan S

    Hi All, I need to design a dialog box which has 2 sections. the left section is a tree control and right section displays various controls.Based on the user's selection in the tree control, I need to display different controls(like property pages...)in the right section.I have created separate dialogs for each of the selections and I need to embed this template onto the main dialog upon user's selection.Please let me know how to achieve this. Thanks in advance Raghu

    C / C++ / MFC design data-structures tutorial

  • Scrollbars in SplitterWnd
    R Raghunandan S

    Hi All, I have a splitterwnd with 3 panes. I dont want the scroll bars to come in each of the panes.How can I disable them. Thanks in advance Raghu

    C / C++ / MFC question

  • call from one dll to another dll
    R Raghunandan S

    from where should these functions be called

    C / C++ / MFC c++ help

  • call from one dll to another dll
    R Raghunandan S

    yes i have done that

    C / C++ / MFC c++ help

  • call from one dll to another dll
    R Raghunandan S

    Hi All, I have a non mfc dll(does not contain the CWinApp) which needs to talk to 2nd dll which uses mfc as a shared dll.I want to make a call to the 2nd dll from the 1st one inorder to display a dialog box. I'm using LoadLibrary to load the 2nd dll from the 1st one and using GetProcAddress to get the address of the function which creates an object of dialog box and calls DoModal on it.But when I make a call in this manner, the code is crashing at ASSERT((p = pMap->LookupPermanent(m_hWnd)) != NULL || (p = pMap->LookupTemporary(m_hWnd)) != NULL); in Wincore.cpp Can anyone please tell me what the problem is. Thanks in advance Raghu

    C / C++ / MFC c++ help

  • Multiple view updation
    R Raghunandan S

    Hi All, I want to develop an application in which my GUI supports multiple views(CRichEditView,CListView,CTreeView..).All the views are independent of each other. when any modification is done in any of the views,that view sends a notification to observer class and this class in turn would notify other views about the updation.Can some one tell how to design this in MFC.I want to make the design robust so that more views can be added with ease. Thanks in advance Raghu

    C / C++ / MFC c++ design tutorial

  • Porting macros written for VC6 to VC++ .NET
    R Raghunandan S

    Hi All, I have a dsm file which was written for VC++ 6 IDE. I want to use this wih VC++ .NET IDE. can some one tell me what changes i should make so that it can run with VC++ .NET IDe also Thanks in advance, Regards Raghu

    Visual Basic csharp c++ visual-studio

  • Table design for storing email address
    R Raghunandan S

    Hi All, I'm developing a knowledgebase system where in user can create his own knowledgebase by adding articles to different categories.The categories are in tree like structure where in each category node can contain articles and sub categories. I need to provide the user with the option of subscribing for these categories and whenever any changes are made to articles or any of the categories under it, the user should be notified via email. Can someone tell me how I can design the database to store these information and how can i determine the email address to be notified whenever any changes are made under the category for which user has subscribed. Thanks in advance Regards Raghu

    Database database design data-structures question

  • Knowledge base design help
    R Raghunandan S

    Hi All, I am planning of designing a knowledge base.I want to design in such a way that this knowledge base can import and export artices(txt,doc,pdf..)sepatate and store the articles according to different categories(C++,linux...),support search based on category,keyword.. Can someone suggest some ideas in developing such a system,or are there already available free softwares for this purpose.I wa planning to develop using C++. Any suggestions is appreciated, Thanks in advance Raghu

    Article Writing c++ design linux help

  • Common handler for all dialog controls
    R Raghunandan S

    Hi All, I have a very complex dialog with 5 edit controls,4 comboboxes,3 radio buttons and 2 list boxes. The controls id's are not in sequence(hence i cannot use ON_CONTROL_RANGE).I need to write a handler which will be called whenever user makes any changes to any of the controls.Is there any way to do this without adding an event handler for individual controls. Thanks in advance, Raghu

    C / C++ / MFC

  • Only Dialogbox getting popped up
    R Raghunandan S

    Hi All, I'm facing a strange problem. The condition is like this: minimize the application from the taskbar when a dialog is displayed or a automatic dialog is displayed when the application is in the minimized position. When the user clicks to activate this minimized window,only dialog box is coming up and the application's main window still remains minimized. This is happening sometimes. Can some one tell me how to make the main window also to come up along with the dialog box when the window is activated from a minimized position Thanks in advance Raghu

    C / C++ / MFC help tutorial

  • Overlapping controls
    R Raghunandan S

    thankyou. the answer was helpful Raghu

    C / C++ / MFC tutorial

  • Overlapping controls
    R Raghunandan S

    Hi All, I wanted to know the difference in creation of the list box which drops down from a combo box and the list box control which we can embed on a dialog by drag and drop from the control menu. The list box that drops down from the combobox can overlap on other controls and still the focus is on the list box when the mouse is moved over the overlapping area of this list box and other controls. But if we manually overlap listbox and some other control,the focus cannot remain on the list box in this overlapped area,but focus goes to other control. Can someone tell me how to make the focus remain on the list box though the list box and some other controls get overlapped. Thanks in advance Raghu

    C / C++ / MFC tutorial

  • Differences between semaphores,critical section and mutexes
    R Raghunandan S

    Hi All, Can some one tell me the differences between semaphores,critical section and mutexes.When should they be used(i know these are used for synchronization between threads) and the advantages/disadvantages of them over the other. Thanks in advance Regards Raghu

    C / C++ / MFC

  • Error message and then application crashing.Help
    R Raghunandan S

    Hi All, I have a client application which is sometimes displaying the message "An unknown error occurred while accessing an unnamed file" before crashing.This message is being displayed very randomly and i could simulate this only once. The scenario was like this: 1) The client and server are running in seaparate machines connected over a network. 2)Send some request commands to server and before the response is obtained,disable the network on client's side. The message "An unknown error occurred while accessing an unnamed file" was displayed and on clicking ok the application crashed.There is no log of this crash also.Can some one tell me whether this related to CArchive and what should i do to avoid this or what protection code should i add to avoid crash. The function CSocket::OnClose() is getting called immediately when the network is being diabled.But this function is not getting called when the above message is displayed and in such situation the application is crashing. Thanks in advance Regards Raghu

    C / C++ / MFC sysadmin help

  • Tooltip for CListBox contents
    R Raghunandan S

    Hi All, I wanted to know how to display the tooltips for the contents of the CListBox. The length of the strings that are inserted into the CListBox is larger than the width of the CListBox.For such strings I want to display a tooltip text containing the full string when user places the cursor on them.Can someone tell me how to realize this. I want to implement something like the tooltips displayed for CTreeView when the contents of the node does not fit the window. Thanks in advance Regards Raghu

    C / C++ / MFC tutorial

  • My application causing an assert in viewcore.cpp
    R Raghunandan S

    Hi, Mine is an SDI application where I do like this: CSingleDocTemplate* pDocTemplate; pDocTemplate = new CSingleDocTemplate( IDR_MAINFRAME, RUNTIME_CLASS(CConvertDoc), RUNTIME_CLASS(CMainFrame), RUNTIME_CLASS(CConvertView)); AddDocTemplate(pDocTemplate); in my initinstance CMainFrame is derived from CFrameWnd and CConvertView is derived from CEditView. Is there any problme in this kind of creation? Regards Raghu

    C / C++ / MFC c++ help

  • My application causing an assert in viewcore.cpp
    R Raghunandan S

    Hi All, MY application is causing an assert in the line 249 of viewcore.cpp.This is a OnMouseActivate() function and the assertion is at ASSERT(pParentFrame == pDesktopWnd || pDesktopWnd->IsChild(pParentFrame)); can someone tell me what might be the possible condition.This is a randomly occuring bug and i dont have any logs regarding this Thanks in advance Regards Raghu

    C / C++ / MFC c++ help

  • SQL server retruning DB error 10025
    R Raghunandan S

    Hi All, I have a scheduled task to back up my database every day at specified time.IF i continuosly change my system year,error_handler function is getting called with the following parameter values severity = 9 dberr = 10025 oserr=65534 dberrstr=possible network error: write to sql server failed.general network error.check your documentation oserrstr=ConnectionRead(recv()) what might be the reason for this error. Thanks in advance Raghu

    Database database sysadmin sql-server help lounge
  • Login

  • Don't have an account? Register

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