Click here to Skip to main content
16,012,061 members
Home / Discussions / C#
   

C#

 
AnswerRe: call an opener form method Pin
fjdiewornncalwe5-Jan-11 7:05
professionalfjdiewornncalwe5-Jan-11 7:05 
AnswerRe: call an opener form method Pin
Paladin20005-Jan-11 7:33
Paladin20005-Jan-11 7:33 
JokeRe: call an opener form method Pin
fjdiewornncalwe5-Jan-11 9:32
professionalfjdiewornncalwe5-Jan-11 9:32 
AnswerRe: call an opener form method Pin
Paladin20005-Jan-11 7:39
Paladin20005-Jan-11 7:39 
QuestionGet image from resource Pin
csrss5-Jan-11 1:38
csrss5-Jan-11 1:38 
AnswerRe: Get image from resource Pin
RaviRanjanKr5-Jan-11 1:51
professionalRaviRanjanKr5-Jan-11 1:51 
AnswerRe: Get image from resource Pin
JF20155-Jan-11 1:54
JF20155-Jan-11 1:54 
GeneralRe: Get image from resource Pin
csrss5-Jan-11 2:31
csrss5-Jan-11 2:31 
Thanks guys, that clarified a few things.
Most important thing here for me is to make this work:

IntPtr hResource = ResImage.FindResource(hModule, "zzz.jpg", "JPEG");

I am trying to implement custom background image drawing from memory (cached image) in C# so the app will not flicker when its 2000 X 1000 px bkg image plus 100 of controls on a form. The only method i know is the only by using win32 API (already implemented in c++ project) but here i need a valid "hResource" parameter to pass to my native dll to do the job.
IS it possible to achieve? Maybe you know some ways? thanks in advance
011011010110000101100011011010000110100101101110
0110010101110011

QuestionGetting Permisions Pin
Wamuti4-Jan-11 23:13
Wamuti4-Jan-11 23:13 
AnswerRe: Getting Permisions [modified] Pin
RaviRanjanKr4-Jan-11 23:53
professionalRaviRanjanKr4-Jan-11 23:53 
AnswerRe: Getting Permisions PinPopular
Luc Pattyn5-Jan-11 2:45
sitebuilderLuc Pattyn5-Jan-11 2:45 
GeneralRe: Getting Permisions Pin
Wamuti8-Jan-11 3:21
Wamuti8-Jan-11 3:21 
GeneralRe: Getting Permisions Pin
Luc Pattyn8-Jan-11 3:29
sitebuilderLuc Pattyn8-Jan-11 3:29 
Generaltest (just ignore) Pin
Luc Pattyn13-Jan-11 9:39
sitebuilderLuc Pattyn13-Jan-11 9:39 
Generaltest (just ignore) Pin
Luc Pattyn13-Jan-11 9:39
sitebuilderLuc Pattyn13-Jan-11 9:39 
Generaltest (just ignore) [modified] Pin
Luc Pattyn13-Jan-11 9:40
sitebuilderLuc Pattyn13-Jan-11 9:40 
Generaltest (just ignore) Pin
Luc Pattyn13-Jan-11 9:56
sitebuilderLuc Pattyn13-Jan-11 9:56 
QuestionQuiz Application In c#.net Pin
varun.g4-Jan-11 23:03
varun.g4-Jan-11 23:03 
AnswerRe: Quiz Application In c#.net Pin
JF20154-Jan-11 23:16
JF20154-Jan-11 23:16 
GeneralRe: Quiz Application In c#.net Pin
varun.g4-Jan-11 23:33
varun.g4-Jan-11 23:33 
GeneralRe: Quiz Application In c#.net Pin
JF20155-Jan-11 2:05
JF20155-Jan-11 2:05 
GeneralRe: Quiz Application In c#.net Pin
varun.g5-Jan-11 16:48
varun.g5-Jan-11 16:48 
QuestionbackgroundWorker Pin
arkiboys4-Jan-11 22:34
arkiboys4-Jan-11 22:34 
AnswerRe: backgroundWorker Pin
JF20154-Jan-11 22:39
JF20154-Jan-11 22:39 
AnswerRe: backgroundWorker Pin
Pete O'Hanlon4-Jan-11 22:41
mvePete O'Hanlon4-Jan-11 22:41 

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.