Click here to Skip to main content
15,895,538 members
Home / Discussions / C#
   

C#

 
QuestionI need C# code for sending and reading SMS using GSM modem Pin
Ifenna18-Feb-12 4:47
Ifenna18-Feb-12 4:47 
AnswerRe: I need C# code for sending and reading SMS using GSM modem Pin
Dave Kreskowiak18-Feb-12 4:55
mveDave Kreskowiak18-Feb-12 4:55 
QuestionHOWTO: HH.exe is NOT listed in the taskmgr.exe Pin
cyysoft17-Feb-12 17:07
cyysoft17-Feb-12 17:07 
AnswerRe: HOWTO: HH.exe is NOT listed in the taskmgr.exe Pin
Dave Kreskowiak17-Feb-12 17:14
mveDave Kreskowiak17-Feb-12 17:14 
AnswerRe: HOWTO: HH.exe is NOT listed in the taskmgr.exe Pin
Eddy Vluggen18-Feb-12 2:33
professionalEddy Vluggen18-Feb-12 2:33 
GeneralRe: HOWTO: HH.exe is NOT listed in the taskmgr.exe Pin
cyysoft18-Feb-12 13:11
cyysoft18-Feb-12 13:11 
GeneralRe: HOWTO: HH.exe is NOT listed in the taskmgr.exe Pin
Dave Kreskowiak18-Feb-12 15:47
mveDave Kreskowiak18-Feb-12 15:47 
QuestionModifying the Image Palette Pin
Shailesh H17-Feb-12 17:07
Shailesh H17-Feb-12 17:07 
I have a Format8bppIndexed image . I tried to modify the palette using the below code.


ColorPalette pal = bitmapImage.Palette;

for (int i = 0; i < pal.Entries.Length/2; i++)
pal.Entries[i] = Color.FromArgb(255, 255, 255);

bitmapImage.Palette = pal;

but the somehow this change in palette does not affect on the image when i save the Image using

bitmapImage.Save("filepath");

How do I make the change in palette affect the image.
AnswerRe: Modifying the Image Palette Pin
Ed Nutting19-Feb-12 0:04
Ed Nutting19-Feb-12 0:04 
QuestionWebServices Access Pin
vamsimohan2117-Feb-12 16:17
vamsimohan2117-Feb-12 16:17 
QuestionFacebook Data Upload Pin
Kevin Marois17-Feb-12 11:15
professionalKevin Marois17-Feb-12 11:15 
AnswerRe: Facebook Data Upload Pin
R. Giskard Reventlov17-Feb-12 12:15
R. Giskard Reventlov17-Feb-12 12:15 
Questionwhy Null value returns & crashes GetManifestResourceStream Pin
xchezhd17-Feb-12 11:03
xchezhd17-Feb-12 11:03 
AnswerRe: why Null value returns & crashes GetManifestResourceStream Pin
Richard Andrew x6417-Feb-12 16:12
professionalRichard Andrew x6417-Feb-12 16:12 
AnswerRe: why Null value returns & crashes GetManifestResourceStream Pin
Luc Pattyn18-Feb-12 6:14
sitebuilderLuc Pattyn18-Feb-12 6:14 
GeneralRe: why Null value returns & crashes GetManifestResourceStream Pin
Richard Andrew x6418-Feb-12 10:14
professionalRichard Andrew x6418-Feb-12 10:14 
AnswerRe: why Null value returns & crashes GetManifestResourceStream Pin
Luc Pattyn18-Feb-12 10:26
sitebuilderLuc Pattyn18-Feb-12 10:26 
GeneralRe: why Null value returns & crashes GetManifestResourceStream Pin
BobJanova19-Feb-12 23:24
BobJanova19-Feb-12 23:24 
GeneralRe: why Null value returns & crashes GetManifestResourceStream Pin
Luc Pattyn20-Feb-12 0:48
sitebuilderLuc Pattyn20-Feb-12 0:48 
AnswerRe: why Null value returns & crashes GetManifestResourceStream Pin
JimmeP20-Feb-12 4:03
JimmeP20-Feb-12 4:03 
QuestionC# App to Split Files Pin
stylez50017-Feb-12 9:40
stylez50017-Feb-12 9:40 
AnswerRe: C# App to Split Files Pin
Wes Aday17-Feb-12 10:16
professionalWes Aday17-Feb-12 10:16 
GeneralRe: C# App to Split Files Pin
stylez50017-Feb-12 12:39
stylez50017-Feb-12 12:39 
GeneralRe: C# App to Split Files Pin
Wes Aday17-Feb-12 12:48
professionalWes Aday17-Feb-12 12:48 
GeneralRe: C# App to Split Files Pin
Dave Kreskowiak17-Feb-12 17:07
mveDave Kreskowiak17-Feb-12 17:07 

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.