PDA

Click to See Complete Forum and Search --> : OK Maybe I asked this wrong


Technocrat
Dec 11th, 2000, 04:19 PM
Since no one responed to my question on my last post I am going to try and ask this differently. Lets say you have a form with an edit box. How do you get a string from a function in a different class (Than Form/Window/APP) to that edit box? Can you give me an example? Please this is making me crazy.

Thanks

rekcus
Dec 15th, 2000, 02:24 AM
I believe a most simple way to do that is to load the string to a global char. Then run a

SetDlgItemText(hWnd, IDC_EDIT, strGlobal);