Search results for query: *

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

    Question List Files without matching .pdf (abc123.doc and abc123.pdf) in same directory

    Hi, I wonder if somebody could point me in the right direction. I have an 'In' folder that users drop all different types of files into (.doc, .xls, .rtf, .pdf etc.). Each file that gets dropped into the 'In' folder should have a matching .pdf file (i.e. abc123.doc and abc123.pdf) I have a...
  2. G

    Question Force Unload DLL

    Hi, I wonder if someone can help me. I have an application that loads a dll. This dll that is loaded calls and loads other dll's as it sees fit based on the filetype my apllication is dealing with. One of these DLL's 'PDFFILT.dll' (Adobe PDF IFilter dll) is not unloading itself after it has...
  3. G

    export Listview to Excel

    Hi there, I have a problem that I hope somebody can help with. I have a button on my form which creates an instance of Excel and exports a ListView to an Excel Workbook - This all works perfectly. Occasionally when I exit my application I get the following error 'The instruction at...
  4. G

    Question Repopulate DataGridView after connecting to a new .mdb

    Hi there, I wonder if somebody could please point me in the right direction. I have a form which has a DataGridView on it. The DataGridView is populated with data from an MS access database on 'form load' with no problems. I have another form (frmSettings) which allows a user to modify...
  5. G

    Question DataView Row Color

    Hi there, I wonder if somebody could please help me. I am looping through a column in a DataView. What I would like to do is to change the default BackColor of the row if my criteria is met (i.e. the current cell contains a particular string). I can loop through the DataView without any...
  6. G

    Question If ArrayList contains string remove it from new ArrayList

    Hi there, I wonder if somebody could please help.... I have an arraylist (arrFirstArry) which I use to populate another arraylist (arrNoDuplicates) preventing any duplicates from being added. This works fine. What I would also like my code to do is prevent adding any partial values which may...
  7. G

    Search specific named column in DataGridView

    Hi there, I wonder if anybody can help me.... I am looping through a DataGridView and checking the returned string value (strTag) against another string I have (strMyString). My problem is that I have several columns, but I only want to iterate through the Column Named 'TAG_NUMBER'. Here is...
  8. G

    If String contains String Pattern return Value

    Hi there, I wonder if somebody could help me here... I am struggling to extract a 'matched' string and wonder if I am missing something simple. I have the following scenario.... Let's say my code finds a string.... 'abcdefgh -john.smith 1234567 a123-a-123-f the last search, abc, 123 ;' I am...
  9. G

    Question C# to VB.NET for IFilter

    Hi there, I am new to this site and also new to C# and VB.NET. I am proficient in Visual Basic, but I think I need to use .net and move with the times to achieve what I want. I am trying to write an application which extracts text from documents (.doc, .pdf, .xls etc. etc) using IFilter. I...
Back
Top