No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
'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 …
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 …
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 …
'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 …
The End.
billmaster