|
-
Feb 11th, 2003, 04:30 PM
#1
Thread Starter
Hyperactive Member
Path Dir (should be easy this one)
hi,
in VB6 I could use app.path
but in .NET that isn't so..
how do I get the path of my app?
thanx
-
Feb 11th, 2003, 04:47 PM
#2
application.startuppath
something like that
there are like 3 good ways to get teh path, I always use that. Search the forum if that doesnt help, there are about 10000000 posts about this
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!!
-
Feb 11th, 2003, 04:49 PM
#3
Hyperactive Member
VB Code:
MsgBox(Windows.Forms.Application.ExecutablePath())
that will do the job
There's a certain mystique when I speak, that you notice that it's sorta unique, cause you know it's me
-
Feb 11th, 2003, 04:49 PM
#4
Hyperactive Member

bugger, cross posts, grrr...
-
Feb 11th, 2003, 05:00 PM
#5
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!!
-
Feb 12th, 2003, 01:37 PM
#6
Sleep mode
nobody mentioned this method
VB Code:
Imports System.IO
Path.---
-
Feb 12th, 2003, 05:25 PM
#7
Originally posted by pirate
nobody mentioned this method
VB Code:
Imports System.IO
Path.---
huh?
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!!
-
Feb 13th, 2003, 02:50 AM
#8
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
|