Search results for query: *

  1. sheriffdaone

    How to count button's click number?

    i am tryin to reach all the controls those were created automaticly on run-time. But whenever i try to reach it i get an "NullReferenceException" error. Here is what i wrote in VB.NET code; Dim i As Integer = 0 While i <= ButtonClick myUpload = CType(pnlUpload.FindControl("upload_" +...
  2. sheriffdaone

    Error while counting the words in a word document

    Hi to everybody I am trying to count the words in a word document and i tried different ways and eventually found a way to count them but it gives me "COMException". VB.NET Source code look like this: Public Function reader(ByVal filename As String) As Boolean Dim saveFile As Object =...
  3. sheriffdaone

    How to work with Word document?

    Here is the question that i couldn't fix. I have to work with a word document and all i have to do is to pick up a word document on the hard disk but that file has its layout which is like this : John : blablablabla James: blablabla Mike : blablalbla and i have to catch the page numbers...
Back
Top