Click here to Skip to main content
15,921,548 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: selecting a data in flexgrid Pin
superwinsock29-Mar-04 23:49
superwinsock29-Mar-04 23:49 
GeneralRe: selecting a data in flexgrid Pin
GaryKoh30-Mar-04 0:44
GaryKoh30-Mar-04 0:44 
GeneralRe: selecting a data in flexgrid Pin
superwinsock30-Mar-04 1:15
superwinsock30-Mar-04 1:15 
GeneralRe: selecting a data in flexgrid Pin
GaryKoh30-Mar-04 2:11
GaryKoh30-Mar-04 2:11 
GeneralRe: selecting a data in flexgrid Pin
superwinsock30-Mar-04 3:12
superwinsock30-Mar-04 3:12 
GeneralRe: selecting a data in flexgrid Pin
GaryKoh31-Mar-04 16:17
GaryKoh31-Mar-04 16:17 
Questiondoable in .net? Pin
KamWaf29-Mar-04 5:31
KamWaf29-Mar-04 5:31 
AnswerRe: doable in .net? Pin
Zlosk29-Mar-04 6:03
Zlosk29-Mar-04 6:03 
I think all you need to do is set the InterpolationMode to Bicubic instead of Default.

Example:
e.Graphics.InterpolationMode = Drawing.Drawing2D.InterpolationMode.Bicubic
e.Graphics.DrawImage(bmpImage, destRect, srcRect, GraphicsUnit.Pixel)

Look up InterpolationMode in the help for all of the different modes.

To not know is bad.
To not wish to know is worse.
GeneralRe: doable in .net? Pin
KamWaf29-Mar-04 7:32
KamWaf29-Mar-04 7:32 
GeneralVB6 date vs SQL Server date Pin
gpa200029-Mar-04 2:13
gpa200029-Mar-04 2:13 
GeneralRe: VB6 date vs SQL Server date Pin
Anonymous29-Mar-04 7:47
Anonymous29-Mar-04 7:47 
GeneralRe: VB6 date vs SQL Server date Pin
Guerven30-Mar-04 1:44
Guerven30-Mar-04 1:44 
GeneralRe: VB6 date vs SQL Server date Pin
gpa200030-Mar-04 12:33
gpa200030-Mar-04 12:33 
GeneralRe: VB6 date vs SQL Server date Pin
jonathan151-Apr-04 3:28
jonathan151-Apr-04 3:28 
GeneralFTP address decode from packet Pin
Anoop Kumar28-Mar-04 23:59
Anoop Kumar28-Mar-04 23:59 
GeneralReverse engineering Pin
Emma S28-Mar-04 22:18
Emma S28-Mar-04 22:18 
GeneralRe: Reverse engineering Pin
Colin Angus Mackay29-Mar-04 0:06
Colin Angus Mackay29-Mar-04 0:06 
GeneralRe: Reverse engineering Pin
Dave Kreskowiak29-Mar-04 1:52
mveDave Kreskowiak29-Mar-04 1:52 
GeneralCustom Control UI Pin
Guerven28-Mar-04 22:14
Guerven28-Mar-04 22:14 
GeneralRe: Custom Control UI Pin
Dave Kreskowiak29-Mar-04 2:05
mveDave Kreskowiak29-Mar-04 2:05 
GeneralRe: Custom Control UI Pin
Guerven30-Mar-04 1:40
Guerven30-Mar-04 1:40 
GeneralBinding Objects Pin
ibok2328-Mar-04 16:02
ibok2328-Mar-04 16:02 
GeneralRe: Binding Objects Pin
Randy S28-Mar-04 16:12
Randy S28-Mar-04 16:12 
GeneralRe: Binding Objects Pin
Guerven28-Mar-04 22:29
Guerven28-Mar-04 22:29 
GeneralRe: Binding Objects Pin
ibok2329-Mar-04 4:23
ibok2329-Mar-04 4:23 

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.