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

Search:

Type: Posts; User: k3nnt0ter0

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    1,348

    Error after Adding WPF on VB.Net

    I embedded the WPF to vb.net and I got some error.
    1. There's still a green underline on line
    Me.SampleUserControl1 = New SampleWpfUserControlLibrary.SampleUserControl() but that's nothing I guess...
  2. Replies
    4
    Views
    2,253

    Re: C# WPF on VB.Net Form

    I successfully added the WPF on VB.Net but I got an error.
    Check the Image
    http://i48.tinypic.com/2zpply9.png
  3. Replies
    4
    Views
    2,253

    Re: C# WPF on VB.Net Form

    I already added as reference those you have said except System.Windows.Media. .
    I can't find it. . I also have elementhost but I don't know how to use it. . Could you help me do it step by step?
  4. Replies
    4
    Views
    2,253

    C# WPF on VB.Net Form

    How do I embed the WPF I created in C# to VB.Net Forms? If I remember, the DLL should be added as reference in vb.net. I tried that and I tried to add tools in toolbox but I can't see the WPF I...
  5. Replies
    0
    Views
    908

    Quick Saving

    I am making a quick save program. . So I have 2 pictureboxes. Upon pressing quick save, the image on the picbox1 will be passed to picbox2. Passing the image is working and it saves also but the...
  6. Replies
    0
    Views
    492

    Writing codes in MFC ActiveX Control

    I am trying this article. The Hybrid Solution Part. I was wondering if you could help me out how do I begin writing those codes on Visual C++. I don't have background yet in Visual C++ MFC ActiveX...
  7. Re: Power Point Presentation within a windows form

    I don't plan to sell it :) I just want to finish my project :P Would that be fine?

    I downloaded and installed already. I don't know what control that can handle this?
  8. Power Point Presentation within a windows form

    How can I run a power point within a form? Aside from WebBrowser Control, I don't have any idea of what controls can hand power point presentation. There's this Microsoft Web Browser but I've been...
  9. Re: ActiveX / Control for Power Point Presentation

    @jggtz, I have tried that already. It just open the PPT Application in separate window. I want it inside my form.
  10. Replies
    1
    Views
    887

    Power Point on Panel

    I am working on a program that can view a PPTX File (Power Point) on a Panel. I've seen this program (Answer 3) that could help me but I wasn't able to make it work. I wonder why? I guess there are...
  11. Replies
    0
    Views
    1,248

    Embedding Microsoft Office in Form

    I am trying this tutorial but i am getting an error

    in this line

    Object oApplication = o.GetType().InvokeMember("Application", BindingFlags.GetProperty, null, oDocument, null);

    Here's the...
  12. Re: ActiveX / Control for Power Point Presentation

    Well I am planning to make my own so that I don't have to pay. .
  13. ActiveX / Control for Power Point Presentation

    Is it possible to make an ActiveX or Control(.DLL) that can handle Power Point Presentation events? Using VB.Net or if not, any programming language to make that then embed to VB.Net? I am planning...
  14. Replies
    1
    Views
    797

    How to Fix Dotted Lines

    The smaller the font and the faster the speed I move the mouse, the greater the gap of the dots. Can it be connected as I drag the mouse?


    Public Class frmDraw
    Dim down As Boolean = False
    ...
  15. Replies
    4
    Views
    1,510

    Re: Smoothing the Pen

    I've checked that link before but the Pen isn't smooth.
  16. Replies
    4
    Views
    1,510

    Smoothing the Pen

    I can't make the Pen smooth. If I adjusted the Size of the pen, it'll produce crack/gap. I don't have any idea to fix it. Check the image.
    http://i45.tinypic.com/20syjux.png
    Here's the code.
    ...
Results 1 to 16 of 16





Click Here to Expand Forum to Full Width

Featured