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.
3 Posted Topics
Hi I am trying to fill a combobox with the files from a FileListBox the code i am using is [CODE]Private Sub Form_Load() File1.Path "C:\Images" File1.Refresh If File1.ListCount > 0 Then For i = File1.ListCount To -1 Combo1.AddItem File1.List(i) Next End If End Sub [/CODE] The FileListBox fills with the … | |
Re: HI Is this what you want to do Change this DTPicker value = "5/10/06" TO DTpicker.Value = "5/10/06 And This Text1.Text value should be "2006,05,10 TO Text1.Text = Format(Text1.Text, "yyyy/mm/dd") or which ever way around you want it if this is wrong can you give some more information please Alan | |
The End.