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

Search:

Type: Posts; User: kojy

Search: Search took 0.02 seconds.

  1. Thread: Calling DLL

    by kojy
    Replies
    3
    Views
    638

    thanks, I hope I answer you: I writing MFC...

    thanks,
    I hope I answer you:
    I writing MFC project that I have to callfrom him to another project (MFC).
    I make the Project that I call DLL Project., with def file.
    Now, the first Function is...
  2. Thread: Calling DLL

    by kojy
    Replies
    3
    Views
    638

    Calling DLL

    hi,
    please help me!!!!!!
    I have Project that I want to make it as DLL,
    the first function get HINSTANCE parameter,
    how can I call this function from outside the project?
    I try to build another...
  3. Replies
    11
    Views
    4,907

    In the other post He speaks about WM_CLOSE, how...

    In the other post He speaks about WM_CLOSE, how can it help if I need to close external application like notepad? if I I CWnd* handle type.



    :(
  4. Replies
    11
    Views
    4,907

    Sorry, but I still got a problem. As I...

    Sorry, but I still got a problem.
    As I understand the mesage WM_DESTROY will happened when the currrent window is about to be destroy.

    I want to kill external application, like notepad, I can't...
  5. Replies
    11
    Views
    4,907

    I searched in "DestroyWindow" key for 8 pages...

    I searched in "DestroyWindow" key for 8 pages and couldn't find a simillar question.

    I always search befre I send a question.
    Can you Please post the link?

    Thanks.
  6. Replies
    11
    Views
    4,907

    Cwnd::DestroyWindow () problems

    Hi,

    I want to close an external application from my program.
    For example Notepad.

    I'm writing my application in CDialog class.

    First I get an handle to the window with

    CWnd* hwd1;
  7. Hi, I found the solution, no need to answer. ...

    Hi,

    I found the solution, no need to answer.

    Thanks!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  8. Sending CTRL+Z tpom COM port in Microsoft communication Activex

    Hi,

    I making a session with a hardware that connected to the serial port. I'm using Microsoft Comunnication AxtiveX, MSComm.
    The systex for sending tha data is:

    CString m_strSend = "the text...
  9. Thread: openprocess

    by kojy
    Replies
    2
    Views
    889

    openprocess

    hi
    who can i use open process (the last parameter).
    i have exe that i have to open has part of my project.
    it must be very simple but.. i do'nt know to used it!!

    thanks
  10. Thread: Timer problems

    by kojy
    Replies
    11
    Views
    1,258

    Hi myth7676 , Is TimerFunction is the...

    Hi myth7676 ,

    Is TimerFunction is the TImerProc?
    Can you be more specific in your explanation?

    Thanks.
    :confused:
  11. Thread: Timer problems

    by kojy
    Replies
    11
    Views
    1,258

    Hi martho, I added the Create function before...

    Hi martho,

    I added the Create function before the calling to SetTimer, but from some reason it didn't create the window. the create function returned 0. I tried to put GetLastError after it , but...
  12. Thread: Timer problems

    by kojy
    Replies
    11
    Views
    1,258

    Hi, Attached is the code. It's only the part...

    Hi,

    Attached is the code.
    It's only the part of the timer.
    I added the Test class, and I'm calling to the function which activate the timer from a button on the dialog.
    the test class should be...
  13. Thread: Timer problems

    by kojy
    Replies
    11
    Views
    1,258

    Timer problem

    Hi,

    Thanks for the quick reply.
    I only inherited from CWn because I wanted the Timer, I don't want to start opening window.
    Maybe someone has an Idea, how can I add timer to generic class, that...
  14. Thread: Timer problems

    by kojy
    Replies
    11
    Views
    1,258

    Timer problems

    I have a problems, which I didn't manage to find the solusion in the threads here.

    When I used timer in MFC project on class view with SetTimer(1,100,NULL), the timer worked well.

    Now I need to...
  15. Thread: MFC & OpenGL

    by kojy
    Replies
    5
    Views
    818

    MFC & OpenGL

    hi
    I have code in Opengl that i have to insert to MFC project.
    How can I do that? Is there any example that I can work with?
  16. Can you tell me how to add a minimizebox beside the close button in a propertysheet?

    Hi
    I know here is Sys nemu that can help but I don't know how to use it.
    Do you?
  17. How

    Hi
    I'm have the same problem' how can i add this sys menu?
    thanks:confused:
  18. Replies
    17
    Views
    11,001

    Hi David and Cherian , I tried to add...

    Hi David and Cherian ,

    I tried to add _WIN32_DCOM to the project settings, preprocessor definitions, but it didn't worked.
    In MSDN they say the I have to add the macros that specified my OS, for...
  19. Replies
    17
    Views
    11,001

    Using WMI

    I tried to use it too, for changing the IP address,
    but I stocked in earlier stage.
    Accordig to MSDN you should first Initialize COM.
    When I tride to initiate the CON according to what they...
  20. Replies
    0
    Views
    442

    CpropertySheet Options

    hi
    I'm looking for a way to maximum and minimum the window and
    how to change the font.
    looking for an answer
  21. Replies
    3
    Views
    615

    I need to change the IP of the Network. The same...

    I need to change the IP of the Network.
    The same operation as going in windows to:
    My Network Place -> Properties ->Internet Protocol ->Properties
    and than change the IP address.

    Do you know a...
  22. Replies
    3
    Views
    615

    Changing the IP Address by programming

    Hi all,

    I really need help,
    I need to change the computer's IP by programming (VC++).
    Not by changing the registry.
    Not by using AddIPAddress().
    The example of microsoft IPChange doesn't work....
  23. Hi, What about an answer? I really need it...

    Hi,

    What about an answer?
    I really need it to.

    Thanks.
  24. Thread: PropertySheet

    by kojy
    Replies
    1
    Views
    502

    PropertySheet

    I'm looking for the easy way to resize thr dialog, the dialog build from CPropretySheet.
    I don't want to delete the PropertySheet.
    :confused:
  25. Replies
    1
    Views
    1,440

    CPropertySheet Resize

    Hi
    who can i resize CpropertySheet Dialog?
    I want hte user can change as ever he like
Results 1 to 25 of 25





Click Here to Expand Forum to Full Width

Featured