Click here to Skip to main content
15,887,083 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
QuestionStoring and retreiving rich text from MySQL in VB.net Pin
evilson15-Jul-09 1:28
evilson15-Jul-09 1:28 
AnswerRe: Storing and retreiving rich text from MySQL in VB.net Pin
Christian Graus15-Jul-09 1:30
protectorChristian Graus15-Jul-09 1:30 
GeneralRe: Storing and retreiving rich text from MySQL in VB.net Pin
evilson15-Jul-09 1:56
evilson15-Jul-09 1:56 
GeneralRe: Storing and retreiving rich text from MySQL in VB.net Pin
Christian Graus15-Jul-09 2:36
protectorChristian Graus15-Jul-09 2:36 
GeneralMessage Removed Pin
15-Jul-09 2:39
evilson15-Jul-09 2:39 
GeneralRe: Storing and retreiving rich text from MySQL in VB.net Pin
Christian Graus15-Jul-09 2:51
protectorChristian Graus15-Jul-09 2:51 
AnswerRe: Storing and retreiving rich text from MySQL in VB.net Pin
Luc Pattyn15-Jul-09 2:11
sitebuilderLuc Pattyn15-Jul-09 2:11 
GeneralRe: Storing and retreiving rich text from MySQL in VB.net Pin
evilson15-Jul-09 2:19
evilson15-Jul-09 2:19 
GeneralRe: Storing and retreiving rich text from MySQL in VB.net Pin
Luc Pattyn15-Jul-09 2:27
sitebuilderLuc Pattyn15-Jul-09 2:27 
GeneralRe: Storing and retreiving rich text from MySQL in VB.net Pin
Dave Kreskowiak15-Jul-09 5:13
mveDave Kreskowiak15-Jul-09 5:13 
GeneralRe: Storing and retreiving rich text from MySQL in VB.net Pin
evilson15-Jul-09 20:51
evilson15-Jul-09 20:51 
QuestionHow To Store String As ComboBox's ItemData ? Pin
nadeem200315-Jul-09 1:14
nadeem200315-Jul-09 1:14 
AnswerRe: How To Store String As ComboBox's ItemData ? Pin
Christian Graus15-Jul-09 1:25
protectorChristian Graus15-Jul-09 1:25 
JokeRe: How To Store String As ComboBox's ItemData ? PinPopular
Tom Deketelaere15-Jul-09 1:59
professionalTom Deketelaere15-Jul-09 1:59 

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.