I want to capture sound files on client side and send them to server either as streams or as files ( after whole recording is completed ). I have to start digging in MFC for this. Can anyone help me with some starting point or with names of API's i could use for this purpose.
I need to
1.Record...
Guys..
I am writing a ISAPI filter which will decrypt a ASP page before sending it to asp.dll for procession.I have used forllwing function..
DWORD CTrail1Filter::OnUrlMap(CHttpFilterContext* pCtxt,
PHTTP_FILTER_URL_MAP pMapInfo)
Here i check for files with extension".asp" (which...
Guys..
This is URGENT and will be a BIG HELP!!!!
I need to know if there is any API provided by MFC to retirve name of services running on a computer.
PLEASEEEEE RESPOND ..
THANKSSSSSS
Guys
Thanks for your help.. I need to know how URL is constructed dynamically and sent to a web server using C++.
Iam trying to write a program which will search the web and return the result( a small search engine). I need to know how a url can be constructed dynamically using search...
Hi Guys...
Need some help here.. I have been trying to acess web pages using C++ (MFC) . I have used following piece of code
CInternetSession init;
CHttpConnection* conn;
CHttpFile* file;
conn=init.GetHttpConnection( pstrServer, nPort,
pstrUserName, pstrPassword )...
Thanks for your help folks..
I need to know if there is any way to read data in a HTML file,into strings, by stripping the HTML tags.
example:
<p><a href=http://www.erlenstar.demon.co.uk/unix/faq_toc.html>
I would like to extract
"http://www.erlenstar.demon.co.uk/unix/faq_toc.html"...
Thanks a lot for your help folks..
I need to access data in INI files using C++.Can anyone suggest some API's??
I used GetPrivateProfileString(..) but it returns only the value of the key name supplied.
How do I get values of all keys in a INI one by one?
Hi guys .. Can anyone help me with following things
1. How to create DLL in VC++.
2. Can I use a INI file to list DLL's, so my program can read the INI file at run time and pick the DLL's listed in it?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.