Advertisement

Over 40 Experts attended the first Annual Core Conference! Take a look at what happened throughout the week...

2008 Core Conference

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested Windows MFC Solutions: 1 - 25 of 1458
 
I have created a windows service using visual C++. Kindly tell me how do i register its .exe file as windows service. What command will be used and what steps ll be needed. reply so...
Security Update for SQL Server 2005 Service Pack 2 (KB948109) will not install on my workstation. I am running XP. I have uploaded my log file.
Hi, I use this method to convert CString to char* CString data; const char* data_char = (LPCTSTR) data; but this method works only if i use const char*. This means i cant manipulate ...
Hi Experts,      typedef bool (*LPFunctionType)(BSTR);      HINSTANCE  hInstLib;      LPFunctionType functionptr=NULL;      LoadLibrary("XMLTest.dll");      BSTR *bs=SysAllocString(L"SanityMonitor warnin...
I'm trying to use up to 3 dll's in an vc6 application. On the end-user's system, not all the dll's will necessarily be installed. I'm using LoadLibrary so the program can proceed as long as at...
I have a function that returns a wchar_t* and need to convert this to a  char* to use as an argument to another function.  Any help appreciated.
Currently I have an application that runs on our network. When someone logs on to the network it checks there system and gets the pc name. I would like to also get the IP address of that syste...
Hi, I have an MFC SDI application and I want to call it from command line by passing some arguments to it, like the filepath for the application to open it. I haven't find any material o...
Hello,      I get a runtime error "R6025 Pure virtual function call" from my application. This error appears only in      certain Windows 2000 machine and works fine in rest of the PCs(which include...
I'm trying to use AVIStreamOpenFromFile http://msdn.microsoft.com/library/default.asp?url=/library/en-us/multimed/htm/_win32_avistreamopenfromfile.asp and its second argument is LPCTSTR sz...
Trying to connect to MySQL from Visual C++ 6 (Windows MFC Application) Hi, I'm trying to connect to a MySQL database from C++. First I downloaded mysql++-1.7.28.tar.gz from here --> http...
Ah hello. Simple problem: I need to be able to get the path to the desktop and the "My Documents" folder for the current user, regardless of the operating system. In XP and 2000, the Des...
What's a callback function in VC++? Thank you!
I need to have three radio buttons and get the ID of the one selected upon the user clicking OK. I've read that I need to group the three radio buttons together and create a member variable, w...
Explain me what exactly is the difference between LPCSTR. LPCTSTR and LPTSTR. Why do we need to use the syntax shown below to convert a string into a LV_ITEM structure variable pszText. The...
I am trying to tokenize a CString and was using VC++6 at home while at work I am using VC++5. I spent a lot of time at home coming up with this algorithm to tokenize a CString that looks like ...
Hello! I have a file on hard disk and file has 2 numbers separated by "," .I want to read the numbers from the file using CFile and store the numbers in  2 different int variables. I am not ...
Hello, Can anybody help me providing ten (10) - fifteen (15)  good interview questins in MFC (excluding COM)? It's urgent! Thanks pbsmbc
How do I use regtlib.exe to unregister a type library? Thanks
Hi Experts! My task is to get rid of the caption buttons ie: min, max, and close. I need to still have the window menu (formerly the system menu). I cannot come up with any way of doing thi...
hi, somebody please post me how to create a mutiple client single server application using threads in vc++. the problem is iam not able to put accept() function in an infinite loop for the s...
I'm using C++6.0 and DirectX 7.0 with the SDK. I'm trying to do this: hRet=DirectDrawCreateEx(NULL, (LPVOID*)&lpDD,IID_IDirectDraw7,NULL); it seems the compiler can not find IID_IDirect...
My MFC application software *.exe was developed in Visual 2005 MFC based applicaiton; it does not use ATL. It starts fine on system that has visual studio installed; On a target XP systems wit...
Hello          i have a common dll resource which has  a property page dialog box.I added a new edit box to this dialog box.Now this dialog is loaded into a property sheet from the applicatio...
Hi, I have problem with creating windows service...I write a program which is trying to run another exe file as a windows service...However, I keep getting 1053, error code, when I attemp t...