CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: raj1to0

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    3,934

    How to make the class cant derive it?

    Hi any one let me know how to make class cant derive from it at all in c++?
    Please share the info. Thanks in advance.
    regards
    Hara
  2. Replies
    6
    Views
    23,019

    Re: CListCtrl selection

    This is really nice. :) its really helpful. thanks.
  3. Re: Dialog derived class, can i restrict?

    Many Many Many Thanks, Mr.Cilu. This code is directly working in my program. Its great. Thanks a lot for helping me. also thanks a lot for this codeguru and codeproject.:)
  4. Re: Wanna restrict my dialog derived class, not to access more than one time. can i?

    Thanks a lot Mr.Cilu. :rose:
  5. Re: Dialog derived class, can i restrict?

    Ya. Yes thats what i want Mr Cilu. Please let me have a sample part of code / any idea. I first time working in threads. please, need example code for CRITICAL_SECTION. Also i am trying here. ...
  6. Thread: Unload dll

    by raj1to0
    Replies
    7
    Views
    1,821

    Re: Unload dll

    Nice reply. Thanks Friend.
    Yes! you are correct Explicit linking is only solution.
  7. Replies
    7
    Views
    1,247

    Re: modeless child and main dialog communication

    Hi friend,
    I would suggest you to do like below:-


    CModalBox modalBox;
    modalBox->m_pParent = this;
    //m_pParent is your own pointer for your parent dialog in your child dialog.
    //add your...
  8. Dialog derived class, can i restrict?

    Wanna restrict my dialog derived class, not to access more than one time. can i?

    Hi dear friends! Good Morning to all. After long time i came up hare again. Cheers. How are you friends? Ok....
  9. Email sending? Authentication? Please help me.

    Hi to Every one.
    I need authentication details. Could any one please kindly helpme in this.
    What is authentication, and how to check this authentication. How to use SSL concept in the Email sending...
  10. Re: I need to check the email is existed/not and password respected one/not? Pls Help

    Atleast could any one please help me how to check authentication, and what is authentication. I need help urgently. Please help me.
  11. Re: I can't move the caret to the end of the text

    hahahaha...... just you can use the same function for all. you can make your position of cursor at any place with this function. please kindly see the msdn about this dude..;) Never mind.
    Have a...
  12. Re: I can't move the caret to the end of the text

    use setsel. check details of this function. :) enjoy.

    m_Edit.SetSel(0,-1); // select all the text
  13. Replies
    4
    Views
    875

    Re: Hi can you please help me

    Hi you can get the related details in voidnish's personal site. you post a msg in it's blog. it could helpful to u. see this link
    http://blog.voidnish.com/?p=127#comments
  14. I need to check the email is existed/not and password respected one/not? Pls Help?

    I am working on email program in VC++. Thru my application I can send mails now. But i want to give user login and password fecility to that.
    Here the condition is

    ->I want to check the given...
  15. Replies
    1
    Views
    1,047

    For resource copying.

    see the attachment.
  16. Re: Im working on ADO&Link-List, Getting error. not getting data?Any help from KindPerson

    Im working on ADO&Link-List, Getting error. not getting data?Any help from KindPerson.
    I am uploading my code.


    /////////////////////////////////////////////////////////////////
    //I am getting...
  17. Im working on ADO&Link-List, Getting error. not getting data?Any help from KindPerson

    Im working on ADO&Link-List, Getting error. not getting data?Any help from KindPerson.
    I am uploading my code.


    /////////////////////////////////////////////////////////////////
    //I am getting...
  18. Use of the clip sibling property & clip children property?

    Hello can any one explain about the clip sibling property of any dialog,
    and clip children property of dialog.

    The macros are : WS_CLIPSIBLINGS, WS_CLIPCHILDREN

    I could not understand where it...
  19. Replies
    6
    Views
    1,031

    Re: How to solve the problem with move window?

    Thank you all friends.

    I just changed my code as GetWindowRect instead of GetClientRect.
    Then suddenly my problem solved. Thanks a lot to codeguru.

    The code i used is as follows:...
  20. Replies
    6
    Views
    1,031

    Re: How to solve the problem with move window?

    Oh! really thank ful to you. Thanks for replying.
    I have a small problem. I have a frame in a dialog.
    I want to move other window to that frame window's coordinates. the frame window coordinates is...
  21. Replies
    6
    Views
    1,031

    How to solve the problem with move window?

    What are the problems we can face with Movewindow?
    I used the getclient rect, got the rectangle and then
    I am using the move window function.

    Then here i got the problems.
    The window is not...
  22. Replies
    8
    Views
    1,329

    Diff btwn int *p=NULL & int *p=0; ?

    Could any one please let me know the answer for the question.
    Is there any difference. May defenetly there is some difference.
    Diff btwn int *p=NULL & int *p=0; ?
Results 1 to 22 of 22





Click Here to Expand Forum to Full Width

Featured