البحث:

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

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

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

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

    Passing "this" pointer to Post/SendMessage

    I have a hierarchy of classes processing serial (COM port) data.
    The UI is CpropertyPage ( in main thread) and the port data is retrieved by a COM port thread.
    It all works, sort of.

    Two...
  2. الموضوع: Day of the Week

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

    Day of the Week

    Given a month and year, I want to write C++ code to determine what day of the week the month starts at. For example, for 2/2013, I want the code to return Friday (or an integer representing Friday)...
  3. الموضوع: Firefox Address

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

    Firefox Address

    How can I get address of current page in Firefox?
  4. مشاركات
    0
    المشاهدات
    2,348

    Is the Parent Instance Same For All Childs?

    Hi all. Suppose a BaseClass has two childs. Now when the childrens' constructors are called, the base class' constructor is also called. Here is the scenario, in code.
    class BaseClass{}; class...
  5. الموضوع: CreateDIBSection() is failing

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

    CreateDIBSection() is failing

    Hi,
    I am using CreateDIBSection() function frequently in my code but sometimes it is failing.
    The value of biWidth is around 6000, biHeight is 4000 and biBitCount is 24 in BITMAPINFOHEADER.

    My...
  6. مشاركات
    0
    المشاهدات
    2,488

    More CProperyPage blues – CEdit control

    One more strange behavior of stuff in CPropertyPage ( see CListCtrl selecting item inconsistent bellow) .
    I cannot select the CEdit control using mouse ( to enter text) , but it works using tab...
  7. الموضوع: chess

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

    chess

    Extend your legal chess move identification program as follows:
    • Allow the user to add an arbitrary number of pieces to the board (either red/black or
    white)
    • Allow the user to select a given...
  8. مشاركات
    0
    المشاهدات
    1,988

    CListCtrl - selecting items inconsistent

    I have a CListCtrl control with single column (item only , no subitems yet) containing text “COMX” - list of all COM ports in the system.
    I can select the first and last COM port with mouse...
  9. مشاركات
    0
    المشاهدات
    2,080

    How to draw property page's dialog using intermediate / common property page?

    I am having a problem grasping the constructor initialization in MFC property sheet.

    Original page definition with initialization
    CMyPropertyPage11::CMyPropertyPage11() :...
  10. مشاركات
    0
    المشاهدات
    1,950

    CTabCtrl header colour anomaly in CPaneDialog

    I'm updating an existing MFC project from VC6 into VC2010, and adding dockable window functionality. In doing so, I've recreated some CDialog-based windows as CPaneDialogs. In general, this works...
  11. الموضوع: Window Position

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

    Window Position

    I created at run time window using below styles and left =0
    WS_CHILD|WS_VISIBLE|WS_BORDER|WS_THICKFRAME

    when I am trying to get windows position ...
  12. الموضوع: WaitForSingleObject Crash

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

    WaitForSingleObject Crash

    Hi,

    I am getting an exception on a WaitForSingleObject

    Below is the code the Security events parameter of the CreateEvent is NULL I am Wondering if that might be the issue

    Event_Handle...
  13. الموضوع: Win32 Menu bitmaps

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

    Win32 Menu bitmaps

    Using an ImageList to load 16 x 16 bitmaps into a toolbar I've been trying to use the bitmaps from that same ImageList for corresponding menu items but I can't get rid of a whiteness around the...
  14. الموضوع: error -1.#IND00 in vc++2010

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

    error -1.#IND00 in vc++2010

    hello;
    I tried to write a function that calculates the harmonic average as follows:

    long double Harmonique(long double *t,int l) { long double s=0.0; for(int i=0;i
  15. مشاركات
    0
    المشاهدات
    1,309

    How To Save Data for Microsoft Word 2007 or 2010 on Windows OS

    Hi ,all,
    When I open a .txt file .I think Notepad will call NtReadFile function .
    If I modify content .txt file and then I save txt file . I think
    Notepad will call Notepad will call...
  16. الموضوع: Static library with MFC support

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

    Static library with MFC support

  17. الموضوع: A template question

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

    A template question

    I am practicing c++ template programming and got a very confusing question. My purpose is to write a program to output the data of classes. If the the class is an POD (plain old data), use a global...
  18. الموضوع: c++ with QT exe file error

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

    c++ with QT exe file error

    Hello. I'm trying to open exe file , but there is a problem like this:


    but I can compile without debuging or I can debug it, and there is no problem; it works correctly:

    what is it a...
  19. i'm tring to initialise a sudoku board (9*9) using c++.getting a blank screen with blinking cursor as output.

    #include
    #include
    #include
    using namespace std;


    /* here array board[][] is declared to be a global variable*/
    int board[9][9];

    /* this function returns a...
  20. مشاركات
    0
    المشاهدات
    1,143

    QT C1128: number of sections exceeded object file format limit : compile with /bigobj

    I'm using opensource library (exprtk http://partow.net/programming/exprtk/[^]) on qt 5.1.0 64 bit with visual studio 2012. But I'm taking c1128 error. Full output of error: C1128: number of sections...
  21. مشاركات
    0
    المشاهدات
    929

    using scardAPI how to get DeviceInstanceId

    how to get DeviceInstanceId using Scard*API?
  22. مشاركات
    0
    المشاهدات
    998

    How to use an event object for synchronization.?

    Hi,

    I want to use event object for synchronization between dialogs.
    I am performing an operation to run a command from the command line. Now while the command is running I am displaying a dialog...
  23. مشاركات
    0
    المشاهدات
    1,022

    Changing Treeview control apperance

    Hi,

    I am trying to change the tree view control's appearance using vc++. Initially it has + and - minus symbol when expanding and vice verse. Now i want to change the + and - symbol to arrow...
  24. مشاركات
    0
    المشاهدات
    997

    how to check file name is valid or not

    hi

    I want to the file name I write in edit box is valid or not.

    I check these characters \/:*?\"|

    but there is some other chars like Unicode,\t prn,com1,com2 etc

    is there any api to...
  25. مشاركات
    0
    المشاهدات
    1,422

    To know career's scope in which programming language

    well I want to make career in programing and i am very good in c programming which i learn ownself, now i would learn next which programming language which have better career scope ! is it good to...
النتائج 126 إلى 150 من 500
صفحة 6 من 20 الأولىالأولى 3 4 5 6 7 8 9
"وَقُل رَّبِّ زِدْنِي عِلْمًا"
أعلانات نصية أستضافة , ريسيلر - 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 |