You cannot post messages because this group is only available as an archive.
|
retrieving path of a dll
|
| |
Hi, i am writing a dll and need to know its storage loaction at execution time. Is there a MFC-function which might help me? searching the MSDN-docu did not give any results. Cheers, Daniel
|
|
Against sofware piracy! EXECryptor 2.034 update
|
| |
Recently the company SoftComplete Development [link] launched the new revolutionary release of software code protection tool. This is large and important step in the software security technologies and in the struggle against software hacking, cracking and piracy. EXECryptor, based on Strongbit Technology, [link]... more »
|
|
columns in an OPENFILENAME dialog
|
| |
I would like to modify the column widths and contents (which file attributes to show) of an OPENFILENAME dialog (details view). With a hook procedure in the OPENFILENAME struct I can access some controls, but not the table with the file data. Does anyone know how to do this ?
|
|
Tray Icon Sharing
|
| |
Hi All , My application creates a system tray icon. User will use this tray icon to run the applcation. I am facing the problem in the following situation. - User will remotely login to machine A (with administrator login) from machine B and installs my application which creates a system tray icon. I can see the system tray icon from Machine B and can even... more »
|
|
System Tray sharing in all the sessions..
|
| |
Hi All , My application creates a system tray icon. User will use this tray icon to run the applcation. I am facing the problem in the following situation. - User will remotely login to machine A (with administrator login) from machine B and installs my application which creates a system tray icon. I can see the system tray icon from Machine B and can even... more »
|
|
API vs COM
|
| |
I must use a non-COM DLL in C# application (I'm a newbie) I've a .h file that define interface, data structs ecc. I need to know if there's a manner to obtain a new COM compliant DLL or a .tlb file that can be processed by tlbimp.exe I don't want to write a wrapper, if possible! Thanks
|
|
IsDerivedFrom and CRuntimeClass used from a DLL
|
| |
Hi, briefly I have a .dll that has a CFormView derived class in it. My main application is trying to put this into a splitter window. As the CSplitterWnd uses the CreateView to place a view in one of the panes I placed the following in me .dll along with my form __declspec(dllexport) CRuntimeClass* getRTClass() { return... more »
|
|
Registry location with read/write access to all users
|
| |
Hello Experts, Is there a registry location that has read/write access to all users of the computer and not only to admin users. The idea is to store some common application related parameters here so that it is accessible to all users and if one user modifies it, the change must be reflected in all users.... more »
|
|
|