Search results for query: *

  1. V

    Referencing DLLS

    I have a project (startup) that references a dll (test.dll) Basically when the project starts it opens the startup form and creates a instance of the dll so : Dim Test as new testdll and so on..... then it opens a form in test.dll (so 2 forms so far.....) The problem I am having is that...
  2. V

    Fixing GUID for vb.net app

    I would like to know how to fix the guid for a application, so I dont have to adjust .net trusts when I deplay a new app to the server. thanks.:mad:
  3. V

    XML Reading from Varialble NOT file.

    I have a xml string in a variable and I want to get it into a dataset or datatable without having a txt file involved?
  4. V

    VB.NET and Powerpoint

    do u have a link to it ?
  5. V

    How to parse XML data and insert to DataSet?

    I have a xml string in a variable and I want to get it into a dataset or datatable without having a txt file involved?
  6. V

    VB.NET and Powerpoint

    Hello All I am developing a vb app that will sit on multipul pcs and open a powerpoint file at the same time on each pc (remotely). so I can using: Dim oPP As Microsoft.Office.Interop.PowerPoint.ApplicationClass Dim oPresSet As Microsoft.Office.Interop.PowerPoint.Presentations Dim oPres As...
Back
Top