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

Search:

Type: Posts; User: roujesky

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    4,010

    Create a new menu in MSWord

    I want to create an add-in that creates a new menu in MSWord. I am having a problem getting started on this. Any help would be appreciated.

    thanks
  2. Thread: Why so slow?

    by roujesky
    Replies
    6
    Views
    902

    Re: Why so slow?

    One more thing I discovered is that if I use explorer and find the exe under the debug directory and double-click on it, the app comes up instantaneously. So, it is not the app, it must be the...
  3. Thread: Why so slow?

    by roujesky
    Replies
    6
    Views
    902

    Re: Why so slow?

    Thanx for the help all. I still have the problem, though. I uninstalled my NetScreen VNC. I also turned off AVG.
    Let me give more details. The app that I am running is just the default form that...
  4. Thread: Why so slow?

    by roujesky
    Replies
    6
    Views
    902

    Why so slow?

    Using VS.Net2003. I create a new project based on "Windows Forms Application (.NET)" I build the project. When I run the app, it takes 25 seconds for the form to appear! :( That is brutally slow...
  5. Thanx!

    That was exactly what I needed!
  6. Getting full path to my application - How?

    I want to put version information in my About box and an audit table in my db. To do this, I call GetFileVersionInfoSize(), which requires a full path to my exe. Surely there is a MFC or WinAPI...
  7. doesn't make sense with microsoft...

    I just opened this project/workspace that was created in vc6. All I do is just build. I wonder where the midl compiler is kicked off? Microsoft is not making this easy.... :)
  8. How do I change the target system?

    I am kinda new to VS.net 2003, so how do I go in and change the MIDL compiler to use the target of NT50 rather than NT40? I am going through the properties now and dont see it readily....

    thanx
  9. "You need a Windows 2000 or later to run this stub..."?

    I am porting to vs.net 2003. I get the following compile time error:

    fatal error C1189: #error : You need a Windows 2000 or later to run this stub because it uses these features:

    the error is...
  10. Replies
    0
    Views
    596

    detecting compiler version

    Is there #define that has the compiler version? I am porting code from VC6 to VS.Net 2003 and would like to be able to compile using both compilers. I had to make some changes and want to wrap...
  11. Replies
    3
    Views
    613

    that worked!

    thanx that made it compile!

    BTW, when did it change, and how was I supposed to know that? I guess I am porting a little late in the game.....
  12. Replies
    3
    Views
    9,831

    thanx! (nm)

    .
  13. Replies
    3
    Views
    613

    static_cast error in VS.Net 2003

    Well, much thanks to everyone who has helped me with the port to VS.Net 2003. I have run across another interesting error when compiling. This application compiles under VC6.

    I get the following...
  14. Replies
    3
    Views
    9,831

    how to return an empty CString?

    I am porting an app to vs.net 2003. The person that originally wrote this app returns afxEmptyString if he wanted to return an empty CString object. Evidently, afxEmptyString is deprecated. What...
  15. Replies
    2
    Views
    593

    ns.net 2003 and no iostream.h?

    Well, I am migrating my project from vc6 to vs.net 2003. The first of several problems that I see is that it cannot find iostream.h. I search and there is no iostream.h in vs.net 2003 directory...
  16. Replies
    2
    Views
    2,691

    How to automatically create .odl file

    I am starting a new thread because I guess my question is changing. I have an existing project. It does not have a .odl file created. Once I have a .ODL file, I can run mktyplib.exe on it to...
  17. Replies
    4
    Views
    2,535

    How do I create a .ODL file

    Thanx, I think you are right from what I read. My next question is How do I create a .odl file considering my project already exists?
  18. Replies
    4
    Views
    2,535

    How to get VC6 to generate .tlb

    I have an application which is a COM Server. A client wants to write a Delphi app to use my COM Server. He said it would be easier for him if I generated a .TLB file. What are the options I set so...
  19. postmessage to another instance of my app?

    I have set up my mdi app so that only one instance of my app can run at a time. Now the twist is that when the second app is executed and he sees that there is already an instance running, he needs...
  20. Hmmmmmm, to tell the truth, I thought about that....

    Hmmmmmm, to tell the truth, I thought about that. Might work, but it is not a design I would want to show any of my old college professors :)

    I cannot believe that MS does not supply a cleaner...
  21. Thanx everyone for all the help. Now that I can...

    Thanx everyone for all the help. Now that I can have only one instance of my MDI app running, when the user double-clicks on a file of the right type, I want my already running app to open that file...
  22. associating file types with my program and more!

    :confused:
    I know this has been answered before, but I am not sure how to search for it....
    I want to associate a file type with my program, so that when the user double-clicks on a file of that...
  23. Replies
    1
    Views
    539

    Delete a Registry key??

    How do you delete a registry key from a .reg file? I have seen how to set them, but lost on how to delete them.
    Thanx
  24. Replies
    1
    Views
    4,100

    C++ Source code to mspaint?

    Does anyone know where I can find the source code to mspaint or something similar? Thanx in advance.
  25. How do I copy a dialog to a new workspace/project

    How do I copy a dialog box with numerous controls from one project to another. This seems to be a serious flaw in VC. I want to treat that dialog as a class, but the .rc, resource.h, etc. seems...
Results 1 to 25 of 33
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured