'Form Code
Private Sub form_load()
Dim s As String
Close #1
rtbChat.BackColor = vbBlack
rtbChat.Font.Size = 8
lvChannel.View = lvwSmallIcon
AddChat &H99CC00, "Welcome to Lost.Bot v1.0 Test Edition by Krush[LM]"
frmChat.KeyPreview = True
frmChat.Caption =...
Could someone look at my project and help me fix the code so that it runs again? I don't know what I changed. Reply so I could send it to you. It can't get past the first part when it runs. You'll see what I mean.
This is what i have so far for the StringToLong()
int StringLen( char src[] )
{
int len = 0;
while( src[len] )
len++;
return len;
}
int StringSpn( char str[], char set[] )
{
int i = 0;
int j = 0;
int found = 0;
while( str[i] )
{
while( (set[j] != '\0') && (str[i] != set[j]) )
{...
I was wanting to make a Flash for my website and I wanted to know where would be a good free place to get started on this?
And after I get the software I'm mostly likely going to need some help in using it. :-D
Could someone show me the correct way to implement the following functions in C?
double StringToDouble(char src[]);
// StringToDouble converts a number stored in the string src to its floating-point representation, if possible
long StringToLong (char src[]);
// StringToLong works like...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.