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

Search:

Type: Posts; User: Al_Pennyworth

Search: Search took 0.14 seconds.

  1. Replies
    2
    Views
    5,869

    Re: WaveInOpen and MMSYSERR_ALLOCATED

    Thanks for the reply.

    My application only uses WaveInOpen and I do not have any calls to WaveOutOpen.
  2. Replies
    2
    Views
    5,869

    WaveInOpen and MMSYSERR_ALLOCATED

    Hi all,
    It has been a long time since I posted on the forum. Now is as good a time as any.

    I have been working on an application that records audio off of a soundcard. I use the Winnm.dll to...
  3. Replies
    0
    Views
    378

    Problems after installing IE 7

    Hey all,
    I have a strange question to ask. I have an app that performs some functions when a user is logged in or logged out. The functions are performed in separate threads and a dummy window is...
  4. Replies
    4
    Views
    2,723

    Re: Calling C# dll in C++ 6.0 Application

    You are absolutely true- they are not GPFs. They are unhandled exceptions, I apologize for my mistake.

    I found the answer to my problem:
    ...
  5. Replies
    4
    Views
    2,723

    Re: Calling C# dll in C++ 6.0 Application

    It appears as though pIInterface is being fully released. I implemented the NULL as you suggested and it performed the call, then the CoUnitialize and eventually, I will see a gpf. The exact error...
  6. Replies
    4
    Views
    2,723

    Calling C# dll in C++ 6.0 Application

    This is a little difficult to explain. I created a dll in .NET using C# and I need to call this dll from a Visual C++ 6.0 application. I am programmatically calling the regasm.exe as I am getting the...
  7. Replies
    2
    Views
    3,600

    Re: Inno Setup and DLL

    Thanks - I created my dll and I thought I had everything put together correctly. But I am having problems where it is giving me import dll errors. My theory is that it is caused by dependencies. ...
  8. Replies
    2
    Views
    3,600

    Inno Setup and DLL

    I am new to dealing with dlls and installers. I have a project where I am using Inno Setup over InstallShield and I need to create a dll that does application specific processing. I have been...
  9. Replies
    0
    Views
    749

    DTMF tones filtering

    I am currently working on a phonetrac interface system and I am having a problem with the touchtones. I have found that there is some equipment that filters the touch tones when something is being...
  10. Replies
    8
    Views
    5,866

    I do realize this is not the normal behavior for...

    I do realize this is not the normal behavior for windows and I agree I shouldn't be doing this. The problem is that those who are in charge think we should be doing it and I have been labored with...
  11. Replies
    8
    Views
    5,866

    Minimize question????

    I am trying to incorporate functionality into an application so that the user can hit the Minimize button on a window and the window will minimize to a particular size. I am trying to do this with...
  12. Replies
    2
    Views
    556

    I saw this posting (and used some of his/her...

    I saw this posting (and used some of his/her wording, hopefullyt his isn't someone from my company and now I am looking really stupid) but I am not sure how to do this with property sheets. I...
  13. Replies
    2
    Views
    556

    Property Sheets

    I noticed some posts out here with similar questions but my problem is a little different. I have an application that contains several taskbar buttons (main toolbar) and each of these opens a new...
  14. Replies
    0
    Views
    725

    CreateBitmap Problem

    Hey all, I am trying to find out why a call to CreateBitmap would be failing. The function is used in a dll written in C. I put in a call to GetLastError and I get the value 87. I looked in MSDN...
  15. Replies
    4
    Views
    570

    I am not actually drawing the Word toolbar on the...

    I am not actually drawing the Word toolbar on the window, it is being done automatically. I have created an OLE container and OLE code is doing the toolbar creation, not my code.
  16. Replies
    4
    Views
    570

    I am not sure what you mean by vie but I am using...

    I am not sure what you mean by vie but I am using VC++ 6.0 and I have an ordinary frame window, then the code programmatically opens a word document which then brings up word, inside my frame window....
  17. Replies
    4
    Views
    570

    Container

    Hey, I am trying something new, I have a frame window and I am trying to open a Word document into this window. Basically, I have created a container to hold the Word document. So when the app...
  18. Replies
    0
    Views
    548

    Open Saved Document question

    I am still working on my COM/ATL word automation project and each step I get closer to finishing it. My latest question is how do I make it so I do not get the "Do you want to open the XXXXXX.rtf...
  19. Replies
    6
    Views
    1,134

    The reason for my temporary registration is that...

    The reason for my temporary registration is that I have an application, written in C. It does many things including allow the user to enter text. I have a text editor, nothing fancy. But I wanted...
  20. Replies
    6
    Views
    1,134

    Register DLL in Another App

    Hey, I have a COM/ATL dll that I created for automating word. I have another application, written in C, that I need to open MS Word and load my dll. I know how to do all of this, but I am having a...
  21. Program working but doing something strange when opening file

    Hey, I have been working (off and on) on a COM dll that can be used to open MS Word, allow the user to type something, it puts a special save/exit button so when the user hits this button, it...
  22. Replies
    1
    Views
    602

    Shell Programming

    Hey, I have posted several messages on this forum about my COM add-in and I finally got it to work. But it is created as a COM Add-in. And I was wondering if anybody would know where I can find...
  23. There is an example written by Amit Dey, called...

    There is an example written by Amit Dey, called Building an Office2000 COM Addin with VC++/ATL. It is located on this forum at http://codeguru.earthweb.com/misc/officeaddins.html. It is also out on...
  24. Replies
    2
    Views
    581

    Thanks. What I did to get it to work was I...

    Thanks. What I did to get it to work was I declared a pointer array, allocated memory based upon the size of the selected text, then went through the text and for each \n and \r that was found, put...
  25. Replies
    2
    Views
    581

    Multiline Edit Problem

    This will be the second time I posted this and if nobody knows, I apologize for taking up everyones time. I just cannot find any way around this. I have a text editor, it allows for muliple lines...
Results 1 to 25 of 25





Click Here to Expand Forum to Full Width

Featured