Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Favorite Forums

4 Posted Topics

Member Avatar for Member #734952

'Simple example of adding controls dynamically at runtime. 'Be sure a CommandButton with name = "Command1" and Index=0 is on the form prior to running code. [Code] Private Sub Command1_Click(Index As Integer) MsgBox "This command button's index in the array is " & Index & "." End Sub Private Sub …

Member Avatar for billmaster
0
2K
Member Avatar for billmaster

Complicated question with simple answer I hope? I have an executable compiled using vb5. When installed on user's machine, I get an error when first form is displayed. The error is due to MSVBVM50.dll no being present or registered. In order to prevent this error being raised, can I perform …

Member Avatar for vb5prgrmr
0
144
Member Avatar for P.manidas

Hi P.manidas, This sample code may be just a starting point: form1 allows drawing of signature and saving to file, form2 redraws signature. Obviously, this is a rough example, but from here, you could let your imagination run wild. All things are possible, just a matter of how much time …

Member Avatar for billmaster
0
237
Member Avatar for craigallansmith

'Create Blank form 'Add a List control and change the style property to "checkbox" 'Add Command Button 'Place you mdbFile in the apps path 'then set the values for YourMdbFile and YourTableName 'Run and click command1 'The function GetUserSelectStr will create an SQL Select String you can then pass 'to …

Member Avatar for billmaster
0
849

The End.