Click here to Skip to main content
16,008,010 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Save and load from .txt file Pin
Christian Graus27-Mar-06 8:47
protectorChristian Graus27-Mar-06 8:47 
Generalproblem solve!! ya huuuuuuuu Pin
campbells27-Mar-06 17:57
campbells27-Mar-06 17:57 
QuestionInternet explorer script error!!!! Pin
Hari Om Prakash Sharma27-Mar-06 0:38
Hari Om Prakash Sharma27-Mar-06 0:38 
AnswerRe: Internet explorer script error!!!! Pin
Dave Kreskowiak27-Mar-06 6:04
mveDave Kreskowiak27-Mar-06 6:04 
QuestionCreate Image object from Graphics object - how? Pin
nzmike26-Mar-06 23:26
nzmike26-Mar-06 23:26 
AnswerRe: Create Image object from Graphics object - how? Pin
Guffa26-Mar-06 23:35
Guffa26-Mar-06 23:35 
GeneralRe: Create Image object from Graphics object - how? Pin
nzmike27-Mar-06 19:51
nzmike27-Mar-06 19:51 
AnswerRe: Create Image object from Graphics object - how? Pin
Guffa30-Mar-06 0:57
Guffa30-Mar-06 0:57 
You can't use a Graphics object instead of an image. A graphics object doesn't have any canvas of it's own, it just draws on other stuff, like a Bitmap object or the screen. When you create a graphics object for an image, you don't convert the image into a graphics object, you just set the graphics up for drawing on the image. As the graphics object doesn't hold any image data itself, it can't be converted into an image.

There is no problem in sharing the same image object between several controls. You only have to invalidate all the controls that use the image for any changes in the image to show up in the controls.

---
b { font-weight: normal; }

QuestionDate by Week nr? Pin
Snowjim26-Mar-06 22:45
Snowjim26-Mar-06 22:45 
AnswerRe: Date by Week nr? Pin
sathish s27-Mar-06 0:58
sathish s27-Mar-06 0:58 
GeneralRe: Date by Week nr? Pin
Snowjim27-Mar-06 19:18
Snowjim27-Mar-06 19:18 
GeneralRe: Date by Week nr? Pin
Snowjim27-Mar-06 19:19
Snowjim27-Mar-06 19:19 
GeneralRe: Date by Week nr? Pin
Snowjim27-Mar-06 19:19
Snowjim27-Mar-06 19:19 
GeneralRe: Date by Week nr? Pin
sathish s27-Mar-06 19:57
sathish s27-Mar-06 19:57 
Questionlogon times Pin
denis7426-Mar-06 22:37
denis7426-Mar-06 22:37 
AnswerRe: logon times Pin
Dave Kreskowiak27-Mar-06 5:52
mveDave Kreskowiak27-Mar-06 5:52 
GeneralRe: logon times Pin
denis7428-Mar-06 0:18
denis7428-Mar-06 0:18 
GeneralRe: logon times Pin
Dave Kreskowiak28-Mar-06 2:53
mveDave Kreskowiak28-Mar-06 2:53 
QuestionIO stream and arabic Pin
illusionFinder26-Mar-06 22:24
illusionFinder26-Mar-06 22:24 
AnswerRe: IO stream and arabic Pin
albCode26-Mar-06 22:36
albCode26-Mar-06 22:36 
AnswerRe: IO stream and arabic Pin
Guffa26-Mar-06 22:51
Guffa26-Mar-06 22:51 
GeneralRe: IO stream and arabic Pin
illusionFinder26-Mar-06 22:59
illusionFinder26-Mar-06 22:59 
AnswerRe: IO stream and arabic Pin
Guffa26-Mar-06 23:27
Guffa26-Mar-06 23:27 
Questionaccess Pin
rsb00526-Mar-06 22:02
rsb00526-Mar-06 22:02 
GeneralPlz specify Pin
Vikrant Badhai26-Mar-06 22:52
Vikrant Badhai26-Mar-06 22:52 

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.