البحث:

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

صفحة 4 من 20 1 2 3 4 5 6 7

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

  1. الموضوع: Memory leak with CString

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

    Memory leak with CString

    I have found a very interesting incident of memory leak in my code. Although I have not been able to find the root cause of the leak still thought to share with you all. I will really appreciate any...
  2. الموضوع: I don't know how to do!?

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

    I don't know how to do!?

    POINT Point;
    ::GetCursorPos(&Point);
    HWND hWnd = ::WindowFromPoint(Point);
    ::PostMessage(hWnd, WM_KEYDOWN, 'a', NULL);

    I sent a message WM_KEYDOWN to hWnd.
    It is activate on Windows Notepad.....
  3. مشاركات
    0
    المشاهدات
    1,021

    visual studio 2008 QT project with c++

    Hello!

    I had an error in my project created with QT and C++
    I created Server which gets data from AudioInput and gives it to UDP Socket, there is no problem, but in Client's project I had a...
  4. الموضوع: bcmenu.cpp for XP and 7/8

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

    bcmenu.cpp for XP and 7/8

    I have a simple project that compiles in VS2005. When I compile it in VS10, I get assertion errors in the file bcmenu.cpp. bcmenu.cpp was taken from this project
    ...
  5. مشاركات
    0
    المشاهدات
    994

    what if thread terminated after the thread::joinable() test

    havnig see a lot sample codes about c++11 thread like

    // thread t;

    if(t.joinable()){
    t.join()
    }

    is it possible that t terminate after the if(...) test,which will result in a error...
  6. مشاركات
    0
    المشاهدات
    1,554

    Getting Error Code "1407" in CreateDialogIndirect

    Hi guys,

    I am not able to create MFC dialog, when the resources are loaded from another language. The dialog gets created if the language is English. I have added a string in the dialg, CLASS...
  7. الموضوع: CreateThread

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

    CreateThread

    Can we pass member function address in CreateThread() function instead of global function address?
  8. مشاركات
    0
    المشاهدات
    1,058

    How to let the windows show top most?

    It needs to let the current process create a copy of process and then exit current process.
    I try to use the SetWindowPos(m_hWnd, HWND_TOP, 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE) to set windows...
  9. مشاركات
    0
    المشاهدات
    1,012

    Digital signature in mail message created using MAPI

    Hello.

    I made a simple C++ program in Visual Studio 6 (MFC SDI). It sends a mail message using MAPI (mapi32.dll) and it works great and is easy to use.
    But I don't undestannd how to attach a...
  10. الموضوع: GMP and Windows

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

    GMP and Windows

    I would like to use a "Big Number" package for my application which I am writing on Windows using Visual Studio and C++. Therefore, I thought I would use GMP. However, I get the impression that...
  11. الموضوع: Find URL

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

    Find URL

    A software is executing some websites links (URLs) internally, Can I get to know which links are thses?
  12. مشاركات
    0
    المشاهدات
    1,203

    Capturing all Keyboard input using a DLL

    Hey there,

    I have a C++ WIN32 DLL that acts as a server for a UI. Now i want to capture all keyboard inputs in the PC on the WIN32 dll, whenever the UI has active focus. If the user is typing...
  13. الموضوع: Encode audio from .wav to .aac

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

    Encode audio from .wav to .aac

    I'm working on Audio Capture of my system and I did it using loopback capture method to record my audio. I recorded the file and its fine in non compressed form.
    I want to make it in small size or...
  14. الموضوع: Where is PCMFORMAT defined?

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

    Where is PCMFORMAT defined?

    Semi-programming rant
    Am I the only one who gets caught using someone else program only to find out it is limited to “click this and click that”?
    After embarking on using FFT to analyze audio...
  15. مشاركات
    0
    المشاهدات
    1,839

    Windows with C++: Rendering for the Windows Runtime

    The Windows Runtime application model is optimized for rendering with DirectX. Kenny Kerr shows how to take what you’ve learned in his previous columns about Direct2D and Direct3D rendering and apply...
  16. مشاركات
    0
    المشاهدات
    1,290

    Numerical processing in C/C++ - text(books) resources? OT

    I am sure some of you will get upset by this OT post, but I am trying to reach coders with knowledge about numerical processing in C/C++.
    I am a beginner in this form of computing, presently ...
  17. مشاركات
    0
    المشاهدات
    1,282

    Access specifier in multiple inheritance

    Hi, I'm trying to teach myself C++ and was playing with an example from a website. If I only inherit from Derived class, I could change the access level of Identity method from protected to public by...
  18. مشاركات
    0
    المشاهدات
    1,283

    Adodc : how to retrieve single value into EditBox

    hi every body

    i am trying to retrieve a single value from Adodc into EditBox

    here i got an error :-
    m_edit1=m_adodc1.GetRecordset().GetField().GetItem("StockName");
    where "StockName" field...
  19. مشاركات
    0
    المشاهدات
    1,217

    Monitoring application memory usage

    Hi All,

    I would like to monitor my application usage when it runs outside the debugger (VS2008). How can I do it?

    The best I can think of is to use some kind of a windows port of SAR...
  20. الموضوع: CSplitterWnd not showing

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

    CSplitterWnd not showing

    I have a single document frame window with multiple views and I'm trying to add a view that contains a splitter ********

    For this new view I have created a base CView that contains a...
  21. الموضوع: Outdated Driver List

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

    Outdated Driver List

    Is there any API to get outdated driver list?
  22. الموضوع: CRegKey read from registry?

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

    CRegKey read from registry?

    Hi,
    i need some help with CRegKey to read from registry http://www.barakasoft.com/script/Forums/Images/smiley_frown.gif

    Here what works fine:

    int *target = NULL;...
  23. مشاركات
    0
    المشاهدات
    1,513

    How to check if popup a Modal Window?

    I have a application have hte trayIcon with a Close menu, and it needs keep identical with task bar right click menu.
    But if a Modal window shows, the application cannot be closed if uses [close]...
  24. الموضوع: CreateFile on HBITMAP

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

    CreateFile on HBITMAP

    Hey there

    I have a HBITMAP object in my codeand now i want to use CreateFile function to open this object and then read it's contents.

    How can i do that? Or is there another function to open...
  25. الموضوع: how to registered activex contols

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

    how to registered activex contols

    hi
    i have instled vc++6.0 and executes a threading projects it asking activex controls not installed
النتائج 76 إلى 100 من 500
صفحة 4 من 20 1 2 3 4 5 6 7
"وَقُل رَّبِّ زِدْنِي عِلْمًا"
أعلانات نصية أستضافة , ريسيلر - 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 |