|
-
Jan 14th, 2004, 11:03 PM
#1
-
Jan 14th, 2004, 11:58 PM
#2
Frenzied Member
Public MySub(ByVal Name As String)
End Sub
-
Jan 14th, 2004, 11:59 PM
#3
Originally posted by DevGrp
Public MySub(ByVal Name As String)
End Sub
thanks
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 15th, 2004, 12:01 AM
#4
Frenzied Member
Is this homework
-
Jan 15th, 2004, 12:04 AM
#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!!
-
Jan 15th, 2004, 02:40 AM
#6
Sleep mode
This list is from MSDN Help . Check it out for more info .
VB Code:
'The As keyword introduces an As clause, which identifies a data type.
'The As keyword is used in these contexts:
Const Statement
Declare Statement
Delegate Statement
Dim Statement
Enum Statement
Event Statement
For...Next Statements
For Each...Next Statements
Function Statement
Property Statement
Sub Statement
Try...Catch...Finally Statements
-
Jan 15th, 2004, 02:43 AM
#7
Originally posted by Pirate
This list is from MSDN Help . Check it out for more info .
VB Code:
'The As keyword introduces an As clause, which identifies a data type.
'The As keyword is used in these contexts:
Const Statement
Declare Statement
Delegate Statement
Dim Statement
Enum Statement
Event Statement
For...Next Statements
For Each...Next Statements
Function Statement
Property Statement
Sub Statement
Try...Catch...Finally Statements
thanks pirate, sounds like I missed a couple of those, but I think my app if working now (kinda)
here's a screenshot. You just give it the solution file and it loads everything in a treeview. You can save it to a file too! hehe
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 15th, 2004, 02:47 AM
#8
Sleep mode
wow , it looks damn cool . Did that take you long and hard work (just wondering) ?
-
Jan 15th, 2004, 02:47 AM
#9
Originally posted by Pirate
wow , it looks damn cool . Did that take you long and hard work (just wondering) ?
made it today hehe thanks... dunno what I'm doing yet
umm btw about the hardwork-> there are too many recursive functions, that was annoying
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 15th, 2004, 02:55 AM
#10
-
Jan 15th, 2004, 03:00 AM
#11
-
Jan 15th, 2004, 03:21 AM
#12
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
|