البحث:

نوع: مشاركات; عضو: C++ Programming

صفحة 5 من 20 الأولىالأولى 2 3 4 5 6 7 8

البحث: إستغرق البحث 0.05 ثواني; تم توليده منذ 64827 دقيقة.

  1. مشاركات
    0
    المشاهدات
    1,611

    How to retrive / enumerate CDialog controls

    I have this method which creates a CDialog containing controls / info about DirectShow filter.
    I would like to access the dialog and use the controls to adjust the filter properties.
    I posted...
  2. الموضوع: Outlook Addins

    بواسطة C++ Programming
    مشاركات
    0
    المشاهدات
    1,595

    Outlook Addins

    How can I write Outlook addin which support all versions of Outlook?
  3. الموضوع: What does it mean when......

    بواسطة C++ Programming
    مشاركات
    0
    المشاهدات
    1,534

    What does it mean when......

    Parameter names are commented out in the method signature, as in:

    void OnUpdate(CView* /*pSender*/, LPARAM /*lHint*/, CObject* /*pHint*/)
    I know that optional parameters would be given as:
    ...
  4. debug begining: Unhandled exception at 0x77cf15de in blast_vib_proc.exe: 0xC00000FD: Stack overflow.

    'blast_vib_proc.exe': Loaded 'D:\DATA\fragmentation_model\Debug\blast_vib_proc.exe', Symbols loaded.
    'blast_vib_proc.exe': Loaded 'C:\Windows\SysWOW64\ntdll.dll', Cannot find or open the PDB file...
  5. مشاركات
    0
    المشاهدات
    1,403

    as soon as start program got error message - stack overflow

    As soon as start program, not operate on any array yet, got error message:

    Unhandled exception at 0x77c315de in blast_frag.exe: 0xC00000FD: Stack overflow.

    Please help why ?

    Thanks
  6. الموضوع: listview with tooltip

    بواسطة C++ Programming
    مشاركات
    0
    المشاهدات
    1,513

    listview with tooltip

    hello, I found out that listview has tooltip (duaaaaaa)

    http://blogs.msdn.com/b/alexdan/archive/2006/05/16/adding-tooltips-to-a-list-view-control.aspx[^]

    but how in the world it works? my...
  7. الموضوع: Resizing Controls and Texts

    بواسطة C++ Programming
    مشاركات
    0
    المشاهدات
    1,513

    Resizing Controls and Texts

    Hello all,

    I have a SDI application that uses a CFormView class to create a window and this window has 2 buttons and 2 edit boxes.

    I can resize this window, like minimize and maximize, but...
  8. مشاركات
    0
    المشاهدات
    1,449

    Run MFC Program Without Dialog Showing

    Hi, dear all,

    I have a MFC program which do some calculation, store in a file, then plot the results to a graphic on dialog.

    Now I have another program which only want to use the calculation...
  9. الموضوع: Modbus Protocol

    بواسطة C++ Programming
    مشاركات
    0
    المشاهدات
    1,558

    Modbus Protocol

    Hi,

    I am a newbie in regard to modbus protocol.
    I would like to make a communication between two MFC dialog application in VC++ using Modbus protocol.
    Can somebody help me with a sample code of...
  10. مشاركات
    0
    المشاهدات
    1,471

    is c++ outdated, why is there no refference to it in windows virtual academy ?

    can we make websites with c++ or do we really need knowledge regarding javascrpt and HTML5 ?
    can we make apps in windows store with c++ or do we really need knowledge regarding c# and HTML5 ?
    can...
  11. مشاركات
    0
    المشاهدات
    1,952

    Using CDHtmlDialog app, changing images (JPG,PNG) dynamically in the HTML Page

    Hello all,

    I created a MFC dialog using CDHtmlDialog and added a HTML page with many controls and one of them is a IMAGE tag. I got a default image loaded from the hard drive displayed in the...
  12. مشاركات
    0
    المشاهدات
    1,817

    Reading Image (JPG) file as Binary to CString

    Hello there,

    I am writing an MFC app in Visual Studio 2012 that will open a JPG file as binary and read all the contents to a CString.

    I am able to read it to a std::Vector, but that doesn't...
  13. مشاركات
    0
    المشاهدات
    1,881

    How to get text of special symbol font?

    Hi to all.
    In combobox control, I modified the context font,e.g. AMDGT_IV25,and display is ok.Now I need to get the item text, used the GetDlgItemText function,but the result was unrecognizable...
  14. مشاركات
    0
    المشاهدات
    2,014

    How to communicate within worker thread in MFC ?

    I need some advise on initializing and communicating within a worker thread.
    I have a worker thread with several objects doing the processing.

    My first question is – these processing...
  15. مشاركات
    0
    المشاهدات
    2,282

    Streaming Image File from MFC app to HTML Page

    Hey there,

    I am working on an MFC app that uses CDHtmlDialog class to create a dynamic HTML page.

    Now i want to pass/stream a image pointer to the HTML page to show it to the users.

    The...
  16. الموضوع: enum

    بواسطة C++ Programming
    مشاركات
    0
    المشاهدات
    2,102

    enum

    what are enumerator and how it is different from struct & class
    please explain all with some examples . i am beginner in c++
  17. مشاركات
    0
    المشاهدات
    1,900

    Modern Apps: Understanding Your Language Choices for Developing Modern Apps

    When creating Windows Store and Windows Phone apps, you have a variety of choices in languages for every project scenario. Rachel Appel explores which languages go best with different development...
  18. مشاركات
    0
    المشاهدات
    2,204

    C++: Using the C++ REST SDK in Windows Store Apps

    Learn how to use authentication while uploading a file to Dropbox, using as much portable C++ code as possible, and interfacing with the Windows Runtime only when necessary.

    Sridhar Poduri

    MSDN...
  19. الموضوع: Using CDHtmlDialog in MFC Dialog

    بواسطة C++ Programming
    مشاركات
    0
    المشاهدات
    2,696

    Using CDHtmlDialog in MFC Dialog

    Hello all,

    I am using CDHtmlDialog to create a simple MFC app. I want my app to do the following things.

    Load images by using the MFC code to the DHTML page.

    Change texts in the DHTML...
  20. مشاركات
    0
    المشاهدات
    2,366

    C++ code to create thread to handle method

    Hi,

    i need to create multithreaded environment in my Unit-testing activity. For that i need to create multiple threads which can handle methods individully. And these mthods having different...
  21. مشاركات
    0
    المشاهدات
    2,260

    MFCPropertyGridProperty masked edit control

    What is the difference between the "edit mask" and the "edit template" when using the masked edit control in the MFCPropertyGridProperty control?

    See:...
  22. الموضوع: about destructor

    بواسطة C++ Programming
    مشاركات
    0
    المشاهدات
    2,167

    about destructor

    Why we use destructors???and what functionality they perform???
  23. الموضوع: Using CDHtmlDialog

    بواسطة C++ Programming
    مشاركات
    0
    المشاهدات
    2,152

    Using CDHtmlDialog

    Hello,

    I am trying to use CDHtmlDialog in a MFC dialog based project.

    What i want to achieve is pretty sample. Have one image, one button and one text box in the HTML page.

    And then...
  24. الموضوع: How to write vector destructor?

    بواسطة C++ Programming
    مشاركات
    0
    المشاهدات
    2,227

    How to write vector destructor?

    I am defining a vector as a private variable of a class Grid. Class Points has only two instance vars that are all ints. Did I initialize constructor correctly and When writing a destructor for Grid...
  25. مشاركات
    0
    المشاهدات
    2,460

    How to pass array from MFC (dialogbased) to win 32 DLL ?

    How to pass array from MFC (dialogbased) to win 32 DLL ?

    In MFC application I have read csv file and stored 2nd column into into array(Elastmod)how do I pass that array to win 32 DLL?right now it...
النتائج 101 إلى 125 من 500
صفحة 5 من 20 الأولىالأولى 2 3 4 5 6 7 8
"وَقُل رَّبِّ زِدْنِي عِلْمًا"
أعلانات نصية أستضافة , ريسيلر - Best Hosting | BarakaSoft Web Solutions

BarakaSoft PageRank RSS RSS 2.0 XML MAP HTML 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 C/C++ | Java | C# | Network | Database | OS | Linux | Windows | Hacker & Security | Photoshop | Flash | Web Development | Free Programs | Mobile App | Free Java Course | Latest Technical News | Internet Programs | Antiviurse Programs | Graphics Programs | Network Programs | Portable Programs | vb Forums Development | Forums Development | CMS(Joomla-nuke-wordpress-mkportal...) | Photo | Anime |