User (Legacy) Posted December 18, 2003 Report Share Posted December 18, 2003 How asing a picture to "Chart.bkpicture" in execution time?? Sample : Public Sub Command1_Click() ChartFx.bkPicture=picture1.picture End Sub I hava a Error number 91 in Visual Basic. Thanks Quote Link to comment Share on other sites More sharing options...
Software FX Posted December 18, 2003 Report Share Posted December 18, 2003 Public Sub Command1_Click() Set ChartFx.bkPicture=picture1.picture End Sub -- FP Software FX, Inc. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.