![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Code Samples & Tips Share your recent discoveries and ideas with other users. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
This should do it:
Code:
Sub Globals
'Declare the global variables here.
End Sub
Sub App_Start
RetrieveFiles("Images.Dat")
End Sub
Sub RetrieveFiles (file)
FileOpen(c,file,cRandom)
bin.New1(c,false)
num = bin.ReadInt32 'read the number of images.
For i = 1 To num
bin.RetrieveFile("file" & num & ".dat")
Next
FileClose(c)
End Sub
|
|
||||
|
This is a bug that will be fixed in the next version.
For now you can use one of the workarounds mentioned in this thread: Image problem with ImageButtons |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| retrieve images and index | lux1963 | Questions & Help Needed | 3 | 05-18-2008 02:42 PM |
| Embed your images into a .DAT file with this builder | Oran | Share Your Creations | 28 | 05-15-2008 10:58 AM |
| Embed images in the exe | alfcen | Basic4ppc Wishlist | 2 | 03-22-2008 12:46 PM |
| Exe embedded data file and, Icon personalisation. | dan kabestan | Questions & Help Needed | 3 | 01-15-2008 12:08 PM |
| Large Txt or data file | tcgoh | Questions & Help Needed | 4 | 05-29-2007 02:37 AM |