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
I

irshad_bukhari

@irshad_bukhari
About
Posts
10
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Using dll...
    I irshad_bukhari

    Hi, Below link has a very useful tutorial related to DLL implementation in VC++ 6. http://www.codeproject.org/dll/XDllPt1.asp Hope it will be useful to you. Best Regards, Irshad

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

  • Creating variable window...Help!
    I irshad_bukhari

    Hi I am developing a variable window which looks like VC++ editor's variable window. I am able to generate a tree . I am getting the contents every time from memory & displaying it. So for every "OnStepExecute F11(my debugger command)" , i am deleting the contents of tree & regenerating the tree for variable tree. So any one knows how to store the previous status of tree, so that every-time the user need not expand the tree to look variable(array/struct) contents. or do any one have such appilcation which creates variable window. thanks in advance Irshad

    C / C++ / MFC data-structures c++ debugging performance help

  • Help!- Background color of Highlighted line in RichEditView
    I irshad_bukhari

    thanks for reply...but i want to change the background color of hightlighted line...presently it is black... so i tried to use CHARFORMAT2...but i am not able set the size attribute & i am not able send a massage for CHARFORMAT2 regards, Irshad

    C / C++ / MFC help c++

  • Change Background color of selected text?
    I irshad_bukhari

    How to change the background color selected text from black to diffrent color in richeditctrl.

    C / C++ / MFC tutorial question

  • Variable number of parameters
    I irshad_bukhari

    for variable no. of arguments use va_arg, look into MSDN for more details

    C / C++ / MFC tutorial question

  • Help!- Background color of Highlighted line in RichEditView
    I irshad_bukhari

    Hi I am new to MFC, i have written function to highlight a perticular line in richeditview class. find the routines below. But i am not able to change the background of a line (presently in black color). i am able to change the text color. I tried with CHARFORMAT2, but its not working. So plz help me out to solve this problem void CDbgView::HighlightLine(int GLineNum) { int FirstVisibleLineNum = pSCodeView->GetRichEditCtrl( ).GetFirstVisibleLine() + 1; int LastLine = FirstVisibleLineNum + pSCodeView->GetRichEditCtrl( ).GetLineCount(); int nBegin,nEnd; nBegin = pSCodeView->GetRichEditCtrl().LineIndex(GLineNum-1); End = pSCodeView->GetRichEditCtrl().LineLength(nBegin); // Select the range of charecters. CHARRANGE cr; pSCodeView->GetRichEditCtrl().GetSel(cr); cr.cpMin = nBegin; cr.cpMax = nBegin + nEnd; pSCodeView->GetRichEditCtrl().SetSel(cr); //Change the Bk Color of the line selected /*CHARFORMAT2 cf; pSCodeView->GetRichEditCtrl().GetSelectionCharFormat(cf); cf.cbSize = 84; CHARFORMAT2* pcf = &cf; pSCodeView->SendMessage(EM_SETCHARFORMAT,(WPARAM) SCF_ALL,(LPARAM) pcf); cf.dwMask = CFM_SIZE | CFM_BACKCOLOR ; cf.dwEffects = CFE_PROTECTED | CFM_COLOR | CFM_BACKCOLOR; cf.crBackColor = RGB(0,0,255); pSCodeView->GetRichEditCtrl().SetSelectionCharFormat(cf); */ pSCodeView->UpdateWindow( ); } Thanks Irshad

    C / C++ / MFC help c++

  • Help!
    I irshad_bukhari

    thanks

    C / C++ / MFC c++ graphics debugging help tutorial

  • Help!
    I irshad_bukhari

    I am writing a C debugger ...I am using MFC for GUI development.. My req. is as follows & if somebody knows how to do or can give me some ideas, i will be thankful for them..Thanks David for ur first reply.. 1. open C source file which retains standard coloring of keywords of C langauge ..& 2. a new view window which display line number & have capabilty to set break-points i mean some sort of bitmap..(like M VC++ editor have) 3. a shared vertical scroll-bar between these windows. I am using RichEditView class for other operations like get line number on double-clk,etc.. Regards Irshad

    C / C++ / MFC c++ graphics debugging help tutorial

  • Query: Display Line Number infront of each Line of source (MFC)
    I irshad_bukhari

    Thanks for ur reply.. Sorry i am asking silly questions..as I am new to MFC...Actually i want to 1. open C source file with standard coloring of keywords of C langauge ..& 2. a new view window which display line number & have capabilty to set break-points ..(like M VC++ editor have) 3. a shared vertical scroll-bar between these windows. I am using RichEditView class for other operations like get line number on double-clk,etc.. Regards Irshad

    C / C++ / MFC c++ database com debugging

  • Query: Display Line Number infront of each Line of source (MFC)
    I irshad_bukhari

    Hi, I want to open & display a file(ex: .C) with Line Number to be displayed infront of each line. (Ex: Like C Debugger have) Plz. send me code if anybody written... irshad_b@indiatimes.com Thanks in Advance, Regards, Irshad

    C / C++ / MFC c++ database com debugging
  • Login

  • Don't have an account? Register

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