|
-
Nov 15th, 2002, 11:51 PM
#1
how can I select directories only with filedialog?
I dont want the user to see any files, and just to select directories from the file dialog
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!!
-
Nov 16th, 2002, 03:42 PM
#2
Frenzied Member
You cant. you have to use the API for that, but there is good news. The update for VS.NET (Everett) has a control just for that.
Dont gain the world and lose your soul
-
Nov 16th, 2002, 04:27 PM
#3
PowerPoster
You don't have to use the API. Here is one example of how to do it.
http://www.planet-source-code.com/vb...=705&lngWId=10
-
Nov 16th, 2002, 07:01 PM
#4
tnx
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!!
-
Nov 17th, 2002, 11:33 AM
#5
Frenzied Member
That example is indeed using the API.
Dont gain the world and lose your soul
-
Nov 17th, 2002, 01:04 PM
#6
PowerPoster
hmm, maybe I posted the wrong one then...I have an example that I ported from VB to C#, I don't remember any API calls....
I will look for it.
-
Nov 17th, 2002, 01:10 PM
#7
PowerPoster
I knew I did one without the API. Check my posts on this thread. I included a zip file that has the code. It is in C# though, but there is a link in the same post as my code that goes to a planet source code version that is in VB.Net.
http://www.vbforums.com/showthread.p...hreadid=207777
-
Nov 17th, 2002, 01:28 PM
#8
Frenzied Member
Dont gain the world and lose your soul
-
Nov 17th, 2002, 02:11 PM
#9
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
|