Search results for query: *

  • Users: Mohit
  • Content: Threads
  • Order by date
  1. M

    VB.NET Excel Object Help

    public sub test() Dim eDoc As Excel.Workbook Clipboard.SetDataObject(eDoc.Application.Selection()) end sub Thats my code right now. All i am trying to do is store whatever the user has selected in the excel window, wether an image or a group of cells and store that into the...
  2. M

    Connecting to MS Access USing VB.NET

    Hi i'm doing this for the first time. I need to connect to a ms Access database titled "temp.mdb" and preform a select statment and display the results of the statment. Can someone please give me an example in code and discribe what components i have to use ? Thanks.
  3. M

    Hard Question in VB.NET -

    In VB.NET i'm using a AxWebBrowser to load a word/Excel document. However when i run the program it prompts the user at a "File Download" window. I don't want this window to appear, i want the files to open right away without the user choosing "Save", "Open", "Cancle" and "More Info". Am i...
  4. M

    How to embed a word document inside a rich text box in vb.NET

    Hey, I need some code examples on how to open/edit/save a word document inside of VB.NET in a rich Textbox. Any help is appreciated thanks.
Back
Top