News

In C/C++, we can use the backslash escape sequence to create a string with any embedded ASCII code.<BR><BR>",\x09" is a string with a comma followed by an unprintable character whose ASCII code is ...
I have been trying to use the Me.Hide() in all sorts of places, starting with the HandleCreated event. However, I cannot seem to get my program to start hidden! Basically, it starts hidden and then is ...