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

Search:

Type: Posts; User: Filbert Fox

Page 1 of 13 1 2 3 4

Search: Search took 0.13 seconds.

  1. Cannot get this sample to work in VC++

    Trying to write an ActiveX in VS .NET v8.0, this following example is not working under VC++, the web page never loads the control, but the same project under C# works fine?

    What is going on?
    ...
  2. Replies
    0
    Views
    1,831

    ActiveX and WebRequest VS v8 MFC

    I am trying to download an Image through an ActiveX control through a website using MFC and CLR, using Visual Studio 2005 .NET (v8).

    I have now my code looking very messy, which is now mixing GDI+...
  3. Replies
    1
    Views
    432

    Little Project I am thinking about

    Hi Guru's, its been a while.....

    I want to develop a project that would display an image gallery with a difference, the idea is to use timers on the server side to redraw the
    control at given...
  4. Replies
    3
    Views
    5,229

    Re: DllImport HANDLE to IntPtr

    Kind of solved my issue, enabling XP Styles from a shell extension normally ends up in a crash, that was until I created a thread to display my form and enable XP Styles there, everything seems fine...
  5. Replies
    3
    Views
    5,229

    Re: DllImport HANDLE to IntPtr

    I am using Managed C++?

    Including the windows.h header throws up more error?
  6. Replies
    3
    Views
    5,229

    DllImport HANDLE to IntPtr

    Hi Guys,

    I am trying to convert some C# code into C++ .NET, the code enables XP Styles (the safe way) in a DLL I have written, the problem is the DllImport stage and marshalling of the HANDLE...
  7. Replies
    1
    Views
    934

    Re: Shell Programming

    Anyone?
  8. Re: Visual Studio 2003 project over network

    anyone please?
  9. Visual Studio 2003 project over network

    Is there a solution to compiling a stored project over a network with Visual Studio 2003,
    I know this is a known bug but I cannot find a solution to this very annoying problem.

    Any help guys.....
  10. Building a PC and supplying a windows operating system

    I know this is wrong thread & site, but its really the only forum I use, and there is alot of people with so much knowledge,
    and maybe can assist me?

    Does anyone know about building a PC and...
  11. Replies
    0
    Views
    736

    GDI Bitmap > Monochrome

    How do you save an image as monochrome?

    I am able to save the colour image TIF for example, but need to output as an monochrome image.

    Thanks in advance...
  12. Replies
    1
    Views
    934

    Shell Programming

    Hi guys, I am writing a shell extension to print a specific file type, the attached test project should display a 'HI' on the windows explorer context menu but it does not, the invoke method is blank...
  13. Replies
    12
    Views
    2,341

    Re: using .NET DLL with VS6

    Igor, There seems to be a problem when using C++ .NET, I created a test project using C# and it worked first time? Have you tried to write a managed DLL using C++, I am now banging my head on the...
  14. Replies
    12
    Views
    2,341

    Re: using .NET DLL with VS6

    Hi Guys, Mr Stubborn here!!!!

    Created a type library from my .NET DLL, using regasm, when I came to import the type library into a test unmanaged project, I have got a few problems, the TLH file...
  15. Replies
    12
    Views
    2,341

    Re: using .NET DLL with VS6

    I am not stubborn, just new to .NET and having to deal with the problem I have, I have taken your suggestion on board and will be looking at it very shortly, the creating of the proxy COM-dll might...
  16. Replies
    12
    Views
    2,341

    Re: using .NET DLL with VS6

    Worked out a work around, I have exported a bridge function from the managed dll, now my managed dll should be able to be used by any language.

    The following code exports a single function...
  17. Replies
    12
    Views
    2,341

    Re: using .NET DLL with VS6

    Thanks for the reply, still looking for an answer, the only way I can see it to be done is to write a bridge dll, which is the last thing I want to do, I just want an easy way of using my managed C++...
  18. Replies
    12
    Views
    2,341

    using .NET DLL with VS6

    I have written a managed dll written in c++ .NET, I now need to use this dll from vc++ which is unmanaged, what is the procedure for this and draw backs if any?

    Thanks in advance
  19. Replies
    0
    Views
    803

    Excel Automation

    I have created a class library and using excel automation, but having a problem when my client app calls on the dll to use the excel creation ect...

    The problem goes away when I copy the files...
  20. Replies
    0
    Views
    1,150

    Creating a simple EPS file

    Hi Guru's

    As anyone created a EPS with C++, I just need an example of a EPS file creation that prints the usual 'Hello World', would prefer to use no external librarys.

    Any resources in...
  21. Replies
    0
    Views
    715

    Send a LPR unix command???

    I need to send a command (LPR) to a network PC that is running unix, currently I am using FTP to upload some files to that PC from a windows machine, I now need to print them from the unix PC, as...
  22. Replies
    1
    Views
    897

    [RESOLVED] Bye Bye MFC!!!!

    Hi Guys,

    I want to wave a goodbye to using MFC and move onto .NET, I have a couple of old projects that used the CInternetSession classes, can anyone let me know if there is a similar class in...
  23. Replies
    0
    Views
    527

    Printing and Regions

    My application displays a control and I want to reproduce the control to the printer, the control uses GraphicsPath where I then create 2 regions, to display the image of a CD. for the screen there...
  24. Replies
    4
    Views
    909

    Re: Process Parent & Child

    Thanks for the replies guys.....

    Is what I am trying to achieve....an application updater

    My 'program.exe' needs to be updated by a new version called 'program_new.exe',
    sp within...
  25. Replies
    6
    Views
    1,497

    Re: Application Updater

    But to overwrite the exe you must first make sure its not running, can you explain how you do it, my way works, but just want to do it all from inside my code if thats possible.
Results 1 to 25 of 311
Page 1 of 13 1 2 3 4





Click Here to Expand Forum to Full Width

Featured