Search:
Type: Posts; User: Msm
Search :
Search took 0.03 seconds.
February 4th, 2011 06:54 AM
ok sorry
But this is not solution and not and of my problem..
February 4th, 2011 06:48 AM
Sir can you give me more details.
February 4th, 2011 06:37 AM
Sir i know these thing also Win32 "analogs but my question is
Is it possible or not?
February 4th, 2011 06:30 AM
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?
...
February 4th, 2011 06:04 AM
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...
February 4th, 2011 05:26 AM
Thanks for all of you.
CreateProcess
Problem solved
February 3rd, 2011 11:16 PM
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
February 3rd, 2011 12:26 AM
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...
January 7th, 2011 12:52 AM
Thanks to all problem solved.
January 5th, 2011 01:29 AM
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...
January 5th, 2011 12:49 AM
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...
December 10th, 2010 12:32 AM
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...
December 4th, 2010 02:16 AM
December 4th, 2010 02:05 AM
Think about ShellExecute()
November 23rd, 2010 06:18 AM
Hi All
Hi all
I am getting stranger problem.Application show "A required resource was" this message.
Please help me
November 19th, 2010 01:41 AM
Try this one
int main()
{
int i,j,k,l=1,num;
cout<<"Enter the no:"<<endl;
cin>>num;
November 3rd, 2010 03:35 AM
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
November 3rd, 2010 03:11 AM
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
November 3rd, 2010 03:07 AM
No there is so many text file exist.
November 3rd, 2010 12:51 AM
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...
October 19th, 2010 07:55 AM
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",...
October 19th, 2010 07:39 AM
Thanks for reply sir
I try to open url and Send mail through shellexecute .
October 19th, 2010 06:31 AM
ok any one tell me there is any alternate option of shellexecute.
October 19th, 2010 04:48 AM
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,...
October 19th, 2010 03:23 AM
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);
...
Click Here to Expand Forum to Full Width