Click here to Skip to main content
15,891,951 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: connec tion to ms access database Pin
David Crow26-Sep-05 3:28
David Crow26-Sep-05 3:28 
GeneralRe: connec tion to ms access database Pin
tejaswi-teja26-Sep-05 5:53
tejaswi-teja26-Sep-05 5:53 
QuestionVOIP plz help me Pin
vikas amin25-Sep-05 20:51
vikas amin25-Sep-05 20:51 
Questionrefresh event Pin
htv2225-Sep-05 19:27
htv2225-Sep-05 19:27 
AnswerRe: refresh event Pin
khan++25-Sep-05 19:53
khan++25-Sep-05 19:53 
GeneralRe: refresh event Pin
htv2225-Sep-05 19:56
htv2225-Sep-05 19:56 
GeneralRe: refresh event Pin
khan++25-Sep-05 20:09
khan++25-Sep-05 20:09 
QuestionHow to join 2 byte string into one?? Pin
cue_ball25-Sep-05 17:58
cue_ball25-Sep-05 17:58 
hi i am tryin to join 2 byte array into one.. any hint on how to do so?

example..

byte[] ok1=new byte {0x00,0x10,0x11};
ok2 = txtStatus.Text + (Convert.ToChar(13));
byte[] ok_byte = Encoding.ASCII.GetBytes(ok2);
byte bigOK=new byte[100];

now guys i tryin to join add ok2 to ok1
and put into big OK..
there fore by sending bigOK i sent out ok1 n then ok2 all at one time..
pls help..



AnswerRe: How to join 2 byte string into one?? Pin
John R. Shaw25-Sep-05 20:27
John R. Shaw25-Sep-05 20:27 
GeneralRe: How to join 2 byte string into one?? Pin
prasad_som25-Sep-05 20:42
prasad_som25-Sep-05 20:42 
GeneralRe: How to join 2 byte string into one?? Pin
John R. Shaw25-Sep-05 21:52
John R. Shaw25-Sep-05 21:52 
GeneralRe: How to join 2 byte string into one?? Pin
Eytukan25-Sep-05 22:11
Eytukan25-Sep-05 22:11 
QuestionDGPS Pin
Rassul Yunussov25-Sep-05 17:57
Rassul Yunussov25-Sep-05 17:57 
AnswerRe: DGPS Pin
Marc Soleda25-Sep-05 23:01
Marc Soleda25-Sep-05 23:01 
GeneralRe: DGPS Pin
Rassul Yunussov25-Sep-05 23:32
Rassul Yunussov25-Sep-05 23:32 
GeneralRe: DGPS Pin
Marc Soleda26-Sep-05 0:05
Marc Soleda26-Sep-05 0:05 
GeneralRe: DGPS Pin
Rassul Yunussov26-Sep-05 2:14
Rassul Yunussov26-Sep-05 2:14 
GeneralRe: DGPS Pin
Marc Soleda26-Sep-05 3:10
Marc Soleda26-Sep-05 3:10 
QuestionModbus TCP programming Pin
Member 216100425-Sep-05 17:52
Member 216100425-Sep-05 17:52 
Questiontudy xml with msxml... possible Pin
aullidolunar25-Sep-05 15:20
aullidolunar25-Sep-05 15:20 
QuestionEncryption and Decryption using CryptEncrypt and CryptDecrypt of windows API using public private key pair Pin
naeem_8225-Sep-05 7:40
naeem_8225-Sep-05 7:40 
QuestionGet Item's Text from a TreeView Pin
Neo_MXP25-Sep-05 6:40
Neo_MXP25-Sep-05 6:40 
AnswerRe: Get Item's Text from a TreeView Pin
PJ Arends25-Sep-05 8:31
professionalPJ Arends25-Sep-05 8:31 
QuestionUrgent Pin
llp00na25-Sep-05 6:31
llp00na25-Sep-05 6:31 
AnswerRe: Urgent Pin
Anonymous25-Sep-05 13:48
Anonymous25-Sep-05 13: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.