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

Search:

Type: Posts; User: Cambalinho

Search: Search took 0.04 seconds.

  1. Re: the hidecaret() function isn't ok?

    like you understand my experience with C++ isn't the best. so i can't create that line easly:(
    maybe i can with temples, but i don't know how:(
  2. Re: the hidecaret() function isn't ok?

    so isn't compatible with Dev C++\ANSI?
  3. Re: the hidecaret() function isn't ok?

    i think is C++;)
    is for transform that 2 subs in properties;)
    see that 2 subs?
    GetCaretVisible() and SetCaretVisible(bool Visible). they are overloading subs, but the line:


    __declspec (...
  4. Re: the hidecaret() function isn't ok?

    thanks.
    maybe you like these line(the last line):


    bool GetCaretVisible()
    {
    return blCaretVisible;
    }
  5. [RESOLVED] the hidecaret() function isn't ok?

    what i need for hide the caret?

    bool GetCaretVisible()
    {
    return blCaretVisible;
    }
    void SetCaretVisible(bool Visible)
    {
    if (Visible==true)
    {
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured