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

Search:

Type: Posts; User: luisabreu

Search: Search took 0.03 seconds.

  1. Replies
    6
    Views
    687

    Re: Close button on dialog

    Ok....I think that we can close this thread now. If you go to the dialog properties and uncheck the system menu, then you'll have no more close buttons on this dialog. All you have to do then is draw...
  2. Replies
    6
    Views
    687

    Re: Close button on dialog

    No, sorry...this is not what I'm looking for. TIknowhow to build the button. Just don't know how to "delete the default caption bar and put mine there, so that when I do something to it (like...
  3. Replies
    6
    Views
    687

    Re: Close button on dialog

    Ok. I've already done that befre posting. But there are a few problems with that. If I call the default function, when I drag the dialog window to another position, I loose my caption and see the...
  4. Replies
    6
    Views
    687

    Close button on dialog

    Hello.
    If possible, I would like to have some clues on how to change the close button of the dialog to some kind of owner drawn button. What I really would like to do is replace that old square...
  5. Replies
    0
    Views
    392

    retrieving parameter info

    Hello.
    I'm having some trouble retrieving parameters from a sql server db using ado.
    Here's my code:
    _ConnectionPtr connection;
    connection.CreateInstance( __uuidof(Connection) );...
  6. Thread: ATL Windows

    by luisabreu
    Replies
    0
    Views
    522

    ATL Windows

    Recently I've discovered that Microsoft has built some wrappers around some controls so that they can be used directly in ATL code. These classes can be found in CD1 of MSDN in the ATLControls.h.
    My...
  7. Replies
    4
    Views
    2,205

    Re: WININET httpendrequest error

    I've seen it too.
    However the problem was with the server name. I've solved that. My problem now is that after reading/writing I don't get the file on the server.
    Any ideas?

    Those who give up...
  8. Replies
    4
    Views
    2,205

    Re: WININET httpendrequest error

    I've seen it to.
    However the problem was with the server name. I've solved that. My problem now is that after reading/writing I don't get the file on the server.
    Any ideas?

    Those who give up...
  9. Replies
    1
    Views
    3,255

    Re: HttpSendRequestEx function

    I have a similar problem, but I'm using PUT. Also would like an answer to this.

    Those who give up never win,
    and those who win never give up
    Luis Abreu
  10. Replies
    4
    Views
    2,205

    WININET httpendrequest error

    I'm writing a simple app that should transfer files through http.
    I've already completed the download part, but I'm having trouble with the uploading of files. I'm getting error 12168 returned from...
Results 1 to 10 of 10





Click Here to Expand Forum to Full Width

Featured