Click here to Skip to main content
15,909,605 members
Home / Discussions / C#
   

C#

 
GeneralRe: code for calculator using c#.net Pin
Pankaj - Joshi21-Nov-07 23:56
Pankaj - Joshi21-Nov-07 23:56 
Questioncode for calculator using c#.net Pin
ayyappa swamy21-Nov-07 23:00
ayyappa swamy21-Nov-07 23:00 
AnswerRe: code for calculator using c#.net Pin
Pankaj - Joshi21-Nov-07 23:07
Pankaj - Joshi21-Nov-07 23:07 
AnswerRe: code for calculator using c#.net Pin
Pete O'Hanlon22-Nov-07 0:45
mvePete O'Hanlon22-Nov-07 0:45 
GeneralRe: code for calculator using c#.net Pin
Tristan Rhodes22-Nov-07 1:54
Tristan Rhodes22-Nov-07 1:54 
GeneralRe: code for calculator using c#.net Pin
Pete O'Hanlon22-Nov-07 2:09
mvePete O'Hanlon22-Nov-07 2:09 
QuestionSend Picture SMS in HEX format Pin
Satish - Developer21-Nov-07 22:55
Satish - Developer21-Nov-07 22:55 
AnswerRe: Send Picture SMS in HEX format Pin
Anthony Mushrow22-Nov-07 13:34
professionalAnthony Mushrow22-Nov-07 13:34 
Hexadecimal format!!!

...

!!!!!!


I get the feeling you have absolutely no idea what you are doing.
For your benefit, i will now tell you that you want to send the picture as BYTES, which are represented (usually) in hex.

For example, the number 13 in hex is D, which as a byte, would be represented by 0x0D, or perhaps just 0D.

So, now all you need is to get your picture into an array of bytes (perhaps by using a stream) and then send these bytes to your mobile device.



My current favourite word is: PIE!

Good ol' pie, it's been a while.

QuestionHaving problem with mapping local folder to web folder Pin
arslanjatt21-Nov-07 22:50
arslanjatt21-Nov-07 22:50 
QuestionPlease Help: Clear Parameters OR Refreshing Parameters Pin
tezzaClo21-Nov-07 22:49
tezzaClo21-Nov-07 22:49 
Questionsend email :Matter from datagrid Pin
new2pgrmg21-Nov-07 22:21
new2pgrmg21-Nov-07 22:21 
QuestionCustom Form Control Pin
nishantkainth21-Nov-07 22:19
nishantkainth21-Nov-07 22:19 
AnswerRe: Custom Form Control Pin
Bekjong21-Nov-07 22:57
Bekjong21-Nov-07 22:57 
QuestionIntersting question.... Pin
Pankaj - Joshi21-Nov-07 21:56
Pankaj - Joshi21-Nov-07 21:56 
AnswerRe: Intersting question.... Pin
leppie21-Nov-07 22:13
leppie21-Nov-07 22:13 
GeneralRe: Intersting question.... Pin
Pankaj - Joshi21-Nov-07 22:31
Pankaj - Joshi21-Nov-07 22:31 
GeneralRe: Intersting question.... Pin
N a v a n e e t h21-Nov-07 22:43
N a v a n e e t h21-Nov-07 22:43 
GeneralRe: Intersting question.... Pin
Pankaj - Joshi21-Nov-07 23:07
Pankaj - Joshi21-Nov-07 23:07 
GeneralRe: Intersting question.... Pin
N a v a n e e t h21-Nov-07 23:48
N a v a n e e t h21-Nov-07 23:48 
GeneralRe: Intersting question.... Pin
Pankaj - Joshi21-Nov-07 23:59
Pankaj - Joshi21-Nov-07 23:59 
GeneralRe: Intersting question.... Pin
N a v a n e e t h22-Nov-07 0:33
N a v a n e e t h22-Nov-07 0:33 
GeneralRe: Intersting question.... Pin
Andrei Ungureanu22-Nov-07 0:37
Andrei Ungureanu22-Nov-07 0:37 
GeneralRe: Intersting question.... Pin
Mark Churchill22-Nov-07 1:05
Mark Churchill22-Nov-07 1:05 
Questiongridview row select [modified] Pin
Sunil Wise21-Nov-07 21:27
professionalSunil Wise21-Nov-07 21:27 
QuestionRe: gridview row select Pin
Sunil Wise22-Nov-07 3:11
professionalSunil Wise22-Nov-07 3:11 

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.