Click here to Skip to main content
16,006,749 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How do I handle "enter" key in a listbox? Pin
Alwin759-Sep-02 5:32
Alwin759-Sep-02 5:32 
AnswerRe: How do I handle "enter" key in a listbox? Pin
Tomasz Sowinski9-Sep-02 5:32
Tomasz Sowinski9-Sep-02 5:32 
GeneralFixed Length Records Pin
crusherwright9-Sep-02 4:27
crusherwright9-Sep-02 4:27 
GeneralRe: Fixed Length Records Pin
Tomasz Sowinski9-Sep-02 4:32
Tomasz Sowinski9-Sep-02 4:32 
GeneralRe: Fixed Length Records Pin
crusherwright9-Sep-02 4:35
crusherwright9-Sep-02 4:35 
GeneralRe: Fixed Length Records Pin
Tomasz Sowinski9-Sep-02 4:37
Tomasz Sowinski9-Sep-02 4:37 
GeneralRe: Fixed Length Records Pin
crusherwright9-Sep-02 5:28
crusherwright9-Sep-02 5:28 
GeneralRe: Fixed Length Records Pin
Tomasz Sowinski9-Sep-02 5:46
Tomasz Sowinski9-Sep-02 5:46 
using namespace std;
ostringstream os;
os << "\x01"<<"{1:F01"<<senderbic<<"0000000000}{2:I"<<mttype<<receivebic<<"X}{4:";
os << "\x0A"<<"\x3A"<<"20:MT999 TEST "<< loop;
os << "\x0A"<<"\x3A"<<"21:DOS-PCC TEST";
os << "\x0A"<<"\x3A"<<"79:TEXT Field";
os << "\x03";
string padding(512 - os.str().length(), 0x20);
os << padding;
ofstream of("c:\\test.txt", ios::out | ios::app);
of << os.str();


Tomasz Sowinski -- http://www.shooltz.com

To some its a six-pack, to me it's a support group

GeneralRe: Fixed Length Records Pin
crusherwright9-Sep-02 5:49
crusherwright9-Sep-02 5:49 
GeneralNeed Urgent HELP on DAO Jet 4.0 distribution Pin
Anonymous9-Sep-02 4:19
Anonymous9-Sep-02 4:19 
GeneralNetMessageBufferSend question Pin
Tom Wright9-Sep-02 4:16
Tom Wright9-Sep-02 4:16 
GeneralRe: NetMessageBufferSend question Pin
Tom Wright9-Sep-02 4:45
Tom Wright9-Sep-02 4:45 
GeneralRe: NetMessageBufferSend question Pin
Stephen C. Steel9-Sep-02 7:32
Stephen C. Steel9-Sep-02 7:32 
GeneralRe: NetMessageBufferSend question Pin
Tom Wright9-Sep-02 10:37
Tom Wright9-Sep-02 10:37 
GeneralRe: NetMessageBufferSend question Pin
Daniel Lohmann9-Sep-02 12:50
Daniel Lohmann9-Sep-02 12:50 
GeneralRe: NetMessageBufferSend question Pin
Tom Wright9-Sep-02 12:55
Tom Wright9-Sep-02 12:55 
GeneralMemory access at run time Pin
SamirSood9-Sep-02 2:40
SamirSood9-Sep-02 2:40 
GeneralRe: Memory access at run time Pin
Vagif Abilov9-Sep-02 2:51
professionalVagif Abilov9-Sep-02 2:51 
GeneralRe: Memory access at run time Pin
Pavel Klocek9-Sep-02 2:54
Pavel Klocek9-Sep-02 2:54 
GeneralRe: Memory access at run time Pin
SamirSood9-Sep-02 3:46
SamirSood9-Sep-02 3:46 
GeneralRe: Memory access at run time Pin
Todd Jeffreys9-Sep-02 16:21
Todd Jeffreys9-Sep-02 16:21 
General#define vs. const Pin
Alexandru Savescu9-Sep-02 2:31
Alexandru Savescu9-Sep-02 2:31 
GeneralRe: #define vs. const Pin
Pavel Klocek9-Sep-02 2:35
Pavel Klocek9-Sep-02 2:35 
GeneralRe: #define vs. const Pin
Alexandru Savescu9-Sep-02 2:40
Alexandru Savescu9-Sep-02 2:40 
GeneralRe: #define vs. const Pin
Tomasz Sowinski9-Sep-02 2:39
Tomasz Sowinski9-Sep-02 2:39 

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.