|
-
Jan 21st, 2003, 10:28 PM
#1
Thread Starter
Lively Member
Windows type explorer sample?
Anyone have a sample app that has the look and feel of windows explorer? Been searching around and found one, but it is so huge and complicated!
12/32/84 - I need some code to make me a sandwhich.
-
Jan 21st, 2003, 11:14 PM
#2
do you want something to use in your app? or do you want to know how it works?
because I think whatever you get should be a little complicated (if it's well written )
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Jan 21st, 2003, 11:41 PM
#3
Thread Starter
Lively Member
Well I was hoping for something that I can use in my app. I have one that I wrote. But I cant quite figure out how to make the folders in the listview clickable(So I can access them). I was hoping to find an example that shows how this is done.
I have to admit I am really learning alot. And the grey hairs I keep getting dont bother me cause I just keep ripping them out along with all my others.
12/32/84 - I need some code to make me a sandwhich.
-
Jan 22nd, 2003, 12:48 AM
#4
What do you mean 'clickable'? What is it you are trying to do?
-
Jan 22nd, 2003, 06:39 PM
#5
Thread Starter
Lively Member
I mean accessible. When I click on a dir nothing happens. Same with files. With the files I figure I can just use: Process.Start("Filename.ext") but Im not sure how to go about opening the directories in the listview. Is it the simular to a treeview(explorer type)?
12/32/84 - I need some code to make me a sandwhich.
-
Jan 22nd, 2003, 07:19 PM
#6
You can open the folders the same way, just put the path instead of the filename and they will open in the real windows explorer.
Process.Start("c:\")
-
Jan 23rd, 2003, 01:36 AM
#7
Sleep mode
try this ,
hope this helps !
-
Jan 23rd, 2003, 01:45 AM
#8
Sleep mode
http://www.c-sharpcorner.com/Code/20...inExplorer.asp this is exact solution but in C# . Don't worry it can be easily converted to VB.NET.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|