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

Search:

Type: Posts; User: hash123

Page 1 of 8 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    1,047

    Re: How to convert .txt(ASCII) to MS Word file

    Thanks zerver




    Sorry could not understand this comment, and what signifies this statement.

    Actually what I want is to convert any .txt file to .doc (MS Word) one.
    So please tell me any...
  2. Replies
    4
    Views
    1,047

    How to convert .txt(ASCII) to MS Word file

    Hi Al

    How can a text file be converted to MS Word format.
    Any idea regarding this is welcomed (Dll, SDK, or sample or precess to convert).



    Thanks in Advance.
    BYE
  3. Thread: please help

    by hash123
    Replies
    4
    Views
    785

    Re: please help

    Hi
    thanks for your replies

    Is there any prgma option to do this

    please suggest me
    Thans & regards
  4. Thread: please help

    by hash123
    Replies
    4
    Views
    785

    please help

    Hi

    How to change associativity of operators in C++,
    e.g.
    if we have
    int a = 15;
    int b = 5;
    int c = a---b;

    then compiler interpret this expression as
  5. Replies
    5
    Views
    1,075

    Global vs Local variables

    Hi All

    I have a confusion related to global and local variables...

    why global variables are initialized to zero whereas local variables are not...

    What is the reason behind this.

    Please...
  6. Replies
    3
    Views
    855

    Re: Problem with Property Grid

    Hi

    Thanks for your reply...

    as told that prson object is created by using code..


    try
    {
    Person person = new Person("John", "CA", 5, false);
  7. Replies
    3
    Views
    855

    Problem with Property Grid

    Hi All

    I am using PropertyGrid to show the properties of object..
    want to use property grid with combo box and taking help from this MSDN link..
    ...
  8. Replies
    1
    Views
    717

    different output

    Hi All

    I have been puzzelled, actually problem is that I run a code in C# project and in Console based project of Visual Stdio 2005.

    code is as follows:

    int i = 1;
    int j = (++i) + (++i) +...
  9. Thread: Poepert Sheets

    by hash123
    Replies
    6
    Views
    1,160

    Re: Poepert Sheets

    Please Help...... :cry:
  10. Thread: Poepert Sheets

    by hash123
    Replies
    6
    Views
    1,160

    Re: Poepert Sheets

    Hi All

    Infact what kind of activity I need is that...

    As in Google Talk there is a Buddy List and if click on any of the buddy name then a Chat Dialog is popped up.
    Similar kind of work I need...
  11. Thread: Poepert Sheets

    by hash123
    Replies
    6
    Views
    1,160

    Poepert Sheets

    Hi All

    I have a property sheet, with 3-4 Poperty pages in it.
    Used CTabCtrl Class to make property sheet...

    Now I want to add feature that somone could be able to drag n drop a page from the...
  12. Thread: need Help...

    by hash123
    Replies
    2
    Views
    697

    Re: need Help...

    Hi
    Thanks for your reply

    Infact what I want is to find the icon of a file which is i am recieving from the remote system so I have ony file name (e.g. Test.txt, Test.pdf, etc)

    So I need to...
  13. Thread: need Help...

    by hash123
    Replies
    2
    Views
    697

    need Help...

    Hi All

    I want to find the icon associated with all the file extensions and if no valid extension is there then find the generic icon provided by the system for unknown file extension.

    Please...
  14. Replies
    4
    Views
    873

    Re: moving dialog to system tray

    Yes you got the point this is really my problem,
    and ShowWindow(SW_MINIMIZE) solves the problem a bit what now is remaining, is that

    this first send the application to the taskbar and then...
  15. Replies
    4
    Views
    873

    Re: moving dialog to system tray

    Hi
    Thanks sachin871 foryour reponce

    Actually my problem is not to move the application to the system tray only,
    what I want is that application should appear when run in the system Tray
    ...
  16. Replies
    4
    Views
    873

    moving dialog to system tray

    Hi All
    I have a dialog based application, want to add feature that application should go to System Tray when cross(x) button of dialog is clicked,
    For This;
    I have used NOTIFYICONDATA and...
  17. Thread: GUI in DOS

    by hash123
    Replies
    11
    Views
    3,091

    Re: GUI in DOS

    Thanks U all

    OK I will start to write such programs
    can u please guide me how to proceed

    But would like to tell the reason whiy I need ..
    Infact working on such project where if system is...
  18. Thread: GUI in DOS

    by hash123
    Replies
    11
    Views
    3,091

    GUI in DOS

    Hi All


    I have to create a GUI in turbo C++ for Dos.
    and I want to give Windows like look in interface.
    so can you please tell me any library for GUI which could be used in DOS.

    or tell me...
  19. Replies
    9
    Views
    1,364

    Re: Control over keyboard while booting

    Hi
    Thanks you all for your replies,
    infact this assignment was on hold for some moment and now assigned to me,

    As philkr gave these links ,
    ...
  20. Replies
    11
    Views
    3,020

    Re: Problem with CreateProcess

    Hi all
    Please have a look at the complete code given below:


    void CDisplayErrors::BackupRegistry()
    {
    STARTUPINFO StartupInfo;
    PROCESS_INFORMATION ProcessInformation;
    ...
  21. Replies
    11
    Views
    3,020

    Re: Problem with CreateProcess

    thanks u all
    I tried flag o too but didnt work
    As stated createprocess is working right as it saves .reg file as desired with Sleep(1000) function but when I dont use Sleep function then out of 10...
  22. Replies
    11
    Views
    3,020

    Problem with CreateProcess

    Hi All
    I am having a problem in my application, what I am doing is:
    Calling a function SaveKeys(TCHAR *) within a loop and this function save the specified registry key to a .reg file,
    for this...
  23. Replies
    3
    Views
    877

    Issue with dialog

    Hi all
    I am making a dialog based application.
    Now when we press "Esc" button then dialog is closed.
    Now I want to stop this activity that is if press Esc button then dialog should not be closed....
  24. Replies
    1
    Views
    641

    problem with wizard type application

    HI All
    Working on a wizard type dilaog application and taken the idea of creating wizard from the below link

    http://www.codeproject.com/dialog/wizard2000.asp

    Here having one problem:
    what I...
  25. Replies
    7
    Views
    1,018

    Re: to stop some activity

    Thanks u all

    GCDEF said:


    You may need to set up a simple message pump to process the stop button message.


    Please explore this a bit ( plz provide some relevant links too). infact dont...
Results 1 to 25 of 176
Page 1 of 8 1 2 3 4





Click Here to Expand Forum to Full Width

Featured