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
Ranked #4K
~570 People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for watkins6878

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 …

Member Avatar for watkins6878
0
168
Member Avatar for russell214

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

Member Avatar for Comatose
-1
241
Member Avatar for kdee

The End.