|
-
May 4th, 2002, 05:00 PM
#1
-
May 5th, 2002, 02:43 PM
#2
*bump*
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!!
-
May 5th, 2002, 03:23 PM
#3
compile your app as a win32 app and the console window wont even come up.
-
May 5th, 2002, 03:37 PM
#4
-
May 6th, 2002, 08:36 AM
#5
well you have three..well actually 4...things you can compile to.
exe-a standard console exe..you can still show windows forms.
dll - A library..duh
winexe- a windows exe with console windows.
module - some kind of assembly you can patch into your app.
the first 1 is the default compile and when you run your exe a conole window comes up. Now I dont understand why Visual Studio does this one by default if you create a windows form project(maybe it does maybe it doesnt. I cant be sure as I dont use VS) but if you look for the project properties, see if their is an option for what the compile target is and makle sure it is winexe not just exe.
This is all dependent of course on that I understood what you are asking.
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
|