... And if you'r good with VB you can also be good with C# (they both belong to the .NET FrameWork) and in both languages you have Designer (to design the window) that's why you can just do per example (C#)string money = textBox1.Text;
char* buffer = "3";
int value = atoi(buffer);
printf( "Value of Buffer: %X\n", value );
Copyright © 2026, NextGenUpdate.
All Rights Reserved.