Click here to Skip to main content
15,906,626 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: Solve the Error Pin
EliottA24-Dec-08 2:45
EliottA24-Dec-08 2:45 
QuestionChild window stuck behind parent window Pin
Kevnar22-Dec-08 10:28
Kevnar22-Dec-08 10:28 
AnswerRe: Child window stuck behind parent window Pin
Dave Kreskowiak22-Dec-08 11:07
mveDave Kreskowiak22-Dec-08 11:07 
GeneralRe: Child window stuck behind parent window Pin
andy_p26-Mar-10 4:32
andy_p26-Mar-10 4:32 
GeneralRe: Child window stuck behind parent window Pin
Dave Kreskowiak26-Mar-10 13:50
mveDave Kreskowiak26-Mar-10 13:50 
GeneralRe: Child window stuck behind parent window Pin
andy_p27-Mar-10 7:44
andy_p27-Mar-10 7:44 
Questionhow to store the image Pin
Anup_Debnath21-Dec-08 19:14
Anup_Debnath21-Dec-08 19:14 
AnswerRe: how to store the image Pin
Thomas Stockwell22-Dec-08 6:23
professionalThomas Stockwell22-Dec-08 6:23 
You will have to embed the image into the applicaiton as an 'EmbeddedResource'. After which you can assign the image to a picturebox through reflection. To guide you in the right direction, look into the following class/method.

System.Reflection.Assembly.GetManifestedResourceStream("relative file stream, look up documentation")

Regards,
Thomas Stockwell

Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.

Visit my Blog

GeneralRe: how to store the image Pin
Anup_Debnath22-Dec-08 18:11
Anup_Debnath22-Dec-08 18:11 
AnswerRe: how to store the image Pin
Giorgi Dalakishvili22-Dec-08 6:28
mentorGiorgi Dalakishvili22-Dec-08 6:28 
GeneralRe: how to store the image Pin
Anup_Debnath22-Dec-08 18:12
Anup_Debnath22-Dec-08 18:12 
GeneralRe: how to store the image Pin
Giorgi Dalakishvili22-Dec-08 18:43
mentorGiorgi Dalakishvili22-Dec-08 18:43 
QuestionClose web browser control Pin
raja baireddy21-Dec-08 18:52
raja baireddy21-Dec-08 18:52 
GeneralRe: Close web browser control Pin
Luc Pattyn22-Dec-08 2:27
sitebuilderLuc Pattyn22-Dec-08 2:27 
GeneralRe: Close web browser control Pin
raja baireddy23-Dec-08 1:34
raja baireddy23-Dec-08 1:34 
GeneralRe: Close web browser control Pin
Luc Pattyn23-Dec-08 1:51
sitebuilderLuc Pattyn23-Dec-08 1:51 
GeneralRe: Close web browser control Pin
raja baireddy23-Dec-08 2:44
raja baireddy23-Dec-08 2:44 
QuestionFont (.ttf) file gets locked after rendering - can't delete! Pin
Senator Scratch21-Dec-08 9:11
Senator Scratch21-Dec-08 9:11 
AnswerRe: Font (.ttf) file gets locked after rendering - can't delete! Pin
EliottA21-Dec-08 15:56
EliottA21-Dec-08 15:56 
GeneralRe: Font (.ttf) file gets locked after rendering - can't delete! Pin
Senator Scratch22-Dec-08 12:31
Senator Scratch22-Dec-08 12:31 
GeneralRe: Font (.ttf) file gets locked after rendering - can't delete! Pin
EliottA22-Dec-08 13:07
EliottA22-Dec-08 13:07 
AnswerRe: Font (.ttf) file gets locked after rendering - can't delete! Pin
Eddy Vluggen16-Jan-09 4:56
professionalEddy Vluggen16-Jan-09 4:56 
AnswerRe: Font (.ttf) file gets locked after rendering - can't delete! Pin
Senator Scratch17-Jan-09 9:41
Senator Scratch17-Jan-09 9:41 
Questionneed to disable special key Pin
Anup_Debnath19-Dec-08 19:32
Anup_Debnath19-Dec-08 19:32 
AnswerRe: need to disable special key Pin
Giorgi Dalakishvili19-Dec-08 23:08
mentorGiorgi Dalakishvili19-Dec-08 23:08 

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.