Problem with dot net (Window forms) user control in Vb6 application
-
Hi! I'm using a Windows form user control in a Vb6 application. I'm having some problems while using the control in Vb6 application. 1. I'm not able to set the value of a combo box in the user control programmatically. i.e At the run time I'm running some code which is not setting the value of the combo box in the Vb6 form. 2. When I click on some Vb6 control on the form then user control gets hidden. I'm adding the user control dynamically at run time. 3. Some module level variable were not able to retain there values in the user control but when I changed them to "Shared type" they were able to retain their values. Similarly progress bar is not able to retain its property values. I tried searching on the net but could not find any suiable solution.Any kind of help is appreciated. Thanks
Don't Quit
-
Hi! I'm using a Windows form user control in a Vb6 application. I'm having some problems while using the control in Vb6 application. 1. I'm not able to set the value of a combo box in the user control programmatically. i.e At the run time I'm running some code which is not setting the value of the combo box in the Vb6 form. 2. When I click on some Vb6 control on the form then user control gets hidden. I'm adding the user control dynamically at run time. 3. Some module level variable were not able to retain there values in the user control but when I changed them to "Shared type" they were able to retain their values. Similarly progress bar is not able to retain its property values. I tried searching on the net but could not find any suiable solution.Any kind of help is appreciated. Thanks
Don't Quit
What does this have to do with the .NET Framework?
only two letters away from being an asset
-
What does this have to do with the .NET Framework?
only two letters away from being an asset