hi,
works almost as I need it....it places the "otherinfo" in the second column, BUT it places it in the next line...
this is the whole function I'm using...
Dim fle As String
Dim filename As String
Dim lvi As New ListViewItem()
For Each fle In...
hi, i get an error with this...is there a mistake in it ?
Private Sub lvMedia_DoubleClick(ByVal sender As Object, ByVal e As System.EventArgs) Handles lvMedia.DoubleClick
Dim strFilename As String
Dim FileToPlay As String
Dim strAppPath As String
FileToPlay...
hi,
works perfectly...but, how can I display the fileinfo in another column ??? the filenames are all displayed in the first column and I need to display the fileinfo in another one...
Mike
Hey thanx, that's pretty good...but would be good to know, HOW MANY Files are in that folder (path) because I need to display them in a ListView...and I think that only works with this:
for i = 0 To NumberOfFiles
ListView1.Items.Add(files(i))
next
MIke
Well it still sais that the object reference is not set to an instance of an object.
What can I do about it...
code looks now like this:
[COLOR=red]hFile = FindFirstFile(StartPath & "\" & File & ControlChars.NullChar, FileData)color]
And it also didn't work without the...
HI,
I got this error above in the this code:
hFile = FindFirstFile(StartPath & "\" & File & vbNullChar, FileData)
Please help me, I'm new to .NET
Mike
Well, I did as you said but
FIRST:
I set a breakpoint at the Form1_Load function and it didn't arrive...
SECOND:
There is nothing in the Stack trace....
AND:
It's an unknown Module...
Thanx for help...
Mike
hi,
i checked for breakpoints but there weren't any...but could you tell me what 'runaway recursion" is ???
And what's that "cantrols can fire" ???
Thanx for help.
Mike
Hi,
I tried to compile my vb.NET program and it displays this error:
An unhandled exception of type 'System.StackOverflowException' occurred in Unknown Module.
Fatal stack overflow error.
If I try to see the error, it says:
There is no source code available for the current location
So, how...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.