Search:

Type: Posts; User: SwiftOutlaw

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    19
    Views
    6,331

    You have to statically link the C Runtime...

    You have to statically link the C Runtime libraries. Right-Click on your project and select properties. Expand the C/C++ Node and go to Code Generation. Change the Runtime Library form ...
  2. Replies
    6
    Views
    2,859

    In your project properties, expand the C/C++...

    In your project properties, expand the C/C++ node and select Advanced. There is a setting that allows you to select whether you want to compile the project as C or as C++. I don't think you'll have...
  3. Replies
    3
    Views
    3,799

    When your browser requests a .aspx page, the...

    When your browser requests a .aspx page, the server generates the html and sends it to your browser. Browsers don't look at the file extension to decide how to treat each page. When the server sends...
  4. Replies
    6
    Views
    9,815

    Make sure you download the actual DirectX SDK and...

    Make sure you download the actual DirectX SDK and not just install the runtimes.
  5. You should be able to press Alt+Right Arrow to...

    You should be able to press Alt+Right Arrow to manually invoke intellisense. From there it displays all of the variables, functions, types, ect. within the current scope.
  6. Replies
    3
    Views
    2,027

    I have the same problem. I think our drives are...

    I have the same problem. I think our drives are the same. The box says "Exact Peripheral Optics" on it. I tried searching all over google to find the website but it failled.
  7. Replies
    11
    Views
    9,061

    If you're using DevC++ you should be abke to get...

    If you're using DevC++ you should be abke to get it from the webupdate. If not then you should be able to find it on google.
  8. Replies
    3
    Views
    1,521

    There was a directX devpak for DevC++ some where....

    There was a directX devpak for DevC++ some where. I got it to compile easily with that. Try searching google for it. The Devpak extremely smaller than the SDK from microsoft. I think it was somewhere...
  9. Replies
    8
    Views
    1,645

    I have other "If" statements that open the file...

    I have other "If" statements that open the file for different operations. Some are reeding some are writing. I also get Access violations when I do it that way.
  10. Replies
    8
    Views
    1,645

    Well I kne wthat already :D Thanks for...

    Well I kne wthat already :D
    Thanks for replying guys. I figured It out on my own after jverkoey posted. I made a small system for it.

    Writing the values:

    FILE *LogFile;
    LogFile =...
  11. Replies
    8
    Views
    1,645

    Writing Background RGB to file

    In my program the user can change the background color. I'm trying to write the RGB information to the log file, but I have no Idea how to write it so i can load it later when the application is ran...
  12. Replies
    1
    Views
    774

    getting file type from dialog

    I made an open dialog using the OPENFILENAME. I'm wandering how to get the file extention when the user selects a file.
    thanks.
  13. Replies
    1
    Views
    981

    first make sure you include the right...

    first make sure you include the right headers.Then go to:
    Project>project Optons
    then on the parameters tab click add library or object. The libraries are usually stored in the folder named "libs"...
  14. Replies
    2
    Views
    2,949

    thx for some reason it wont work with my...

    thx
    for some reason it wont work with my compiler though
  15. Replies
    2
    Views
    2,949

    URL in messagebox

    I have a message box:

    MessageBox(hwnd,"blablabla","About",MB_OK);
    After the text i want to put a link to my website so the user can click it and the browser will open and go to it.
    How would i...
  16. Replies
    3
    Views
    2,001

    thanx guys. hdood's solution worked perfectly

    thanx guys.
    hdood's solution worked perfectly
  17. Replies
    3
    Views
    2,001

    Popup menu in tray wont disapear

    I have a program that diplays a popup menu when you right-click the tray icon. The menu works perfectly fine except that it if you activate the menu and dont click a menu item it will stay up.
    ...
  18. Replies
    3
    Views
    1,994

    Thanks both of you.I used andyhunter's and it...

    Thanks both of you.I used andyhunter's and it worked fine.
  19. Replies
    3
    Views
    1,994

    Changing the background color

    I know i can set the background color of my program when I compile using hbrBackground

    but how can i change the color while the programe is running.

    Thanks.
  20. nevermind i figured it out.

    nevermind i figured it out.
  21. GetOpenFileName: tell if the user pressed cancel

    How would i tell if the user pessed cancel or the close button in an open dialogbox.
    thanks :D
  22. Replies
    3
    Views
    1,021

    xErath's code worked. thanks both of you for...

    xErath's code worked.
    thanks both of you for helping :D
  23. Replies
    3
    Views
    1,021

    Converting CHAR * to char

    I nead to convert the CHAR* that I get from the edit control to a char


    CHAR *dtext;
    GetWindowText(DRIVE,dtext,1);//get drive letter from EDIT
    char dletter;
    // This is where the conversion...
  24. Replies
    7
    Views
    1,629

    lol see pound

    lol
    see pound
  25. Replies
    7
    Views
    1,629

    Thanks for telling me It would have be eating at...

    Thanks for telling me
    It would have be eating at me all day
Results 1 to 25 of 26
Page 1 of 2 1 2