Click here to Skip to main content
15,890,717 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionCSLA Pin
Tauseef A25-May-08 18:49
Tauseef A25-May-08 18:49 
AnswerRe: CSLA Pin
just3ala226-May-08 0:29
just3ala226-May-08 0:29 
QuestionIs vb.net object oriented ? Pin
Mohammad Dayyan25-May-08 15:32
Mohammad Dayyan25-May-08 15:32 
AnswerRe: Is vb.net object oriented ? Pin
Alsvha25-May-08 19:33
Alsvha25-May-08 19:33 
AnswerRe: Is vb.net object oriented ? Pin
~Khatri Mitesh~25-May-08 20:11
~Khatri Mitesh~25-May-08 20:11 
GeneralRe: Is vb.net object oriented ? Pin
Mohammad Dayyan25-May-08 20:55
Mohammad Dayyan25-May-08 20:55 
AnswerRe: Is vb.net object oriented ? Pin
Dave Kreskowiak26-May-08 8:07
mveDave Kreskowiak26-May-08 8:07 
QuestionLarge image handling Pin
Rob Brookes25-May-08 7:24
Rob Brookes25-May-08 7:24 
If anyone can help with this I'd be grateful! Using VB.2008 express, I'm trying to improve my GPS tracking program by building in the ability to handle multiple large map tiles and tile them into one larger image. Previously I've used only a single map tile and let the program load the one on which the GPS plot is drawn, but there's now a need to scroll across a much larger area of the country. I've searched for code to handle this and come up with only one example which contains the line:-

bltImage = New Bitmap(8000, 8000, Imaging.PixelFormat.Format32bppPArgb)

The map tiles are then read from an array and drawn on the base image.

The '8000' values are mine as the map tiles I'm handling are 4000 pixels x 4000 pixels. I'd very much like to use a dynamic grid of 9 tiles held in the array, which requires the background image (bltImage) to be 12000 x 12000 (I'm assuming) If I use these values the code fails with either a 'Win32 error' or a 'Generic GDI+' error depending on the exact value I increase to. I can usually get away with 9000 x 9000 but I have no control over the original tile sizes and so must work in multiples of 4000. It appears not to matter which type of control I try and load the tiles into, a plain form, a picture box, or a modified version of the excellent image viewer designed by one of the contributors to this site. They all fail if the background image is increased in size to 12000 x 12000. If any can shed any light on where I'm going wrong.....

Thanks in anticipation.

Rob Brookes
AnswerRe: Large image handling Pin
Dave Kreskowiak26-May-08 8:06
mveDave Kreskowiak26-May-08 8:06 
GeneralRe: Large image handling Pin
Rob Brookes26-May-08 8:25
Rob Brookes26-May-08 8:25 
Question[Message Deleted] Pin
Kumaran21cen24-May-08 23:54
Kumaran21cen24-May-08 23:54 
AnswerRe: How to get files list from my website Pin
jzonthemtn25-May-08 14:02
jzonthemtn25-May-08 14:02 
QuestionCalender Control Pin
Sameer Khade24-May-08 20:37
Sameer Khade24-May-08 20:37 
AnswerRe: Calender Control Pin
helelark12324-May-08 21:08
helelark12324-May-08 21:08 
AnswerRe: Calender Control Pin
Piyush Vardhan Singh26-May-08 2:31
Piyush Vardhan Singh26-May-08 2:31 
QuestionConverting an inherited class into a wrapper? Pin
supercat924-May-08 8:44
supercat924-May-08 8:44 
AnswerRe: Converting an inherited class into a wrapper? Pin
Colin Angus Mackay24-May-08 9:45
Colin Angus Mackay24-May-08 9:45 
GeneralRe: Converting an inherited class into a wrapper? Pin
supercat924-May-08 13:24
supercat924-May-08 13:24 
GeneralRe: Converting an inherited class into a wrapper? Pin
theitmueller25-May-08 2:02
theitmueller25-May-08 2:02 
GeneralRe: Converting an inherited class into a wrapper? Pin
supercat925-May-08 12:04
supercat925-May-08 12:04 
AnswerRe: Converting an inherited class into a wrapper? Pin
Scott Dorman25-May-08 1:57
professionalScott Dorman25-May-08 1:57 
QuestionVB with crystal report problem Pin
monika_vasvani24-May-08 7:43
monika_vasvani24-May-08 7:43 
AnswerRe: VB with crystal report problem Pin
Mohammad Al Hoss25-May-08 23:45
Mohammad Al Hoss25-May-08 23:45 
GeneralRe: VB with crystal report problem Pin
monika_vasvani2-Jun-08 22:13
monika_vasvani2-Jun-08 22:13 
GeneralRe: VB with crystal report problem Pin
Mohammad Al Hoss3-Jun-08 2:40
Mohammad Al Hoss3-Jun-08 2:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.