Forum: Visual Basic 4 / 5 / 6 Jan 15th, 2009 |
| Replies: 2 Views: 470 http://www.daniweb.com/forums/thread117895.html |
Forum: Visual Basic 4 / 5 / 6 Dec 23rd, 2008 |
| Replies: 2 Views: 460 In Form1
Private Sub CustemersList_DblClick()
Form2.Comand1_Click()
End Sub
In Form2
Public Sub Command1_Click()
'Your Code Here
End Sub |
Forum: Visual Basic 4 / 5 / 6 Dec 4th, 2008 |
| Replies: 2 Views: 470 u can use Hierarchical FlexGrid or FlexGrid control to display the data.
See the following link for example.
http://kbalertz.com/223073/MSHFlexGrid-Invalid.aspx |
Forum: Visual Basic 4 / 5 / 6 Dec 3rd, 2008 |
| Replies: 2 Views: 916 see the following link
http://forum.cheatengine.org/viewtopic.php?p=2018703
http://vbcity.com/forums/faq.asp?fid=6&cat=Forms |
Forum: Visual Basic 4 / 5 / 6 Nov 21st, 2008 |
| Replies: 1 Views: 836 http://vbcity.com/forums/topic.asp?tid=64171
http://stackoverflow.com/questions/229404/ignored-columns-using-vb6-to-extract-from-excel |
Forum: Visual Basic 4 / 5 / 6 Nov 21st, 2008 |
| Replies: 1 Views: 1,181 http://www.a1vbcode.com/snippet-4135.asp
http://www.developerfusion.com/forum/thread/28348/
http://www.eggheadcafe.com/community/aspnet/8/10009179/set-parameter-values-to-c.aspx
I hope it... |
Forum: Visual Basic 4 / 5 / 6 Nov 20th, 2008 |
| Replies: 9 Views: 2,926 u can also use CheckedListBox control.
see the following link. I hope it will help u.
http://msdn.microsoft.com/en-us/library/2yc9d57t.aspx |