I�m not sure exactly what NI-488.2 function you are using, but I�m currently using a wrapper around the GPIB-32 functions. In C#.Net, I have declared IBRD( ) to return a string called buffer. I can then display this string as AaronK discussed � textBox1.Text = buffer. If your return value isn�t a string, you can use the ToString( ) method as shown below:
// C#.net
int number = 1;
textBox1.Text = number.ToString();
Does this help? Good luck!
Regards,
Nate D
Application Engineer
National Instruments