CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 2 of 2 FirstFirst 12
Results 16 to 21 of 21
  1. #16
    Join Date
    Mar 2011
    Posts
    10

    Re: How to change "input field" code in dialogue.

    RobR got my piont!!

    and I am using local compiler/editor NOT Microsoft family, besides I dont know much about the methods used by programmers since I am just a web developer which is why I am able to reach at this point!

    and yes I have tried initial text for other edit boxes but dint work! and I have placed ES_READONLY style deliberatly in order to prevent user interfere!

  2. #17
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: How to change "input field" code in dialogue.

    Quote Originally Posted by dilawar12 View Post
    regret to state here but here I found some people, who want others to be like them!
    You entirely miss the point.

    You simply can't learn MFC by asking a couple of questions in a forum. Since you keep posting raw .RC file code it means that you don't know how to create a control variable. Since I've explained in detail how to do this in my previous post (but yet you keep posting RC code), it tells me that you aren't at a level that members of this forum will be able to help you.

    Understand that we would like to help, but you aren't understanding what we are telling you.

  3. #18
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: How to change "input field" code in dialogue.

    Quote Originally Posted by dilawar12 View Post
    RobR got my piont!!

    and I am using local compiler/editor NOT Microsoft family, besides I dont know much about the methods used by programmers since I am just a web developer which is why I am able to reach at this point!

    and yes I have tried initial text for other edit boxes but dint work! and I have placed ES_READONLY style deliberatly in order to prevent user interfere!
    We all understand your point. You keep failing to understand that you need a basic understanding of MFC in order for us to help you.

    If you take the time to do one or two MFC tutorials, which you can easily find on the web, then the stuff we are telling you will make sense (then you'll realize that what we are telling you is actually pointing you in the right direction).

  4. #19
    Join Date
    Mar 2011
    Posts
    10

    Re: How to change "input field" code in dialogue.

    Wish I could have much time since I am already stucked into a job with this part time job as well.

    But I will try to snatch a little time to learn MFC tutorial as every tutorial needs full concentration!

    You guys are really good!
    I think I am done in this forum!

    Take care!
    Please close this board!
    [ I will make other one! lol ]

  5. #20
    Join Date
    Mar 2011
    Posts
    10

    Re: How to change "input field" code in dialogue.

    by the way, I reposted the whole code with attached picture only for Mr. GCDEF to understand me!

  6. #21
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,637

    Re: How to change "input field" code in dialogue.

    Quote Originally Posted by dilawar12 View Post
    by the way, I reposted the whole code with attached picture only for Mr. GCDEF to understand me!
    What is your problem? I gave you solid advice that was echoed by others in this thread, including the forum moderator. I thought you said you were done in this forum (which by the way isn't the correct forum since you aren't using Visual C++)..

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured