Click here to Skip to main content
15,889,992 members
Home / Discussions / C#
   

C#

 
GeneralTransfer String from Class to Form Pin
epfuller16-Jun-05 11:02
epfuller16-Jun-05 11:02 
GeneralRe: Transfer String from Class to Form Pin
Kevin C Ferron16-Jun-05 12:42
Kevin C Ferron16-Jun-05 12:42 
Generalwebbrowser javascript error handling/disabling Pin
astroflake16-Jun-05 8:50
astroflake16-Jun-05 8:50 
GeneralRe: webbrowser javascript error handling/disabling Pin
Judah Gabriel Himango16-Jun-05 10:20
sponsorJudah Gabriel Himango16-Jun-05 10:20 
GeneralConvert Grpahic object to Image object Pin
Sasuko16-Jun-05 8:00
Sasuko16-Jun-05 8:00 
GeneralRe: Convert Grpahic object to Image object Pin
DavidNohejl16-Jun-05 8:31
DavidNohejl16-Jun-05 8:31 
GeneralRe: Convert Grpahic object to Image object Pin
Sasuko16-Jun-05 8:35
Sasuko16-Jun-05 8:35 
GeneralRe: Convert Grpahic object to Image object Pin
DavidNohejl16-Jun-05 8:46
DavidNohejl16-Jun-05 8:46 
And you write it *where* with Graphics object?
Usualy you do that like:
Image img = new Image();
using( Graphics g = Graphics.FromImage( img ) )
{
g.DrawLine(...)
.. // draw everything you want
}

pictureBox1.Image = img;

and all that drawing will be applied to that image. ( I hope Smile | :) )

David
GeneralRe: Convert Grpahic object to Image object Pin
Sasuko16-Jun-05 8:56
Sasuko16-Jun-05 8:56 
GeneralRe: Convert Grpahic object to Image object Pin
DavidNohejl16-Jun-05 15:33
DavidNohejl16-Jun-05 15:33 
GeneralRe: Convert Grpahic object to Image object Pin
Sasuko17-Jun-05 6:28
Sasuko17-Jun-05 6:28 
GeneralDraw a rect of image inside a part of picturebox Pin
Sasuko16-Jun-05 7:23
Sasuko16-Jun-05 7:23 
GeneralRe: Draw a rect of image inside a part of picturebox Pin
MoustafaS16-Jun-05 7:50
MoustafaS16-Jun-05 7:50 
GeneralRe: Draw a rect of image inside a part of picturebox Pin
Sasuko16-Jun-05 7:55
Sasuko16-Jun-05 7:55 
GeneralRe: Draw a rect of image inside a part of picturebox Pin
MoustafaS16-Jun-05 7:58
MoustafaS16-Jun-05 7:58 
GeneralRe: Draw a rect of image inside a part of picturebox Pin
Alomgir Miah16-Jun-05 7:56
Alomgir Miah16-Jun-05 7:56 
GeneralRe: Draw a rect of image inside a part of picturebox Pin
Sasuko16-Jun-05 8:14
Sasuko16-Jun-05 8:14 
GeneralRe: Draw a rect of image inside a part of picturebox Pin
Sasuko16-Jun-05 9:18
Sasuko16-Jun-05 9:18 
GeneralAdvanced problem Pin
snouto16-Jun-05 7:18
snouto16-Jun-05 7:18 
GeneralRe: Advanced problem Pin
nemopeti16-Jun-05 7:55
nemopeti16-Jun-05 7:55 
GeneralRe: Advanced problem Pin
DavidNohejl16-Jun-05 8:38
DavidNohejl16-Jun-05 8:38 
GeneralGeneric GDI+ error Pin
Alomgir Miah16-Jun-05 7:01
Alomgir Miah16-Jun-05 7:01 
GeneralRe: Generic GDI+ error Pin
Michael Potter16-Jun-05 8:45
Michael Potter16-Jun-05 8:45 
GeneralRe: Generic GDI+ error Pin
Alomgir Miah16-Jun-05 9:49
Alomgir Miah16-Jun-05 9:49 
GeneralValidating user login Pin
Guinness4Strength16-Jun-05 6:16
Guinness4Strength16-Jun-05 6:16 

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.