I quote from MSDN:
"The directory from which the application loaded.
The current directory.
Windows 95/98: The Windows system directory. Use the GetSystemDirectory function to get the path of...
I agree on the idea that the best way is to copy the necessary DLLs in the current folder of the application. That's guarateed that the DLL from the app. directory will be used when using the...
- In your derived class (let's call it CMyFileDialog), override the OnInitDone() method. Here u implement all the mechanism for getting the HWND of the dialog box...
In my opinion the basic question that you have to put is WHEN DO U WANT TO CHANGE AUTOMATICALLY THE DIRECTORY ??
Remember CFileDialog is a modal box , so u cannot interfere from outside till it's...
I did some tests. I thought that indeed handling the message WM_NOTIFY CDN_FOLDERCHANGE then u can make changes. I derived a class from the CFileDialog called CMyFileDialog, and there I override the...
I wonder how to set MSACCESS password programatically.
I use Visual C++. Should I use a specific interface, should I use ADO, ADOX ????? I have no clue about.
Please, if it is possible to send...
Hello everybody !!!
I need to write a tool which converts multiple WMF files saved from PowerPoint presentation for example, into a SWF file.
I used for this THE MACROMEDIA FILE FORMAT SDK. But...
I need to convert WINDOWS METAFILES (WMF) into a FLASH FILE (SWF), or to convert WMF to BMP.
Does anybody has an idea ??? Or at least some links to some code or documentation ????
10x in advance
I need to simulate a CTRL+ALT+DEL keyboard sequence from an application for rebooting purposes. I'm doing this because the API LockWorkStation() is working only for the WIN 2K.
I'm quite new in Java programming and I have a question related
to the Enumeration interface.
I wrote a little application which extracts the system parameters
and displays them. It is working...
I need a code or some guidelines of a method of reading the BIOS signature. Is it a universal method which works for all BIOS'es or each BIOS has his own method ????
I have two threads: a UI thread and a worker thread. From time to time I send some messages from the worker thread to the UI thread in order to update some user interface elements.
That's ok. But I...
Hello everyone !!!!
I'm searching for some freelance projects, and unfortunately I'm a lazy guy :), to search it on the Internet. If everyone could give me some good hints for a freelance sites...
In the permissions list , in the Security tab, I have set only the "List Folder Contents" right.
The other permissions are cleared.
But there is a strange thing. In the security tab there is one...
I have a folder for which I want to alter/change the security attributes. To be more specific I have a user called "test4", member of group "Power Users" and a folder called "CLAU". I want to give...
I need to set the permissions for a folder or for a specific registry key (for example to grant full access to a key or folder to a specific user).
I want to do this programatically but I've found...
Do I really need to do this ?
Normally I should not care about this, cause MFC must clean-it, and in MSDN says that everything is cleaned by the destructor.
10x anyway
If I will get more answers...