|
-
Feb 19th, 2003, 09:57 AM
#1
Thread Starter
Addicted Member
-
Feb 19th, 2003, 10:01 AM
#2
Sleep mode
this is not supported in VB but in C# .
-
Feb 19th, 2003, 10:10 AM
#3
Thread Starter
Addicted Member
Ok, how to do this in C#?
regards
-
Feb 19th, 2003, 10:19 AM
#4
Sleep mode
ok here is VB.NET way .I've not tried it though !
-
Feb 19th, 2003, 10:22 AM
#5
Sleep mode
ooops just forgot the link ! here you go .
-
Feb 19th, 2003, 10:27 AM
#6
Sleep mode
Originally posted by janis
Ok, how to do this in C#?
regards
easy .just type description of your namespace or class or void between <summary> and </summary>
VB Code:
namespace NameFormats
{
///<summary>
///this name space contains one void that prints first , middle ,
///last names in differentformats
///</summary>
class PrintNames
{
///<summary>
///this void takes first , middle , last names
///inputfrom the user and
///print them in variant orders
///</summary>
.
.
.
} //end void
}// end class
}
-
Feb 19th, 2003, 11:49 AM
#7
Thread Starter
Addicted Member
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
|