Search results for query: *

  1. M

    2005 Express Edition: Multiline Textbox into Word Bookmark

    I've written a form where a user can enter in some information in a multi line text box. Well my program takes that info from the text box and pushes it to a Word Bookmark. Everything works great when the information is one line. But when a user uses the RETURN key in the Textbox it places...
  2. M

    copy folder content to other location

    Sweet!! That was pretty simple!! Now if all .net programming was that long of code..:) Thanks for the help!!
  3. M

    copy folder content to other location

    I gave this code a try and think I'm missing some references as I'm getting a lot of not declared values? I'm new to this .Net stuff so wondering how to identify from a string of code what references it needs? So this code for example how would a newbie identify the reference needed. Thanks...
  4. M

    Moving Files and Directories from one server to another server

    I've just tried this code out at well and I'm getting the same errors as noted about. Stating the access is denied? Its a fresh new blank folder that I just want to copy from C:\Source to C:\Destination. And I get access to C:\Source is denied? Is there a resource I need to add? P.S. I'm...
  5. M

    Form information from Combobox to string

    Sweet...The .text seemed to work out. I think I need to keep going through peoples examples to figure this out a little more. Thanks for the help!!
  6. M

    Form information from Combobox to string

    Yes, this is where I'm starting to find differences from VBA to VB.net. And where I'm getting most confused.
  7. M

    Form information from Combobox to string

    Yup, that did the trick!! I have Listboxes & Comboboxes. sorry. Thanks for the help!!
  8. M

    Form information from Combobox to string

    This is probably a super easy question, and I've searched the forms so I'm stuck probably because its so basic. Sorry. :confused: So I made a basic form, that I'm writing to an excel file. Well I enter the information into the Combobox hit my GO button to write the information to the excel...
  9. M

    VB.net write to Excel?

    Simple VB.net write to Excel sample? I'm very new to VB.net so please excuse me if I'm posting this in the wrong location. I'm hoping someone can get me started on a very very basic example here to get me started. What I want to do is create a form that a user can fill in two simple combo...
Back
Top