Click here to Skip to main content
15,895,142 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionIn Win 2000 Pro , why can not permit one user have only right read all file in one folder Pin
dinhnq15-Nov-05 15:17
dinhnq15-Nov-05 15:17 
QuestionImage Editing Problems Pin
Mazitan15-Nov-05 13:57
Mazitan15-Nov-05 13:57 
AnswerRe: Image Editing Problems Pin
Christian Graus15-Nov-05 14:21
protectorChristian Graus15-Nov-05 14:21 
GeneralRe: Image Editing Problems Pin
Mazitan16-Nov-05 2:42
Mazitan16-Nov-05 2:42 
QuestionStretching BackgroundImage Pin
eagertolearn15-Nov-05 12:07
eagertolearn15-Nov-05 12:07 
AnswerRe: Stretching BackgroundImage Pin
Christian Graus15-Nov-05 12:53
protectorChristian Graus15-Nov-05 12:53 
GeneralRe: Stretching BackgroundImage Pin
eagertolearn15-Nov-05 16:08
eagertolearn15-Nov-05 16:08 
QuestionMatrix Transformations before rendering Pin
K. Shaffer15-Nov-05 8:43
K. Shaffer15-Nov-05 8:43 
I have a third-party DLL that I am importing into vb.net code that renders to a device context.

<psuedo>
Render(HDC, x, y, width, height, scale, rotation_angle)
</psuedo>

I like being able to use the matrix transformations of GDI+. This makes rotation and zooming and inheriting rotation and zooming easy.

However, if I use the graphics object of my drawing surface to change the transformation matrix, then pass the device context to the render function, the rotation does not take effect for the render function. I assume this is because the render function uses GDI and does not enter the GDI+ rendering pipeline.

I have tried drawing to a bitmap, then rendering the bitmap to my drawing surface, but at a significant reduction in quality.

Does any one have any ideas on how to improve on my work, or am I fighting a losing battle?

Kevin
Questiondisplaying search results Pin
JMS7615-Nov-05 7:07
JMS7615-Nov-05 7:07 
AnswerRe: displaying search results Pin
Guerven15-Nov-05 14:44
Guerven15-Nov-05 14:44 
GeneralRe: displaying search results Pin
JMS7616-Nov-05 5:55
JMS7616-Nov-05 5:55 
QuestionReferencing the selected ro in a DataGrid Pin
dptalt15-Nov-05 6:51
dptalt15-Nov-05 6:51 
AnswerRe: Referencing the selected ro in a DataGrid Pin
Guerven15-Nov-05 14:47
Guerven15-Nov-05 14:47 
AnswerRe: Referencing the selected ro in a DataGrid Pin
aseef15-Nov-05 21:45
aseef15-Nov-05 21:45 
GeneralRe: Referencing the selected ro in a DataGrid Pin
dptalt17-Nov-05 2:12
dptalt17-Nov-05 2:12 
QuestionCombobox issues Pin
lildragon15-Nov-05 6:36
lildragon15-Nov-05 6:36 
QuestionDisable the Windows Key Pin
Wilhelm-NA15-Nov-05 4:07
Wilhelm-NA15-Nov-05 4:07 
AnswerRe: Disable the Windows Key Pin
Dave Kreskowiak15-Nov-05 6:25
mveDave Kreskowiak15-Nov-05 6:25 
QuestionCSV file Pin
Dennis Huisman15-Nov-05 3:19
Dennis Huisman15-Nov-05 3:19 
AnswerRe: CSV file Pin
Christian Graus15-Nov-05 12:54
protectorChristian Graus15-Nov-05 12:54 
GeneralRe: CSV file Pin
Dennis Huisman15-Nov-05 19:16
Dennis Huisman15-Nov-05 19:16 
GeneralRe: CSV file Pin
Christian Graus16-Nov-05 12:15
protectorChristian Graus16-Nov-05 12:15 
QuestionHow to do Pin
minhbt_hitec15-Nov-05 2:50
minhbt_hitec15-Nov-05 2:50 
AnswerRe: How to do Pin
Christian Graus15-Nov-05 12:53
protectorChristian Graus15-Nov-05 12:53 
QuestionLast Post apply to VB.NET 2003 Pin
PatriceB15-Nov-05 1:58
PatriceB15-Nov-05 1:58 

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.