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

Search:

Type: Posts; User: dgrzalja

Search: Search took 0.03 seconds.

  1. Thread: HTML in VC++

    by dgrzalja
    Replies
    10
    Views
    1,155

    Re: HTML in VC++

    Ok, but how do I use them, do i have to put them into some sort of container or?
    Is it possible to add *.txt files as a resource and then use them inside let's say CListCtrl to display the file, and...
  2. Thread: HTML in VC++

    by dgrzalja
    Replies
    10
    Views
    1,155

    Re: HTML in VC++

    No, i meant to write a C++ program that will behave like an ebook,
    it will have lots of text, so i thought on writing HTML files to display it in
    the program but want everything to be inside one...
  3. Thread: HTML in VC++

    by dgrzalja
    Replies
    10
    Views
    1,155

    Re: HTML in VC++

    Nope, that doesn't work since #include is for including a library!
    Well thanks anyway..
  4. Replies
    33
    Views
    4,241

    Re: which c++ ide?

    I programmed with Bloodshed Dev C++ 5 (beta) and never found any bugs, i really don't know why did you crossed out this IDE!

    Best one for windows programming is Visual C++ for sure (well it's best...
  5. Thread: HTML in VC++

    by dgrzalja
    Replies
    10
    Views
    1,155

    Re: HTML in VC++

    Mehzhor thanks! By the way, i was also up to 4 am trying to solve this, but no luck yet...

    I google it a bit, but i found this tutorial that costs about 10$....

    I just wanted to know how to...
  6. Thread: HTML in VC++

    by dgrzalja
    Replies
    10
    Views
    1,155

    HTML in VC++

    Hy!
    Does any1 know how to compile HTML or *.txt file into
    executable in Visual C++.

    I'm thinking in writing an e-book like program, but I want all the content
    in 1 executable file?? Any ideas?
  7. Replies
    2
    Views
    773

    Splash Screen!

    Hy again!
    I am using MFC and my app is almost over, i would
    like to make a splash screen to make it a bit cool...

    Does any1 know how to do this the easy way?
  8. Thread: CEdit help!

    by dgrzalja
    Replies
    11
    Views
    1,186

    Re: CEdit help!

    Thanks for your quick replys!
  9. Thread: CEdit help!

    by dgrzalja
    Replies
    11
    Views
    1,186

    CEdit help!

    Hy! I disabled my Edit box when i was creating it, at one point in
    my program i want to enable it for entry of data, hot to
    enable it programmaticaly?
  10. Replies
    9
    Views
    2,165

    Re: CListCtrl help!

    Thanks blueday54555, it works!
  11. Replies
    9
    Views
    2,165

    Re: CListCtrl help!

    But it just highlights the item, list does not scroll to that item,
    i need a way so that the list scrolls to that item... Can u help?
  12. Replies
    9
    Views
    2,165

    CListCtrl help!

    Hy everyone!
    I have a CListCtrl in my dialog that has a lot of items, so list is scrollable,
    i have just 1 problem, when user wants to search an item in the list, if a match is found it notifies...
  13. Replies
    4
    Views
    805

    Re: Custom headers!

    Yes, exactly!
  14. Replies
    4
    Views
    805

    Re: Custom headers!

    No!
    I read in a tutorial that a programmer can create a header file (.h) that has all the declaration's, and a (.cpp) file that has the actual code, and then you just include the header file into...
  15. Replies
    4
    Views
    805

    Custom headers!

    Hy every1!
    I use DevC++ 5 for development of console apps, i wrote a lot of
    functions and classes in my previous programs that can come useful in the future, i want to make it into reusable code,...
  16. Replies
    5
    Views
    594

    Re: Array of strings in a vector!

    Thanks! This forum rulez...
  17. Replies
    5
    Views
    594

    Re: Array of strings in a vector!

    Ok, tryed it and it is all good, i need one info...

    I wrote this, just for practice:

    #include <iostream>
    #include <string>
    #include <vector>
    using namespace std;

    typedef vector<string>...
  18. Replies
    5
    Views
    594

    Re: Array of strings in a vector!

    Oh, i see...
    That is excellent, just what I need, thank you so much...
  19. Replies
    5
    Views
    594

    Array of strings in a vector!

    Hy! Just registered, nice to be here..

    Anyway, i have a problem, program that i am writing requires me to have a variable that is a two dimensional array, but i don't know how many items will it...
Results 1 to 19 of 19





Click Here to Expand Forum to Full Width

Featured