CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: nick666

Page 1 of 3 1 2 3

Search: Search took 0.08 seconds.

  1. Replies
    12
    Views
    5,130

    I will make a test today by simple curiosity and...

    I will make a test today by simple curiosity and maybe later I will be grateful for u :) I will tell u the results.
  2. This looks really good. So, problem solved :).

    This looks really good. So, problem solved :).
  3. Replies
    12
    Views
    5,130

    Agreed, but .....

    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...
  4. Replies
    12
    Views
    5,130

    I agree on the idea that the best way is to copy...

    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...
  5. My idea would be the following: - In your...

    My idea would be the following:

    - 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...
  6. In my opinion the basic question that you have to...

    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...
  7. Replies
    7
    Views
    1,813

    I did some tests. I thought that indeed handling...

    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...
  8. There could be several methods depending of the...

    There could be several methods depending of the PLACE WHERE YOU CALL THE Try::FuncTry() method.


    1. USING A GLOBAL VARIABLE
    - You define a global variable in the MyDoc.cpp file like this:
    ...
  9. Replies
    1
    Views
    1,033

    Setting Msaccess 2k Password Programatically

    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...
  10. Setting Msaccess 2000 Password Programatically

    I need to set programatically a password to a MS-ACCESS 2000 database. How I can do that ?

    Source-code or links to it would be welcomed, especially that I do know COM/DCOM stuff. I believe that...
  11. Replies
    1
    Views
    550

    Setting Ms-access 2k Password

    I need to set programatically a password to a MS-ACCESS 2000 database. How I can do that ?

    Source-code or links to it would be welcomed, especially that I do know COM/DCOM stuff. I believe that...
  12. Replies
    0
    Views
    641

    Wmf 2 Swf Convertor

    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...
  13. Replies
    0
    Views
    423

    Metafiles Conversion

    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
  14. Inserting A Ctrl+alt+del Combination In The System Message Queue

    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 tried this code:...
  15. Replies
    2
    Views
    683

    Building An Executable Jar

    Hi !!!
    I try run a stand-alone application from a jar file and it is not working. I will give the details below.

    1. I have a jar file called Hello.jar with the following content
    -...
  16. Replies
    0
    Views
    810

    question about the Enumeration interface

    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...
  17. Thread: BIOS Signature

    by nick666
    Replies
    0
    Views
    507

    BIOS Signature

    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 ????

    10x in advance
    The useful...
  18. Thread: Worker Thread

    by nick666
    Replies
    3
    Views
    767

    Worker Thread

    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...
  19. Replies
    1
    Views
    480

    FREELANCE INFORMATIONS

    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...
  20. Replies
    5
    Views
    1,236

    Re: SETTING FOLDER SECURITY

    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...
  21. Replies
    5
    Views
    1,236

    Re: SETTING FOLDER SECURITY

    From "Administrator" account of course.
    But it is not working properly. :(
  22. Replies
    5
    Views
    1,236

    SETTING FOLDER SECURITY

    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...
  23. Replies
    1
    Views
    574

    SETTING PERMISSIONS IN WIN NT

    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...
  24. Replies
    1
    Views
    793

    OWNER DRAW BUTTON

    I'm trying to create an owner draw button using the subclassing. Below are the steps that I followed to achieve this task:

    1. Using the resource editor (my application is a dialog box),I added a...
  25. Replies
    2
    Views
    1,981

    Re: MEMORY LEAKS USING CImageList

    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...
Results 1 to 25 of 57
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured