Click here to Skip to main content
15,911,030 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: combine two custom controls Pin
Tom Deketelaere15-Jul-09 23:53
professionalTom Deketelaere15-Jul-09 23:53 
GeneralRe: combine two custom controls Pin
MA Awan16-Jul-09 7:32
MA Awan16-Jul-09 7:32 
GeneralRe: combine two custom controls Pin
Tom Deketelaere16-Jul-09 7:51
professionalTom Deketelaere16-Jul-09 7:51 
GeneralRe: combine two custom controls Pin
MA Awan20-Jul-09 23:14
MA Awan20-Jul-09 23:14 
Questionmake a quary in dataset Pin
en.Mahdi15-Jul-09 22:00
en.Mahdi15-Jul-09 22:00 
AnswerRe: make a quary in dataset Pin
DaveAuld15-Jul-09 22:37
professionalDaveAuld15-Jul-09 22:37 
QuestionDropdown checklist control Pin
mistryshailesh15-Jul-09 21:32
mistryshailesh15-Jul-09 21:32 
QuestionCrystal report slow display Pin
mistryshailesh15-Jul-09 21:29
mistryshailesh15-Jul-09 21:29 
AnswerRe: Crystal report slow display Pin
Tom Deketelaere16-Jul-09 3:50
professionalTom Deketelaere16-Jul-09 3:50 
QuestionDatagridview refresh with adhoc data added Pin
Phenneger15-Jul-09 11:40
Phenneger15-Jul-09 11:40 
AnswerRe: Datagridview refresh with adhoc data added Pin
Mycroft Holmes15-Jul-09 19:36
professionalMycroft Holmes15-Jul-09 19:36 
GeneralRe: Datagridview refresh with adhoc data added Pin
Phenneger27-Jul-09 6:39
Phenneger27-Jul-09 6:39 
Questionhow to loop through the data in excel Pin
veon cheng15-Jul-09 5:31
veon cheng15-Jul-09 5:31 
AnswerRe: how to loop through the data in excel Pin
David Mujica15-Jul-09 7:06
David Mujica15-Jul-09 7:06 
GeneralRe: how to loop through the data in excel Pin
veon cheng15-Jul-09 17:16
veon cheng15-Jul-09 17:16 
GeneralRe: how to loop through the data in excel Pin
helelark12315-Jul-09 19:02
helelark12315-Jul-09 19:02 
GeneralCreate new Workbook Pin
David Mujica16-Jul-09 2:59
David Mujica16-Jul-09 2:59 
GeneralRe: Create new Workbook Pin
veon cheng16-Jul-09 15:59
veon cheng16-Jul-09 15:59 
GeneralRe: Create new Worksheet Pin
David Mujica17-Jul-09 2:47
David Mujica17-Jul-09 2:47 
Questionvery faster method instead of getpixel and setpixel method Pin
Mortezai15-Jul-09 2:08
Mortezai15-Jul-09 2:08 
AnswerRe: very faster method instead of getpixel and setpixel method Pin
Christian Graus15-Jul-09 2:35
protectorChristian Graus15-Jul-09 2:35 
AnswerRe: very faster method instead of getpixel and setpixel method Pin
Luc Pattyn15-Jul-09 3:46
sitebuilderLuc Pattyn15-Jul-09 3:46 
Hi,

if all you need the new image for is showing it on screen, you should not spend any time creating such image, just consider using a Graphics.DrawImage with InterpolationMode.NearestNeighbor

to get it completely correct you probably also have to perform a Graphics.Translate() over half a pixel in both x and y!

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

GeneralRe: very faster method instead of getpixel and setpixel method Pin
Christian Graus15-Jul-09 3:51
protectorChristian Graus15-Jul-09 3:51 
GeneralRe: very faster method instead of getpixel and setpixel method Pin
Luc Pattyn15-Jul-09 4:13
sitebuilderLuc Pattyn15-Jul-09 4:13 
GeneralRe: very faster method instead of getpixel and setpixel method Pin
Mortezai21-Aug-09 7:53
Mortezai21-Aug-09 7:53 

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.