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

Search:

Type: Posts; User: break;

Page 1 of 5 1 2 3 4

Search: Search took 0.11 seconds.

  1. Replies
    2
    Views
    2,427

    CSliderCtrl::SetPos() Problem

    Hi community,
    i have a problem to set sliderposition programmaticaly, it would be great if someone can help?

    This is my try:

    //pointer to my slider control:
    // On the begining the range ist 1...
  2. Replies
    3
    Views
    1,154

    Keep CDialog in 16:9 Format?

    Hi,
    i need Help again with my Problem.
    I have a Dialog with a Browser Control and load a Site with a Video, as the Title says, is there any Way to keep a Dialog in the
    Format of 16:9 Format, in...
  3. Replies
    0
    Views
    1,464

    File association with Excel problem

    Hi,
    in my application i can a export Data as an Excel-XML File, but first i need to check:
    -Is Excel installed, and get a path for it
    -make File association *XML-File with Excel

    My try:
    i use...
  4. WinHttpAddRequestHeaders and Set-Cookie Funktion?

    Hi,
    i try to send/set cookie to the page before i get status/request of them with:
    WinHttpAddRequestHeaders( hRequest, _T("Set-Cookie: cookietest=ct; expires=Thu, 13-Feb-2014 09:19:31 GMT;...
  5. Replies
    0
    Views
    1,553

    Cookie handling with C++

    Hello,
    post ist deletet, sorry!
    regards
    break
  6. Replies
    0
    Views
    586

    Folder access over LAN

    Hello comunity,
    i have a prboblem to rename a folder over an network, its a Folder in LAN and i try to change hims name!
    For first, i create a folder, make some subfolders and files, and after all...
  7. Replies
    2
    Views
    978

    Catch when mouse is over an Control?

    Hello community,

    i try to catch if a mouse is over an CListCtrl so when i scroll with the mouse wheel i can scroll trough the CListCtrl item list!

    Is there any function like "OnMouseOver()" for...
  8. Replies
    3
    Views
    719

    Re: How to change Dialogfont?

    Hi,
    i solved my issue with the fonts, thanks for help!!!!!!
    (More easy as i think before!!)

    Best wishes
    break
  9. Replies
    3
    Views
    719

    Re: How to change Dialogfont?

    Hello,
    thank you very much for help, i try to solve it now!

    regards
    break
  10. Replies
    3
    Views
    719

    How to change Dialogfont?

    Hi,
    i need to change dialog font on runtime, for example i select a Font from a combo box and set as
    default dialog font, this issue is not so urgent for dialog captions but more for my
    CListCtrl...
  11. Re: Open default application for associated file?

    Hello,
    thank you for answer!

    regards
    break
  12. Open default application for associated file?

    Hello,
    i have a dialogbased application and i like to open a file with my program after i make a doubleclick on this file!!!
    I have already a menu like : file->open etc. but i need now this...
  13. Re: Catch the ON_BN_CLICKED Event on my own CFileDialogEx?

    Hello,
    thanks for answers,
    Victor you are right, i just want to know is checkbox checked before saving, IsDlgButtonChecked () do the same, and i have this now!
    (because i don't know how to...
  14. Catch the ON_BN_CLICKED Event on my own CFileDialogEx?

    Hello,
    i create my own CFileDialogXml derived from CFileDialog, based on sample here in forum.
    Ok that works fine and i can save may files without any problems!
    Now i put a CCheckBox on that...
  15. Replies
    2
    Views
    2,119

    Re: Excel with C++, set row color problem?

    Hello,
    thanks for answer, i solve it(like in your sample)!


    regards
    break;

    P.S. Sorry for the late answer!
  16. Replies
    2
    Views
    2,119

    Excel with C++, set row color problem?

    Hello,
    in my project i can export some data to excel, that works ok, now i want to set colors for rows and here i have some problem to do this!

    I can set new color for all rows, that is not a...
  17. Replies
    0
    Views
    799

    Need help by CHttpFile::SendRequest(..)!

    deleted
  18. Replies
    1
    Views
    2,610

    I can't catch the LVN_BEGINSCROLL event?!

    Hello,
    i try to catch the LVN_BEGINSCROLL event, also when someone try to croll down to CListCtrl!
    OS is Win Xp and VS8!



    // in BEGIN_MESSAGE_MAP(CWndAll, CDialog)
    ON_NOTIFY(LVN_BEGINSCROLL,...
  19. Replies
    3
    Views
    805

    Re: Delete multiselection from CListBox?

    Hello,
    thanx for answers!

    Regards
    break;
  20. Replies
    3
    Views
    805

    Delete multiselection from CListBox?

    Hello,
    i try to delete a multiselection from CListBox, but i can't find a way to do this! :(
    Can someone help me with this?

    Thanx in advance!
    break;
  21. Replies
    4
    Views
    1,209

    Re: Problem with hash_map, find function!

    Hello,
    no i dont make any comparison between a map, CMap, vector and hash_map,
    that ist all what i have from web, its not my own experience!

    Thanks for anwer!
    regards
    break;
  22. Replies
    4
    Views
    1,209

    Re: Problem with hash_map, find function!

    Hello,
    reason for hash_map is that some people tell me she is the fastest available container!
    Only that, and i need a map that is fast as posible!
    I need to store thousands of items to map, and...
  23. Replies
    4
    Views
    1,209

    Problem with hash_map, find function!

    Hello,

    i need help with my hash_map in Visual Studio 2005!
    I have a hash_map and i can add items to map, but problem is when i try to find somethink in there, i know that my term i saved to map!...
  24. Replies
    2
    Views
    1,352

    Re: hash_map for VC6?

    Hello,
    thanks for reply!

    regards
    break;
  25. Replies
    2
    Views
    1,352

    hash_map for VC6?

    Hello,
    is hash_map available in Visual Studio 6 C++?
    And is there any comparison with other containers how quick is hash_map?

    thanks for any help!
    break;
Results 1 to 25 of 103
Page 1 of 5 1 2 3 4





Click Here to Expand Forum to Full Width

Featured