Click here to Skip to main content
15,888,047 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Read Encrypted email with vb.net and outlook automation Pin
Jon_Boy1-Dec-08 7:20
Jon_Boy1-Dec-08 7:20 
GeneralRe: Read Encrypted email with vb.net and outlook automation Pin
pathogen29-Jan-09 9:47
pathogen29-Jan-09 9:47 
GeneralRe: Read Encrypted email with vb.net and outlook automation Pin
led mike29-Jan-09 10:20
led mike29-Jan-09 10:20 
QuestionWMV video splitting into playable videos Pin
Rahul598426-Nov-08 1:04
Rahul598426-Nov-08 1:04 
AnswerRe: WMV video splitting into playable videos Pin
Mark Salsbery26-Nov-08 5:47
Mark Salsbery26-Nov-08 5:47 
QuestionTAPI Pin
Udara Priyankara25-Nov-08 18:48
Udara Priyankara25-Nov-08 18:48 
AnswerRe: TAPI Pin
Dave Kreskowiak26-Nov-08 4:20
mveDave Kreskowiak26-Nov-08 4:20 
Questionpls help Pin
Umangj25-Nov-08 12:01
Umangj25-Nov-08 12:01 
Heyy, I want to alter an image. jus need to change color of some pixels in an image. What i m doing is this:


FileStream f = new FileStream("d:\\puzzlesolver\\puzzle\\piece" + i.ToString() + ".jpg", FileMode.Open, FileAccess.ReadWrite);
Bitmap bmp = new Bitmap(f);
f.Close();
bmp.SetPixel(n, j, Color.IndianRed);


[note]: n,j are within the cordinates of the image.

but after running the code successfully m not able to change the color of the pixels...What am i doing wrong here?? pls help....
AnswerRe: pls help Pin
Dave Kreskowiak25-Nov-08 15:15
mveDave Kreskowiak25-Nov-08 15:15 
Question[Message Deleted] Pin
swapnil_bhanagle25-Nov-08 7:26
swapnil_bhanagle25-Nov-08 7:26 
AnswerRe: Help For Win32 Appl Pin
Dave Kreskowiak25-Nov-08 8:25
mveDave Kreskowiak25-Nov-08 8:25 
GeneralRe: Help For Win32 Appl Pin
swapnil_bhanagle25-Nov-08 10:01
swapnil_bhanagle25-Nov-08 10:01 
GeneralRe: Help For Win32 Appl Pin
Dave Kreskowiak25-Nov-08 10:51
mveDave Kreskowiak25-Nov-08 10:51 
GeneralRe: Help For Win32 Appl Pin
swapnil_bhanagle25-Nov-08 18:00
swapnil_bhanagle25-Nov-08 18:00 
GeneralRe: Help For Win32 Appl Pin
Pete O'Hanlon25-Nov-08 22:27
mvePete O'Hanlon25-Nov-08 22:27 
GeneralRe: Help For Win32 Appl Pin
Dave Kreskowiak26-Nov-08 4:04
mveDave Kreskowiak26-Nov-08 4:04 
AnswerRe: Help For Win32 Appl [modified] Pin
Alan N26-Nov-08 6:10
Alan N26-Nov-08 6:10 
QuestionVb.Net Win Appl Need Help for deplovment Pin
swapnil_bhanagle25-Nov-08 6:35
swapnil_bhanagle25-Nov-08 6:35 
AnswerRe: Vb.Net Win Appl Need Help for deplovment Pin
Jon_Boy25-Nov-08 6:57
Jon_Boy25-Nov-08 6:57 
GeneralRe: Vb.Net Win Appl Need Help for deplovment Pin
swapnil_bhanagle25-Nov-08 7:12
swapnil_bhanagle25-Nov-08 7:12 
GeneralRe: Vb.Net Win Appl Need Help for deplovment Pin
Jon_Boy26-Nov-08 2:39
Jon_Boy26-Nov-08 2:39 
Questionhelp needed pls Pin
Umangj25-Nov-08 1:47
Umangj25-Nov-08 1:47 
AnswerRe: help needed pls Pin
Dave Kreskowiak25-Nov-08 3:22
mveDave Kreskowiak25-Nov-08 3:22 
GeneralRe: help needed pls Pin
Umangj25-Nov-08 4:04
Umangj25-Nov-08 4:04 
GeneralRe: help needed pls Pin
Luc Pattyn25-Nov-08 4:15
sitebuilderLuc Pattyn25-Nov-08 4:15 

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.