If then C#?
Do you need something made? then ask in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
8 posts
Page 1 of 1
how can i write these?
and how can i write vbnewline or whatever it is
and how can i write vbnewline or whatever it is

Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that 

Code: Select all
NOTE : you should use == for boolean , if you use 1 = , this means you set the text if(this.text == "lol")
{
//do your thing here :P
}
//elseif :
if(this.text == "lol")
{
//do your thing
}else
if(this.text == "lolol")
{
//do something else
}
new line :
Code: Select all
just place "\n" in your string"Hey after this , there will be a new line \n This is the other line :D"
if you want to display something with \ , place 2x \, "\\n" for example , a path , "D:\\Users\\Me\\Documents\\lol.txt"
EDIT: sorry for not using
Code: Select all
, was to lazy :P
If you want the equivilent for vbCrLf then that will be "\r\n".
You could also declare a string starting with @ to include single backslash characters.
You could also declare a string starting with @ to include single backslash characters.
the @ sign is normally used in file paths tbh.
If your going to start learning C# I hope it goes all well... i've been learning C# for about 11 months and and I will admit at first its not so good but it gets better. So far I'm learning pointers I can create ciphers and encryption's along with ansyc sockets with a complex client and server so if you need help with anything just send me a PM.
If your going to start learning C# I hope it goes all well... i've been learning C# for about 11 months and and I will admit at first its not so good but it gets better. So far I'm learning pointers I can create ciphers and encryption's along with ansyc sockets with a complex client and server so if you need help with anything just send me a PM.
Bound and boom tech,
The Future Of Coding
The Future Of Coding
paralyzer wrote:the @ sign is normally used in file paths tbh.well so far all ive made is a message box generator
If your going to start learning C# I hope it goes all well... i've been learning C# for about 11 months and and I will admit at first its not so good but it gets better. So far I'm learning pointers I can create ciphers and encryption's along with ansyc sockets with a complex client and server so if you need help with anything just send me a PM.

Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that 

zachman61 wrote:Here are some good idea's for you to learn programmingparalyzer wrote:the @ sign is normally used in file paths tbh.well so far all ive made is a message box generator
If your going to start learning C# I hope it goes all well... i've been learning C# for about 11 months and and I will admit at first its not so good but it gets better. So far I'm learning pointers I can create ciphers and encryption's along with ansyc sockets with a complex client and server so if you need help with anything just send me a PM.
A calculator
A notepad
A ftp uploader
A Downloader
A System info program
A Game :P
An archiver (a little more difficult)
A Paint applications
and more but the ideas aren't there right now :P
I might try the notepad 

Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that 

8 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023