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

reddy harish

@reddy harish
About
Posts
16
Topics
10
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • deleting the multiple rows in Grid
    R reddy harish

    Iam using CGrid control.in this iam facing the problem

    C / C++ / MFC css help tutorial

  • deleting the multiple rows in Grid
    R reddy harish

    Hi Iam using Grid control in my application. how to delete the multiple rows in the Grid. currently if i select multiple rows to delete but the last selected row is getting deleted.here iam sending the code what i have used to delete the rows.but it is working pls any body can help in this CCellRange cRange; int nCount = 0; UINT unSel = 0; INT_PTR nSelctedDMItemsCount = 0; cRange = m_Grid.GetSelectedCellRange(); nCount = cRange.GetMaxRow(); bool bFlag = false; for(int nDMIdx = 1;nDMIdx < nCount;nDMIdx++) { bFlag =false; bFlag = m_Grid.IsCellSelected(nDMIdx,0); if(bFlag ) { m_Grid.DeleteRow( nDMIdx ); } }

    C / C++ / MFC css help tutorial

  • validate float value
    R reddy harish

    Hi i want to validate the float value which the user is going to enter in the edit box. no integers are allowed and strings are allowed. only float values are allowed. is ther any API to valiate the float value or is ther any solution for this

    C / C++ / MFC json

  • Validation of matching comments
    R reddy harish

    Hi i want to validate the matching comments.(/* */).Every file should start with the /* and should end with */. if he gives multiple comments it sholud not be validate. Here iam showing some possible example which user may enter. 1./*text*//* 2./*text*/*/ 3./*text/**/ but that should be only /*text*/.other than this situation i need to throw an error.he is entering the file in edit box. please any one can give me the solution for this problem.

    C / C++ / MFC help tutorial

  • File extension validation
    R reddy harish

    Thanks for ur reply. but i have a small issue. iam using edit box in the dailog box.user enters the file in that edit box. how to validate that.

    C / C++ / MFC question

  • File extension validation
    R reddy harish

    I have checked the earlier reply. As iam in learing curve i am not able to implement that exactly

    C / C++ / MFC question

  • File extension validation
    R reddy harish

    Hi, iam developing a dailog based application in Wizard mode. i need to validate the file which the user is entering. so i need to validate the file extension.if the extension is wrong i need to pop a message saying wrong file. How can i validate the file extension. Regards Harish.

    C / C++ / MFC question

  • how to validate the special characters
    R reddy harish

    Hi all How to validate the special characters like %,&,which should not be allowed to enter in the edit control in dialog based application. I need to validate many special characters at a time.how can i validate.

    C / C++ / MFC tutorial question

  • How to override the control
    R reddy harish

    Hi all As iam a Beginner in MFC,i want to know how to override the control(ex:edit control)

    C / C++ / MFC c++ tutorial learning

  • How to validate the special characters
    R reddy harish

    Dear Moonen, thanks for ur reply, As iam a begginer of MFC i want to know how to override the control

    C / C++ / MFC tutorial question

  • how to load the Bitmap
    R reddy harish

    Hi i have created a bitmap and i want to load that to my dialog window. how to load the bitmap into the dialog. pls give me the sample code if possible

    C / C++ / MFC graphics tutorial

  • How to validate the special characters
    R reddy harish

    yes it is an edit box.

    C / C++ / MFC tutorial question

  • How to validate the special characters
    R reddy harish

    Hi all, In Dialog based application user has to enter the file name to continue the next operation.If he enters any special chararacters like " ?,$,@",or integers, how to validate them. he should not enter any varibles or any special characters. Regards, Harish

    C / C++ / MFC tutorial question

  • Need help Urgent
    R reddy harish

    Iam developing a dialog based application in which user has to select a file to continue for next step.There he needs to enter the file with correct extension,so i have to validate the file extensions which he has provided. he needs to enter different files in different steps. how can i validate the file extensions he has provided is correct or wrong. so that he can go for the next operation.

    C / C++ / MFC help question

  • Need help Urgent
    R reddy harish

    Thnks for ur reply. but If the user is entering the wrong file path or file name and he is trying to perform the next operation,how can we prevent him from that.so that we have to write the code to give him messeage or to stop him. Ex:when we are entering the wrong file name or path in the "RUN" command,it shows us a warning or message saying that is not exist. Like that can we perform the operation

    C / C++ / MFC help question

  • Need help Urgent
    R reddy harish

    Hi Iam developing a Dialog based application. In that application user has to add some files to perfrom the next operation, so i need to validate the file path,file name,for further operation. how can i check that user has entered the correct path,file name

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