![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Questions & Help Needed Post any question regarding Basic4ppc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi,
I have an app where maps will be displayed. Before I show the map it will be stored in an imagelist an than displayed with the imagelib Code:
drawer.DrawImage1(ImageList1.Item(0),rectSrc.Value,rectDest.Value,false)
__________________
Thanks for all wolfgang ___________________ Desktop: Dual Core 3.0 GHz, XP SP3 Device: IPAQ 3970 WM 2003, Asus 632N WM5, HTC 3650 Cruise GPS: Clip-on Bluetooth, Navman 3000 |
|
|||
|
Hi agraham,
I have another reference to imagelist because I draw direct on this image. Reference is: Code:
track.New2(ImageList1.Item(0),B4PObject(5)) Code:
Sub btdel_Click
If Not(tbtrack.Text = "enter track") Then
If Msgbox("Delete current track/trace?","Delete",cMsgBoxYesNo,cMsgBoxQuestion) = cYes Then
ImageList1.Clear
ImageList1.Add(OpenDialog1.File)
track.New2(ImageList1.Item(0),B4PObject(5))
.
.
.
__________________
Thanks for all wolfgang ___________________ Desktop: Dual Core 3.0 GHz, XP SP3 Device: IPAQ 3970 WM 2003, Asus 632N WM5, HTC 3650 Cruise GPS: Clip-on Bluetooth, Navman 3000 |
|
|||
|
Thank you Erel,
that's what I'm looking for but I can't find it. Are there other undocumentd commands which would be very usefull? I'll give it a try.
__________________
Thanks for all wolfgang ___________________ Desktop: Dual Core 3.0 GHz, XP SP3 Device: IPAQ 3970 WM 2003, Asus 632N WM5, HTC 3650 Cruise GPS: Clip-on Bluetooth, Navman 3000 |
![]() |
| 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 |
| Dim memory usage | JamesC | Questions & Help Needed | 2 | 07-21-2008 09:09 AM |
| Performance vs Memory | RandomCoder | Questions & Help Needed | 4 | 02-10-2008 05:03 PM |
| Windows Vista and USB-memory | BjornF | Chit Chat | 3 | 01-12-2008 04:44 PM |
| How much memory remains? | willisgt | Questions & Help Needed | 1 | 12-05-2007 08:55 AM |
| Memory Usage | Scubaticus | Questions & Help Needed | 6 | 07-03-2007 06:37 PM |