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

Search:

Type: Posts; User: MarcReing

Page 1 of 6 1 2 3 4

Search: Search took 0.35 seconds.

  1. Replies
    6
    Views
    863

    Re: Taking the address of a Register

    Hi Microcode,
    Thanks for such a explanatory and wonderfull reply..
    It was really helpfull..
    Now i have one more doubt.

    I am writing a driver for one of the peripheral.
    The Start Address is -...
  2. Replies
    6
    Views
    863

    Re: Taking the address of a Register

    I think u r also new to this field when ur interacting with hardwre then u have to deal with hardware registers which have there own regsiters
  3. Replies
    6
    Views
    863

    Taking the address of a Register

    Hi all
    I am new to this field
    and i want to know
    if i am working on a 32-bit Processor and i want take a address of a 8-bit register then how should i write the code???

    suppose the address is...
  4. Replies
    13
    Views
    2,099

    Re: Colour of a Read only - Edit box

    Hi all
    I have written the following Piece of code :--
    But the color of my Edit Box is still grey

    HBRUSH CProgrammer::OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor)
    {
    HBRUSH hbr =...
  5. Replies
    13
    Views
    2,099

    Re: Colour of a Read only - Edit box

    Hello PravinKumar,
    Please Send me the code what u have written
  6. Thread: Wait Icon

    by MarcReing
    Replies
    3
    Views
    763

    Re: Wait Icon

    Hi NigelQ,


    I want to change the Icon only ,,,,
    From Wait Icon (Hor Glass ) to a Wait icon (Cursor with a small Hour Glass)....
  7. Thread: Wait Icon

    by MarcReing
    Replies
    3
    Views
    763

    Wait Icon

    Hi all
    I want to inset a Wait Icon on click of a Operation...
    How can i do it....
    Rite now i am using ...

    AfxGetApp()->DoWaitCursor(1);

    Please help
  8. Replies
    13
    Views
    2,099

    Re: Colour of a Read only - Edit box

    Hello ovidiucucu,

    Actually i am new to MFC programming and i am not able to understand ur code...

    The ID of my edit box is ID_EDCTRL. and name of the dialog box is Dialog2
    Now can u Please...
  9. Replies
    13
    Views
    2,099

    Colour of a Read only - Edit box

    Hi all
    I have one edit box on dialog box,
    i have marked the property of the edit box as Read only,
    Due to this the Background color of Edit box has changed from White to Grey,
    Now my requirement...
  10. Replies
    1
    Views
    690

    Rich Edit Control

    Hi al
    I have one rich edit control on a dialog box,
    i want to add Some text to it ...
    I have taken the Pointer to it as follows:-
    pRCtrlStatusLog = (CRichEditCtrl *)GetDlgItem(ID_StatusLog);
    ...
  11. Replies
    2
    Views
    1,361

    Hypergraphs??

    Hi all
    Has anyone heard about hypergraphs??
  12. Replies
    6
    Views
    774

    Re: Application Close

    Hi Cilu
    I have tried to search for WM_CLOSE and OnClose in my project
    But it doesnt contain any
  13. Replies
    8
    Views
    808

    Re: re-Entrant ?? Functions

    Hi all
    Can u check the following rule also

    Rule Avoid casting away volatile qualification.


    Justification: A volatile object is specified as modifiable outside the program, such as with...
  14. Replies
    8
    Views
    808

    Re: re-Entrant ?? Functions

    Hi all
    Thanks for such a nice article
    and good help
  15. Replies
    8
    Views
    808

    Re: Volatile variables??

    Hello Graham
    im sorry for that
    But can u answer any of them??
  16. Replies
    8
    Views
    808

    re-Entrant ?? Functions

    Hi All
    I am about to start a project and i have to follow some coding guidelines and Rules
    I am not able to figure out the following guideline :-

    If anyone can explain in detail :-


    Global...
  17. Replies
    2
    Views
    647

    Help Files in MFC

    Hi all
    I am new to MFC
    and i have developed a dialog based GUI using MFC based application wizard.
    Now i want to work on help files
    ,,Please guide me
    thanks
  18. Replies
    6
    Views
    774

    Re: Application Close

    Thanks for help
    But i want to know if i am closing the Dialog box by using the X symbol from the Top right corner then which function will be called
  19. Replies
    3
    Views
    1,005

    Re: fopen and Network files

    Hello Kheun.
    Please help me out....
    I have already written the code for my program using fopen..
    I dont have any idea about createfile
    Please tell me how shall i write the code
    Please provide...
  20. Replies
    3
    Views
    1,005

    fopen and Network files

    Hi all
    i want to know whether fopen supports network files or not
    If i want to open a file which is present on a network drive,,say
    //MachineA/Folder/Abc.txt

    Then how do i open Abc.txt by using...
  21. Replies
    6
    Views
    774

    Application Close

    Hi all
    I am using MFC dialog based application wizard for GUI of my project.
    i want to know which function is called when i close the Main Dialog Box???
  22. Replies
    0
    Views
    1,555

    Unreferenced memory -at Application close

    Hi all
    i have a developed a user mode application in MFC which sends data to a USB device.
    The Application is dialog based.
    When i send the data and close the main dilog box,
    i get a Error...
  23. Replies
    8
    Views
    1,193

    Re: Help-Urgent -- Number of lines

    Thanks SushmaV,
    Ur code works fine,
    But its failing in following situations
    I hope u can post the updated code

    1) If the Left Brace and the Function name are on the same line then The output of...
  24. Progress Bar - with the percentage completion

    Hi all
    I have on eprogress bar on a dialog box,
    I would like to have a Static text inside a progress bar,which should indicate how much operation has been excuted...
  25. Replies
    6
    Views
    1,033

    Re: How to open Network files

    Hi Alin
    Thanks for reply
    But please first analyse my existing scenario.
    I have a dialog box with a browse button.
    On clicking browse button a File Dialog opens and user can Browse a loca or a...
Results 1 to 25 of 126
Page 1 of 6 1 2 3 4





Click Here to Expand Forum to Full Width

Featured