Inserting PictureBox picture into Word document

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rick

    #1

    Inserting PictureBox picture into Word document

    How do I go about doing this? Basically I have a field where the user
    inputs a doctors name, a field where the user inputs the doctors bio, and
    then a picturebox where they select an image from their hard disk. I need
    all this info to be saved into a Word template, but I'm not sure how to do
    it.

    I program in C++, but I have had some experience with VB.

    BTW, I am using .NET


  • J French

    #2
    Re: Inserting PictureBox picture into Word document

    On Sat, 15 Nov 2003 02:44:47 -0800, "Rick" <unknown@unknow n.com>
    wrote:
    [color=blue]
    >How do I go about doing this? Basically I have a field where the user
    >inputs a doctors name, a field where the user inputs the doctors bio, and
    >then a picturebox where they select an image from their hard disk. I need
    >all this info to be saved into a Word template, but I'm not sure how to do
    >it.
    >
    >I program in C++, but I have had some experience with VB.
    >
    >BTW, I am using .NET[/color]

    You'll probably get better responses in a DotNet NG

    - this NG is mainly 'Classic VB'

    Comment

    • Rick

      #3
      Re: Inserting PictureBox picture into Word document

      What's a good .NET newsgroup?

      "J French" <erewhon@nowher e.com> wrote in message
      news:3fb61b0e.2 74067052@news.b tclick.com...[color=blue]
      > On Sat, 15 Nov 2003 02:44:47 -0800, "Rick" <unknown@unknow n.com>
      > wrote:
      >[color=green]
      > >How do I go about doing this? Basically I have a field where the user
      > >inputs a doctors name, a field where the user inputs the doctors bio, and
      > >then a picturebox where they select an image from their hard disk. I[/color][/color]
      need[color=blue][color=green]
      > >all this info to be saved into a Word template, but I'm not sure how to[/color][/color]
      do[color=blue][color=green]
      > >it.
      > >
      > >I program in C++, but I have had some experience with VB.
      > >
      > >BTW, I am using .NET[/color]
      >
      > You'll probably get better responses in a DotNet NG
      >
      > - this NG is mainly 'Classic VB'[/color]


      Comment

      • dfg

        #4
        Re: Inserting PictureBox picture into Word document

        Rick wrote:
        [color=blue]
        > What's a good .NET newsgroup?
        >
        > "J French" <erewhon@nowher e.com> wrote in message
        > news:3fb61b0e.2 74067052@news.b tclick.com...
        >[color=green]
        >>On Sat, 15 Nov 2003 02:44:47 -0800, "Rick" <unknown@unknow n.com>
        >>wrote:
        >>
        >>[color=darkred]
        >>>How do I go about doing this? Basically I have a field where the user
        >>>inputs a doctors name, a field where the user inputs the doctors bio, and
        >>>then a picturebox where they select an image from their hard disk. I[/color][/color]
        >
        > need
        >[color=green][color=darkred]
        >>>all this info to be saved into a Word template, but I'm not sure how to[/color][/color]
        >
        > do
        >[color=green][color=darkred]
        >>>it.
        >>>
        >>>I program in C++, but I have had some experience with VB.
        >>>
        >>>BTW, I am using .NET[/color]
        >>
        >>You'll probably get better responses in a DotNet NG
        >>
        >>- this NG is mainly 'Classic VB'[/color]
        >
        >[/color]

        microsoft.publi c.dotnet.langua ges.vb might help

        Comment

        • Rick Rothstein

          #5
          Re: Inserting PictureBox picture into Word document

          > What's a good .NET newsgroup?

          This is my standard answer for anyone posting a .NET question in a VB
          Classic newsgroup (although I note that the devx server recently posted an
          announcement they will be moving to a web-based forum soon)...

          Almost everybody in this newsgroup is using VB6 or lower. While you may get
          a stray answer to VB.NET questions here, you should ask them in newsgroups
          devoted exclusively to .NET programming. Look for newsgroups with either the
          word "dotnet" or "vsnet" in their name.

          For the microsoft news server, try these newsgroups...

          microsoft.publi c.dotnet.genera l
          microsoft.publi c.dotnet.langua ges.vb
          microsoft.publi c.vsnet.general

          For the news.devx.com news server, try these

          vb.dotnet.discu ssion
          vb.dotnet.techn ical

          There are some others, but these should get you started.

          Rick - MVP


          Comment

          Working...