[Migrated content. Thread originally posted on 20 January 2012]
hi,im starting to get a windows error message saying "error creating window handle" and after some googlerling found the following:-
stackoverflow.com/.../winforms-issue-error-creating-window-handle
social.msdn.microsoft.com/.../
it mentions this code:-
dim index as integer
for index = ctlFLP.Controls.count -1 to 0 step -1
ctlFLP.Controls.Item(index).dispose()
next
But how do i cobolize it and where should i put it in my program.
pls help!
many thanks
neil.




