Click here to Skip to main content
15,917,793 members
Home / Discussions / C#
   

C#

 
AnswerRe: AppDomain and unloading assemblies Pin
David Stone11-Oct-05 11:09
sitebuilderDavid Stone11-Oct-05 11:09 
GeneralRe: AppDomain and unloading assemblies Pin
mirano11-Oct-05 12:11
mirano11-Oct-05 12:11 
GeneralRe: AppDomain and unloading assemblies Pin
David Stone11-Oct-05 12:36
sitebuilderDavid Stone11-Oct-05 12:36 
GeneralRe: AppDomain and unloading assemblies Pin
leppie11-Oct-05 16:25
leppie11-Oct-05 16:25 
GeneralRe: AppDomain and unloading assemblies Pin
mirano11-Oct-05 21:50
mirano11-Oct-05 21:50 
AnswerRe: AppDomain and unloading assemblies Pin
S. Senthil Kumar12-Oct-05 19:33
S. Senthil Kumar12-Oct-05 19:33 
QuestionWindows Services - Launching an application/DLL Pin
DumpsterJuice11-Oct-05 9:27
DumpsterJuice11-Oct-05 9:27 
AnswerRe: Windows Services - Launching an application/DLL Pin
Tom Larsen11-Oct-05 10:45
Tom Larsen11-Oct-05 10:45 
QuestionCheck the active tasks Pin
ventomito11-Oct-05 8:36
ventomito11-Oct-05 8:36 
AnswerRe: Check the active tasks Pin
Dave Kreskowiak11-Oct-05 9:43
mveDave Kreskowiak11-Oct-05 9:43 
QuestionOpening External Applications Pin
budidharma11-Oct-05 8:00
budidharma11-Oct-05 8:00 
AnswerRe: Opening External Applications Pin
XRaheemX11-Oct-05 8:07
XRaheemX11-Oct-05 8:07 
QuestionConfusion on how Firewall works Pin
chettu11-Oct-05 7:56
chettu11-Oct-05 7:56 
AnswerRe: Confusion on how Firewall works Pin
XRaheemX11-Oct-05 8:04
XRaheemX11-Oct-05 8:04 
GeneralRe: Confusion on how Firewall works Pin
chettu11-Oct-05 8:41
chettu11-Oct-05 8:41 
GeneralRe: Confusion on how Firewall works Pin
Guffa11-Oct-05 9:20
Guffa11-Oct-05 9:20 
QuestionBitmap Comparison Pin
budidharma11-Oct-05 7:54
budidharma11-Oct-05 7:54 
AnswerRe: Bitmap Comparison Pin
Robert Rohde11-Oct-05 8:24
Robert Rohde11-Oct-05 8:24 
No there are no predefined functions. But both algorithms should be fearly easy to implement. Its just about looping through two images and comparing their pixel values. To access those the easiest method are the Get/SetPixel methods of the Bitmap class, but they are very slow. For faster processing you will need some code. Have a look at these articles. Part 1 already shows how to go unsafe into a Bitmap but the other parts probably give you some more insight.
AnswerRe: Bitmap Comparison Pin
Roger Alsing11-Oct-05 21:49
Roger Alsing11-Oct-05 21:49 
QuestionCan u help? I need to save data from label to file on hard drive Pin
evrastil11-Oct-05 7:26
evrastil11-Oct-05 7:26 
AnswerRe: Can u help? I need to save data from label to file on hard drive Pin
XRaheemX11-Oct-05 7:29
XRaheemX11-Oct-05 7:29 
GeneralRe: Can u help? I need to save data from label to file on hard drive Pin
David Stone11-Oct-05 7:30
sitebuilderDavid Stone11-Oct-05 7:30 
GeneralRe: Can u help? I need to save data from label to file on hard drive Pin
XRaheemX11-Oct-05 7:34
XRaheemX11-Oct-05 7:34 
GeneralRe: Can u help? I need to save data from label to file on hard drive Pin
evrastil11-Oct-05 7:46
evrastil11-Oct-05 7:46 
GeneralRe: Can u help? I need to save data from label to file on hard drive Pin
XRaheemX11-Oct-05 7:58
XRaheemX11-Oct-05 7: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.