Click here to Skip to main content
15,889,281 members
Home / Discussions / C#
   

C#

 
AnswerRe: Need Help ! Pin
Not Active10-Sep-09 1:44
mentorNot Active10-Sep-09 1:44 
GeneralRe: Need Help ! Pin
Jacobb Michael10-Sep-09 1:48
Jacobb Michael10-Sep-09 1:48 
QuestionIs any event available ? Pin
Jacobb Michael10-Sep-09 1:24
Jacobb Michael10-Sep-09 1:24 
AnswerRe: Is any event available ? Pin
Arun Jacob10-Sep-09 1:25
Arun Jacob10-Sep-09 1:25 
GeneralRe: Is any event available ? Pin
Jacobb Michael10-Sep-09 1:33
Jacobb Michael10-Sep-09 1:33 
GeneralRe: Is any event available ? Pin
Dave Kreskowiak10-Sep-09 4:44
mveDave Kreskowiak10-Sep-09 4:44 
Questionconvert byte to octet Pin
hadad10-Sep-09 1:16
hadad10-Sep-09 1:16 
AnswerRe: convert byte to octet Pin
stancrm10-Sep-09 2:24
stancrm10-Sep-09 2:24 
To convert byte -> octet and byte -> hex :

byte myByte = 250;
string octet = Convert.ToString(myByte, 8);
string hex = Convert.ToString(myByte, 16);

To send the ring tone, I think you must use the AT command from nokia, see the Manual.
Search it in nokia website for AT command.

Then use SerialPort class for writing AT command to phone.
GeneralRe: convert byte to octet Pin
musefan10-Sep-09 2:31
musefan10-Sep-09 2:31 
GeneralRe: convert byte to octet Pin
stancrm10-Sep-09 3:19
stancrm10-Sep-09 3:19 
GeneralRe: convert byte to octet Pin
musefan10-Sep-09 3:21
musefan10-Sep-09 3:21 
AnswerRe: convert byte to octet Pin
musefan10-Sep-09 2:30
musefan10-Sep-09 2:30 
AnswerRe: convert byte to octet Pin
Luc Pattyn10-Sep-09 2:46
sitebuilderLuc Pattyn10-Sep-09 2:46 
QuestionFileDownload eventhandler not firing Pin
Jacobb Michael10-Sep-09 1:11
Jacobb Michael10-Sep-09 1:11 
Questionc# installer Pin
askhar51610-Sep-09 0:40
askhar51610-Sep-09 0:40 
AnswerRe: c# installer Pin
Keith Barrow10-Sep-09 0:55
professionalKeith Barrow10-Sep-09 0:55 
GeneralRe: c# installer Pin
askhar51610-Sep-09 17:58
askhar51610-Sep-09 17:58 
QuestionRightToLeft ListView ? Pin
Mohammad Dayyan10-Sep-09 0:02
Mohammad Dayyan10-Sep-09 0:02 
AnswerRe: RightToLeft ListView ? Pin
Nuri Ismail10-Sep-09 0:17
Nuri Ismail10-Sep-09 0:17 
QuestionCreate a floating object Pin
billy_iii9-Sep-09 23:36
billy_iii9-Sep-09 23:36 
AnswerRe: Create a floating object Pin
Nuri Ismail10-Sep-09 0:05
Nuri Ismail10-Sep-09 0:05 
GeneralRe: Create a floating object Pin
billy_iii10-Sep-09 13:50
billy_iii10-Sep-09 13:50 
AnswerRe: Create a floating object Pin
carlecomm24-Sep-09 21:33
carlecomm24-Sep-09 21:33 
AnswerRe: Create a floating object Pin
carlecomm24-Sep-09 21:39
carlecomm24-Sep-09 21:39 
QuestionCompatability problem with Transparency key Pin
Vijay Mudunuri9-Sep-09 22:48
Vijay Mudunuri9-Sep-09 22:48 

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.