User Profile

Collapse

Profile Sidebar

Collapse
shakthi
shakthi
Last Activity: May 10 '08, 07:10 AM
Joined: Sep 28 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • shakthi
    started a topic pseudo driver

    pseudo driver

    Hi all.
    Am a beginner in device driver programming. Please tell me how to get handle for a pseudo driver..., a driver with no device connected i suppose.Am using CreateFile() win32 API. Since it is a pseudo driver, what would the first parameter ?i.e the device name.How to get it? Am new to device drivers. Plz help me in this aspect.
    Thanks a lot in advance!!


    Regards,
    skt.
    See more | Go to post

  • shakthi
    started a topic pseudo driver

    pseudo driver

    Hi all.
    Am a beginner in device driver programming. Please tell me how to get handle for a pseudo driver..., a driver with no device connected i suppose.Am using CreateFile() win32 API. Since it is a pseudo driver, what would the first parameter ?i.e the device name.How to get it? Am new to device drivers. Plz help me in this aspect.
    Thanks a lot in advance!!


    Regards,
    skt.
    See more | Go to post

  • shakthi
    started a topic starting problem with WINCE......
    in C

    starting problem with WINCE......

    Hi all,
    I downloaded code foe Customizing the Windows CE .NET User Interface
    from msdn library and tried to run it under WINCE platform builder.From the steps given along with the code i understand that i should include .cpp files and the headerfiles with the project.Now i want to make some changes in project settings.When i right click the name of the project i find SETTINGS but i dont find anything similar to that one i found...
    See more | Go to post

  • Urgent.....help Needed For File Content Display..............

    Hi,
    Am new to MFC programming.Ple ase help me with the following problem.I want to select a file that is displayed in an edit control and when i click a button,the contents of that file should be displayed.I use Open() function to open a file..The file opens,but how to view its contents?
    I dont want the file contents to be displayed in a rich edit control or in a window etc..I want the file to be opened with its contents as it...
    See more | Go to post

  • shakthi
    replied to MFC:displaying file contents.....
    in C
    hi,
    thanks for the reply.but doing so i think the contents will be displayed in the editcontrol.The size of the edit control is small i think(32 k not sure...plz correct me if am wrong)What to do if the size is larger than that?Mainly i want to open the file with its appication form.That is if i click a word file then it should open as it is.i.e in MS WORD.
    In a file dialog box if we select a file then it opens as it is.I...
    See more | Go to post

    Leave a comment:


  • shakthi
    started a topic MFC:displaying file contents.....
    in C

    MFC:displaying file contents.....

    Hi all,
    Got good response and solution for my previous posts.Thanks a lot to sudhir and sivadass.Now i have one more doubt.I WANT TO DISPLAY THE CONTENTS OF A FILE THAT IS PLACED IN AN EDITCONTROL..I tried using CArchive.Am able to open my file by using Open() function but cant display its contents.plzzz guide me with the correct format.PLEASE HELP ME WITH THE CORRECT CODE.Sorry if my question is soo silly.

    Thank you...
    See more | Go to post

  • Thank you so much.I did it and it worked out.

    regards,
    shakthi
    See more | Go to post

    Leave a comment:


  • thank you so much.It worked.
    See more | Go to post

    Leave a comment:


  • shakthi
    started a topic displaying text in an edit control.plzzzz help...
    in C

    displaying text in an edit control.plzzzz help...

    Hi all,
    Am new to MFC appilcation programming.Ple se tell me how to display a file with its path that is chosen from a file dialog.Am trying to create a dialog box displaying a list of files and when i click a file,its name with full path should be displayed in an edit control.plzzzz tell me how to do this.It is very urgent..

    my code is as follows...


    void CdiallDlg::OnBn ClickedButton1( )
    ...
    See more | Go to post

  • shakthi
    replied to urgemt need......plzzzzzzzzzz help me......
    in C
    hi
    thanks for the reply.but where should i go and male that change?please tell me...when i right click the button1 i can menu items like,add class,add variable,insert activex control.Since am very new to MFC please guide me what to do.Am running this code in Microsoft Visual Studio2005.plz let me know.

    thank you.
    See more | Go to post

    Leave a comment:


  • shakthi
    started a topic urgemt need......plzzzzzzzzzz help me......
    in C

    urgemt need......plzzzzzzzzzz help me......

    hi,
    Am trying to create a dialog box in MFC that has two buttons and an edit control.When i click button1,a dialog box that displays all the files in the system is displayed.when i select a file,the file name with the full path should be displayed in the edit control.When button2 is clicked tyhe file should open and i should be able to view the contents of the file.The code is as follows...

    // dialDlg.cpp : implementation...
    See more | Go to post

  • shakthi
    started a topic problem in opening a file in MFC.....
    in C

    problem in opening a file in MFC.....

    hi all,
    Am trying to create a dialog box that displays a list of files.I want to open a selected file from that list when a button is clicked.The function is as follows.

    void CdialogDlg::OnB nClickedButton1 ()
    {
    CFile f;


    CFileDialog FileDlg(TRUE, NULL, NULL, 0,NULL,NULL);



    if( FileDlg.DoModal () == IDOK )
    {

    ...
    See more | Go to post

  • shakthi
    started a topic error while creating a window in C++
    in C

    error while creating a window in C++

    hi,
    am very much new to C++ windows programming.i took the foll code from net and just ran on MSVS2005.I get no compliation error.But when i buid it, it shows the foll errors:




    1>------ Build started: Project: testcon, Configuration: Debug Win32 ------
    1>Linking...
    1>libcmtd.lib(c rt0.obj) : error LNK2019: unresolved external symbol _main referenced in function ___tmainCRTStar tup...
    See more | Go to post
No activity results to display
Show More
Working...