Click here to Skip to main content
16,010,351 members
Home / Discussions / C#
   

C#

 
GeneralRe: Sending email Pin
kpuneeth711-Mar-10 20:21
kpuneeth711-Mar-10 20:21 
GeneralRe: Sending email Pin
Rod Kemp11-Mar-10 20:43
Rod Kemp11-Mar-10 20:43 
GeneralRe: Sending email Pin
kpuneeth711-Mar-10 20:46
kpuneeth711-Mar-10 20:46 
Questionhow to open excel file for edit and save back into the same file. Pin
neodeaths11-Mar-10 15:52
neodeaths11-Mar-10 15:52 
AnswerRe: how to open excel file for edit and save back into the same file. Pin
Luc Pattyn11-Mar-10 16:42
sitebuilderLuc Pattyn11-Mar-10 16:42 
AnswerRe: how to open excel file for edit and save back into the same file. Pin
dybs13-Mar-10 16:32
dybs13-Mar-10 16:32 
Questionencoding/decoding, still cant figure it out? Pin
stephen.darling11-Mar-10 14:51
stephen.darling11-Mar-10 14:51 
AnswerRe: encoding/decoding, still cant figure it out? Pin
Dr.Walt Fair, PE11-Mar-10 16:00
professionalDr.Walt Fair, PE11-Mar-10 16:00 
I'm not sure exactly what you're trying to do, but have you thought of using string.Split on the '-' char to get the 9 substrings? Once you have those, then you can int.Parse to turn each of them into numbers.

If you just need to have the correct numbers, that's it. If you need it turned back into an ASCII string with hex digits, then just format each int to hexadecimal and concatenate or whatever else you want to do.

Hope that helped. If not, perhaps someone else will have a better idea.
CQ de W5ALT

Walt Fair, Jr., P. E.
Comport Computing
Specializing in Technical Engineering Software


GeneralRe: encoding/decoding, still cant figure it out? Pin
Rod Kemp11-Mar-10 16:08
Rod Kemp11-Mar-10 16:08 
AnswerRe: encoding/decoding, still cant figure it out? [modified] Pin
Rod Kemp11-Mar-10 16:03
Rod Kemp11-Mar-10 16:03 
AnswerRe: encoding/decoding, still cant figure it out? [modified] Pin
#realJSOP12-Mar-10 1:55
professional#realJSOP12-Mar-10 1:55 
GeneralRe: encoding/decoding, still cant figure it out? Pin
Rod Kemp12-Mar-10 3:48
Rod Kemp12-Mar-10 3:48 
Questionhow can i enable back newToolStripMenuItem to true Pin
crisjala11-Mar-10 14:03
crisjala11-Mar-10 14:03 
AnswerRe: how can i enable back newToolStripMenuItem to true Pin
DaveyM6911-Mar-10 14:18
professionalDaveyM6911-Mar-10 14:18 
GeneralRe: how can i enable back newToolStripMenuItem to true Pin
crisjala11-Mar-10 19:27
crisjala11-Mar-10 19:27 
GeneralRe: how can i enable back newToolStripMenuItem to true Pin
crisjala11-Mar-10 20:37
crisjala11-Mar-10 20:37 
GeneralRe: how can i enable back newToolStripMenuItem to true Pin
DaveyM6912-Mar-10 3:51
professionalDaveyM6912-Mar-10 3:51 
QuestionCatch Asynchronous Exception? Pin
Matthew Klein11-Mar-10 9:42
Matthew Klein11-Mar-10 9:42 
AnswerRe: Catch Asynchronous Exception? Pin
AspDotNetDev11-Mar-10 13:36
protectorAspDotNetDev11-Mar-10 13:36 
AnswerRe: Catch Asynchronous Exception? Pin
Luc Pattyn11-Mar-10 13:46
sitebuilderLuc Pattyn11-Mar-10 13:46 
GeneralRe: Catch Asynchronous Exception? Pin
Matthew Klein11-Mar-10 14:18
Matthew Klein11-Mar-10 14:18 
GeneralRe: Catch Asynchronous Exception? Pin
Luc Pattyn11-Mar-10 14:33
sitebuilderLuc Pattyn11-Mar-10 14:33 
QuestionRemoting & Events ("Exception has been thrown by the target of an invocation.”) Pin
bluescreen7611-Mar-10 8:41
bluescreen7611-Mar-10 8:41 
AnswerRemoting & Events ("Exception has been thrown by the target of an invocation.”) - urgent! Pin
bluescreen7616-Mar-10 4:18
bluescreen7616-Mar-10 4:18 
QuestionOutlook addin integration problem with Outlook 2007 Pin
mosh_3311-Mar-10 6:52
mosh_3311-Mar-10 6:52 

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.