I want to Load user controls at run-time. To do this I have created control arrays at design-time (e.g. UCtrl(0)). The problem is at run-time the new controls (e.g. UCtrl(1)) drop into the container of the original (e.g. UCtrl(0)) - in this case a PictureBox - and I cannot move it to any other...
Hi all,
I've got a dialog. when it displays, I want to check the info loaded and warn the user if some of the data is bad (e.g. invalid directory). Doing this check while the dialog is constructing results in the error message popping up first, then the dialog (after the uer acknowledges the...
I have a large Fortran DLL that works fine as an console app. When I call it through VB it punts during a large allocate() call with an Out of Stack Space error. Does VB have any intrinsic stack limitations that C++/Fortran doesn't? Any ideas? Thanks in advance.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.