Click here to Skip to main content
15,886,919 members
Home / Discussions / C#
   

C#

 
QuestionC# Active Directory Services Pin
Member 80737426-Oct-16 8:43
Member 80737426-Oct-16 8:43 
QuestionC# ActiveDirectory Services Pin
Member 80737426-Oct-16 8:41
Member 80737426-Oct-16 8:41 
QuestionStitching Together Thousands Of Bitmaps Pin
JBHowl20-Oct-16 6:26
JBHowl20-Oct-16 6:26 
AnswerRe: Stitching Together Thousands Of Bitmaps Pin
OriginalGriff20-Oct-16 6:53
mveOriginalGriff20-Oct-16 6:53 
AnswerRe: Stitching Together Thousands Of Bitmaps Pin
Midi_Mick20-Oct-16 6:54
professionalMidi_Mick20-Oct-16 6:54 
AnswerRe: Stitching Together Thousands Of Bitmaps Pin
Gerry Schmitz20-Oct-16 7:45
mveGerry Schmitz20-Oct-16 7:45 
AnswerRe: Stitching Together Thousands Of Bitmaps Pin
Eddy Vluggen20-Oct-16 10:55
professionalEddy Vluggen20-Oct-16 10:55 
AnswerRe: Stitching Together Thousands Of Bitmaps Pin
Pete O'Hanlon20-Oct-16 21:18
mvePete O'Hanlon20-Oct-16 21:18 
You physically can't create a bitmap that size. As you're, presumably, wanting to appear as though the image is stitched when scrolling, you need to actually allocate a bitmap area that is about twice the size of the visible viewport (this is roughly how things like Google maps handles their images). As you scroll around, you will display the area that you have preloaded - when you get near the edge of the viewport, discard a load of these bitmap images from the opposite (invisible) side of the viewport and load in more on the side you can see. If you think of them as tiles, you should get the idea of how to do this.
This space for rent

AnswerRe: Stitching Together Thousands Of Bitmaps Pin
JBHowl21-Oct-16 3:26
JBHowl21-Oct-16 3:26 
GeneralRe: Stitching Together Thousands Of Bitmaps Pin
Eddy Vluggen21-Oct-16 3:50
professionalEddy Vluggen21-Oct-16 3:50 
GeneralRe: Stitching Together Thousands Of Bitmaps Pin
Midi_Mick21-Oct-16 14:40
professionalMidi_Mick21-Oct-16 14:40 
AnswerRe: Stitching Together Thousands Of Bitmaps Pin
Luc Pattyn21-Oct-16 13:52
sitebuilderLuc Pattyn21-Oct-16 13:52 
QuestionThere is no ViewData item of type 'IEnumerable<SelectListItem>' that has the key 'SelectedClientList'. Pin
amioni19-Oct-16 23:30
amioni19-Oct-16 23:30 
AnswerRe: There is no ViewData item of type 'IEnumerable<SelectListItem>' that has the key 'SelectedClientList'. Pin
Richard MacCutchan20-Oct-16 1:35
mveRichard MacCutchan20-Oct-16 1:35 
AnswerRe: There is no ViewData item of type 'IEnumerable<SelectListItem>' that has the key 'SelectedClientList'. Pin
Gerry Schmitz20-Oct-16 5:02
mveGerry Schmitz20-Oct-16 5:02 
QuestionInterface structure Pin
Mycroft Holmes19-Oct-16 17:38
professionalMycroft Holmes19-Oct-16 17:38 
AnswerRe: Interface structure Pin
Midi_Mick19-Oct-16 19:12
professionalMidi_Mick19-Oct-16 19:12 
GeneralRe: Interface structure Pin
Mycroft Holmes19-Oct-16 20:32
professionalMycroft Holmes19-Oct-16 20:32 
AnswerRe: Interface structure Pin
Midi_Mick19-Oct-16 21:32
professionalMidi_Mick19-Oct-16 21:32 
AnswerRe: Interface structure Pin
Pete O'Hanlon19-Oct-16 21:04
mvePete O'Hanlon19-Oct-16 21:04 
AnswerRe: Interface structure Pin
puneetdhawan200020-Oct-16 0:25
puneetdhawan200020-Oct-16 0:25 
AnswerRe: Interface structure Pin
Nathan Minier20-Oct-16 1:11
professionalNathan Minier20-Oct-16 1:11 
GeneralRe: Interface structure Pin
Mycroft Holmes20-Oct-16 12:53
professionalMycroft Holmes20-Oct-16 12:53 
GeneralRe: Interface structure Pin
Eddy Vluggen21-Oct-16 0:37
professionalEddy Vluggen21-Oct-16 0:37 
GeneralRe: Interface structure Pin
Nathan Minier21-Oct-16 1:09
professionalNathan Minier21-Oct-16 1:09 

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.