Search:

Type: Posts; User: J_Bravo

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,080

    Thanks endo, Does anyone know of ony...

    Thanks endo,
    Does anyone know of ony good tutorials/Sites for C++ ODBC Programming??
    Cheers,
    Donal
  2. Replies
    2
    Views
    1,080

    How to access Data bases via C++

    Hi All,
    Are there any libraries that I would need in order to access databases such as MS Access DB's?
    I understand that this can be done using MFC, but I'd prefer not to use it.
    Also...
  3. Replies
    1
    Views
    4,317

    using the _findfirst() function

    Hi All,
    I'm trying to pass a directory name as the "char *filespec" for _findfirst(). But it doesn't seem to work. How would I specify a directory name to this function??


    directoryname holds:...
  4. Replies
    1
    Views
    1,748

    Use WM_INITDIALOG for a dialog box.

    Use WM_INITDIALOG for a dialog box.
  5. Replies
    3
    Views
    1,194

    Ok, But that post was made in the Windows...

    Ok, But that post was made in the Windows programming section (not everyone visits all sections) and it is not quite what I am looking for.
    Anyone any ideas??
    Thanks
  6. Replies
    3
    Views
    1,194

    Finding the size of a directory

    Does anyone know of a function that will calculate the size of a directory(including it's sub directories)??
    I know I can do it by using recursion, but I don't have the time to write a recursion...
  7. Replies
    9
    Views
    2,592

    Thanks for you help Donal

    Thanks for you help
    Donal
  8. Replies
    9
    Views
    2,592

    But how do you get hBtn1 to be a HWND for...

    But how do you get hBtn1 to be a HWND for IDC_RADIO1 without
    using the CreateWindowEx() function????

    Tks,
    Donal
  9. Hi jdinger, If i didn't put in the type casting...

    Hi jdinger,
    If i didn't put in the type casting the code won't compile, I'd get this error:
    (91) : error C2664: '_ltoa' : cannot convert parameter 1 from 'union _ULARGE_INTEGER *' to 'long'

    If...
  10. Replies
    9
    Views
    2,592

    Hi jdinger, I'm creating resources...

    Hi jdinger,
    I'm creating resources using VC++. So I can't get the HWND for the button the way you specified. Is there a function for returning the HWND of my radio button to hBtn?...
  11. How to convert from PULARGE_INTEGER to a character string

    Hi All,
    How to convert from PULARGE_INTEGER to a character string??

    I need to display a value (free disk space) in a message or textbox.

    Any ideas would be great,
    Thanks,
    Donal
    :)
  12. Replies
    9
    Views
    2,592

    jbravo99

    What would I assign these HWND's to?
  13. Replies
    9
    Views
    2,592

    Radio button linked to text box

    Hi All,
    How do I go about linking a text box to a radio button.
    What I need is this:
    I have 2 radio buttons in the same group: Yes and NO
    When Yes is clicked I want a text box to be enabled. If...
  14. Thanks for the help novacain, that worked fine....

    Thanks for the help novacain, that worked fine.
    And in future I'll use code tags.
    Cheers,
    Donal
  15. Hi Fordy. I think i understand what you...

    Hi Fordy.
    I think i understand what you are saying but I am not using Threads. The programms run fine in the MSC++ environment. Its when I run them without the compiler then they run as...
  16. Application running as a process in Win2k?????

    Hi all,
    I have a very unusual problem. I'v been writing programmes using WinAPI under windows98 at home and I'v had no problems.
    However, when I try to run my programmes on a win2k machine they run...
  17. Replies
    1
    Views
    1,296

    Somebody must have an idea of what I am doing...

    Somebody must have an idea of what I am doing wrong???
    thanks,
    Donal
  18. Replies
    1
    Views
    1,296

    Win API file problem

    The following section of code is in my encryption programme that I am developing.
    If the file doesn't exist, there is no problem with writing the character string to the file.
    However, if I am...
Results 1 to 18 of 18