Jump to content
Xtreme .Net Talk

Recommended Posts

Posted (edited)

Hi all,

 

I've got a class which, when called, will search through all of the files in a string array to process them. The problem is that the method should also take a pointer to a progressBar (for obvious reasons), but the UI doesn't even see the System.Windows part - I've tried implementing a 'Imports...' statement at the top of the class, but that won't even work. Any ideas?

 

Public Function addTexts(ByRef filePaths() As String, ByRef pcMain As System.Windows.Forms.ProgressBar) As Integer

Edited by CryoEnix
Chaos is merely logic beyond human comprehension

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...