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

Search:

Type: Posts; User: Msm

Page 1 of 16 1 2 3 4

Search: Search took 0.06 seconds.

  1. Thread: Read Dos Out put

    by Msm
    Replies
    18
    Views
    2,037

    Re: Read Dos Out put

    ok sorry
    But this is not solution and not and of my problem..
  2. Thread: Read Dos Out put

    by Msm
    Replies
    18
    Views
    2,037

    Re: Read Dos Out put

    Sir can you give me more details.
  3. Thread: Read Dos Out put

    by Msm
    Replies
    18
    Views
    2,037

    Re: Read Dos Out put

    Sir i know these thing also Win32 "analogs but my question is
    Is it possible or not?
  4. Thread: Read Dos Out put

    by Msm
    Replies
    18
    Views
    2,037

    Re: Read Dos Out put

    Thanks for reply

    Yes your link help me to solve last problem.

    sir dir command just a example, command may be Copy con,Makedir etc
    Sir is it possible to read values from command prompt?
    ...
  5. Thread: Read Dos Out put

    by Msm
    Replies
    18
    Views
    2,037

    Read Dos Out put

    Hi All

    Can i read Dos command out values in file or Buffer?

    For example if i run dir command in dos then it show file and directory name.Now i want to store these file and directory in file...
  6. Replies
    10
    Views
    2,185

    Re: Run Dos Command

    Thanks for all of you.

    CreateProcess
    Problem solved
  7. Replies
    10
    Views
    2,185

    [RESOLVED] Run Dos Command

    Hi All

    I try to run dos command through mfc vc++.I know run dos command through .bat file.But my question is

    Can i run dos command directly from code?

    Please help me
  8. Thread: Android Start

    by Msm
    Replies
    1
    Views
    1,651

    Android Start

    Hello members

    Good morning

    I have a write simple .apk file for android in my eclipse editor.When i send .apk file in android phone through my eclipse then application launch it self but when i...
  9. Thread: [RESOLVED] Control

    by Msm
    Replies
    6
    Views
    952

    Re: Control

    Thanks to all problem solved.
  10. Thread: [RESOLVED] Control

    by Msm
    Replies
    6
    Views
    952

    Re: Control

    Sorry

    I have a dialog A and modless dialog B.Modless Dialog B call on button click of Dialog A.I use timer to show Watch in Modless dialog B.When i set time for One hour then this thing is...
  11. Thread: [RESOLVED] Control

    by Msm
    Replies
    6
    Views
    952

    [RESOLVED] Control

    Hi all

    I have stranger problem in dialog box Control disappear from dialog.There is no issue of memory and cpu uses,both are normal.I want to know what reason behind this situation?
    Please help...
  12. Thread: MS Access

    by Msm
    Replies
    1
    Views
    906

    MS Access

    Hi Members

    I am trying to Create database , table and insert values in table(Ms Access).I am using this code


    _CatalogPtr m_pCatalog = NULL;
    _TablePtr m_pTable = NULL;


    I am able to...
  13. Thread: Open/Display File

    by Msm
    Replies
    8
    Views
    1,017

    Re: Open/Display File

    yes sir..
  14. Thread: Open/Display File

    by Msm
    Replies
    8
    Views
    1,017

    Re: Open/Display File

    Think about ShellExecute()
  15. Thread: Required resource

    by Msm
    Replies
    1
    Views
    703

    Required resource

    Hi All

    Hi all

    I am getting stranger problem.Application show "A required resource was" this message.
    Please help me
  16. Replies
    3
    Views
    788

    Re: Need Help With This Code !!!!

    Try this one



    int main()
    {

    int i,j,k,l=1,num;
    cout<<"Enter the no:"<<endl;
    cin>>num;
  17. Thread: CFileDialog

    by Msm
    Replies
    7
    Views
    2,636

    Re: CFileDialog

    i had try all possible extension but result is same blank.

    See when i select file option from CFileDialog then nothing show even My Document ,My Computer
    Please help me
  18. Thread: CFileDialog

    by Msm
    Replies
    7
    Views
    2,636

    Re: CFileDialog

    There text file exist.When i click on Desktop Icon then file is showing.

    But when i go through select file type then nothing showing in CFileDialog.
    Please help me
  19. Thread: CFileDialog

    by Msm
    Replies
    7
    Views
    2,636

    Re: CFileDialog

    No there is so many text file exist.
  20. Thread: CFileDialog

    by Msm
    Replies
    7
    Views
    2,636

    CFileDialog

    Hi All

    i am try to save file through CFileDialog.I search and read from google then use this code.



    CString filter="Excel Files(*.xls;*.xlsx)|*.xls;*.xlsx|Text Files(*.txt)|*.txt|CSV...
  21. Thread: ShellExecute

    by Msm
    Replies
    11
    Views
    2,058

    Re: ShellExecute

    Both thing i know and if you look my 1 and 3rd post there i show some code.Problem is code not work on XP.


    ShellExecute( NULL, "open","http://www.abctest.com",NULL, "http://www.abctest.com",...
  22. Thread: ShellExecute

    by Msm
    Replies
    11
    Views
    2,058

    Re: ShellExecute

    Thanks for reply sir
    I try to open url and Send mail through shellexecute .
  23. Thread: ShellExecute

    by Msm
    Replies
    11
    Views
    2,058

    Re: ShellExecute

    ok any one tell me there is any alternate option of shellexecute.
  24. Thread: ShellExecute

    by Msm
    Replies
    11
    Views
    2,058

    Re: ShellExecute

    Thanks for reply
    Now i change something in code like this



    ShellExecute( NULL, "open","iexplore.exe","http://www.abctest.com","iexplore.exe", SW_SHOW);
    ShellExecute( NULL,...
  25. Thread: ShellExecute

    by Msm
    Replies
    11
    Views
    2,058

    ShellExecute

    Hi all

    I have stranger problem, ShellExecute is working on Vista but problem on XP.


    ShellExecute( NULL, "open","http://www.abctest.com",NULL, "http://www.abctest.com", SW_SHOWDEFAULT);
    ...
Results 1 to 25 of 377
Page 1 of 16 1 2 3 4





Click Here to Expand Forum to Full Width

Featured