Search:

Type: Posts; User: The15th

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds; generated 38 minute(s) ago.

  1. Thread: linux troubles

    by The15th
    Replies
    4
    Views
    2,094

    hey, yeah WindowsX is unable to find any...

    hey,

    yeah WindowsX is unable to find any modems on my box. Its annoying the hell out of me. whenever i try and add a new modem, it searches for connected modems and finds nothing. Its annoying...
  2. Replies
    4
    Views
    2,167

    If your interested about getting into robots...

    If your interested about getting into robots maybe a good choice would be a HandyBoard. The reason why i suggest this is because it allows you to program in C or IC...
  3. Thread: linux troubles

    by The15th
    Replies
    4
    Views
    2,094

    linux troubles

    Hello ppl's

    I recently upgraded from redhat 7.1 to 7.3. I have a D-Link
    DFM-560E external modem that doesnt want to work thro WindowsX. Linux seems to detect it on startup as the lights flash...
  4. Replies
    7
    Views
    4,638

    Linux and Windows Duel Boot

    Hi all,

    I have two hard drives. a 60 gig and a 10 gig. the 60 has windows on it and is my primary drive. the 10 has linux red hat 7.0 and is my slave drive. I want to use a boot manager to...
  5. Thread: Win16 API

    by The15th
    Replies
    2
    Views
    2,831

    Win16 API

    Hi all;

    Im looking to download Visual C++ 1.5. I have searched and searched for this old compiler everywhere. If anyone has a copy of it or knows where i can download a working version of it...
  6. Thread: visual basic

    by The15th
    Replies
    10
    Views
    2,485

    Thank you so much jdinger. Your help was very...

    Thank you so much jdinger. Your help was very usful to me. thank you again.

    danno
  7. Thread: visual basic

    by The15th
    Replies
    10
    Views
    2,485

    visual basic

    Hi all;

    I know this is not a Visual basic board but i figured there has to be someone here who can help me out. My problem is when i read through a text file i need to extract only the numeric...
  8. Replies
    0
    Views
    1,091

    WinINet dont overright

    Hi all;

    I am using the WinINet API to upload my files. What i want is to prompt the user if they want to ovewrite the file or skip the upload process. My problem is how do i know if the file is...
  9. Thread: how!

    by The15th
    Replies
    3
    Views
    847

    why did you title your thread HOW! shouldn't you...

    why did you title your thread HOW! shouldn't you have titled it Why! anyway please use the board's search or any other search engine for that matter.
  10. Thread: XP format...

    by The15th
    Replies
    4
    Views
    2,748

    XP format...

    Hi all;

    I have just formated and re-installed Windows XP, however im sure there must be a easier way than the way i had to go about doing it. I had to cuck in a win9x boot disk, and then use...
  11. Replies
    5
    Views
    2,785

    thanks guys, ill tell ya in a few hours if it...

    thanks guys, ill tell ya in a few hours if it worked or not. Is there any reg keys that i will need aswell..?
  12. Replies
    5
    Views
    2,785

    Wolfenstein backup

    Hi all;
    i need to format my pc but before i do i would like to backup my copy of Wolfenstein so that i can resume my game when i re-install it. Does anyone know how to do this?

    Thanks heaps.
  13. Replies
    1
    Views
    1,048

    yes, you can call EnableWindow(hWnd,TRUE); to...

    yes,
    you can call EnableWindow(hWnd,TRUE); to enable a control or you can call EnableWindow(hWnd,FALSE); to disable a control. It works with all windows, controls, menu's ect ect.
  14. Replies
    8
    Views
    2,820

    quite easily; If you have already enabled the...

    quite easily;

    If you have already enabled the user to navigate through their directories that means your using GetCurrentDirectory() and SetCurrentDirectory(). When you store this information you...
  15. Replies
    8
    Views
    2,820

    I need a little bit more background information...

    I need a little bit more background information before i can help you any further. Are all the files in the same directory? Are you setting the files with a OpenFile dlg box? Is the user able to...
  16. Replies
    8
    Views
    2,820

    hello; The problem is that your using LB_DIR,...

    hello;

    The problem is that your using LB_DIR, because it sets the files with the old dos style. If i were you i would change the way you set your list box. I would either use the FindFirstFile,...
  17. Thread: possible???

    by The15th
    Replies
    6
    Views
    1,437

    You might have troubles with Allergro. I know i...

    You might have troubles with Allergro. I know i did because unless your running Fat32 you may have troubles with DCHP memory. (think i got that memory wrong, ill have to check its correct name) ...
  18. Thread: Initialize COM

    by The15th
    Replies
    7
    Views
    4,998

    Hey thanks Unregistered for your help, i have no...

    Hey thanks Unregistered for your help, i have no more problems with CoInitializeEx(). What i had to do tho was #define _WIN32_WINNT 0x0500 aswell as the DCOM. Thanks again mate.

    Also does anyone...
  19. Replies
    4
    Views
    2,489

    Hey ryan; sorry dude to jump to the conclusion...

    Hey ryan;
    sorry dude to jump to the conclusion that you haven't read the tut, its just that is a linker error, meaning you havent linked to the correct lib. Make sure you have DirectX SDK installed...
  20. Replies
    5
    Views
    3,645

    if you want to obtain the files on remote servers...

    if you want to obtain the files on remote servers you have to use FtpFindFirstFile() and FtpFindNextFile(). this should find all the files in the directory you set before.

    hFindFile =...
  21. Thread: Initialize COM

    by The15th
    Replies
    7
    Views
    4,998

    Hi guys; sorry about bringing my old post...

    Hi guys;

    sorry about bringing my old post back, its just that i waited on this while my update for VC++ downloaded hoping that it would allow me to compile a few very basic lines of code. Sadly...
  22. Replies
    4
    Views
    2,489

    maybe you should read the tutorial instead of...

    maybe you should read the tutorial instead of just using the source code. im sure it will say link to whatever.lib...
  23. Replies
    3
    Views
    1,344

    placing bitmap.

    Hi all;

    behind my menu in my game i have a bitmap that fills the entire screen. anyway after some trial and error i found the right numbers for the glRasterPos2f() function. however i was hoping...
  24. Replies
    2
    Views
    1,227

    >>Does anyone have any ideas on what I should do...

    >>Does anyone have any ideas on what I should do to correct this?

    goto your computer, highlight your VB folder and hit the delete button... Then grab a copy of VC++ and re-program your software...
  25. Thread: C in Windows?

    by The15th
    Replies
    3
    Views
    918

    I dont think that there would be anyone that...

    I dont think that there would be anyone that doesnt use C. although they may use the OOP style that comes with C++ there will always be times when C will be easier to use that C++ and has advantages...
Results 1 to 25 of 125
Page 1 of 5 1 2 3 4