Search results for query: *

  • Users: g000we
  • Content: Threads
  • Order by date
  1. G

    Frustrated with XML into a dataset to read

    Frustrated with extracting XML node information Hello, I am having issues with loading a string which contains XML into a xml document then reading the node. The XML I get back looks something like this.. <?xml version="1.0" encoding="ISO-8859-1" ?> <answer details="(&apos;03/Sep/07...
  2. G

    Debug added module class

    Hello, I am wondering if any of you can help me! I have a vb.NET project with an added class library (different project). When I try to run the program (to debug) I get the attached message.. (Error message: "The following module was built either with optimizations enabled or without debug...
  3. G

    Solution to type word.application is undefined

    type word.application is undefined type word.mailmerge is undefined etc. I got these errors. I found adding.. (at the top, above procedures) ''UNKNOWN IF NECESSARY Imports System.Runtime.InteropServices Imports Microsoft.Office.Interop.Word Imports System.windows ..Then expand the...
  4. G

    Add a Handler with the procedure name in a string

    Hello, Does anyone here know how to call a procedure named in a string.. I have.. sub doThisClick(ByVal sender As System.Object, ByVal e As System.EventArgs) msgbox "Clicked!" end sub dim nameOfProc as String nameOfProc = "doThisClick" dim btnNew as new button addHandler btnNew.click...
Back
Top