Click here to Skip to main content
15,886,258 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: please help !!generation of uniform random numbers Pin
CPallini16-Nov-09 0:45
mveCPallini16-Nov-09 0:45 
GeneralRe: please help !!generation of uniform random numbers Pin
Archer justice16-Nov-09 0:54
Archer justice16-Nov-09 0:54 
QuestionRe: please help !!generation of uniform random numbers Pin
CPallini16-Nov-09 1:01
mveCPallini16-Nov-09 1:01 
AnswerRe: please help !!generation of uniform random numbers Pin
Archer justice16-Nov-09 1:06
Archer justice16-Nov-09 1:06 
QuestionHelp: How to autofit CListCtrl's background? Pin
Symfund15-Nov-09 22:49
Symfund15-Nov-09 22:49 
AnswerRe: Help: How to autofit CListCtrl's background? Pin
Ahmed Charfeddine16-Nov-09 0:12
Ahmed Charfeddine16-Nov-09 0:12 
GeneralRe: Help: How to autofit CListCtrl's background? Pin
Symfund16-Nov-09 1:36
Symfund16-Nov-09 1:36 
Questiondde Pin
trioum15-Nov-09 20:01
trioum15-Nov-09 20:01 
I am using following piece of code to update excel using dde . I am updating the g_count
as my excel connect it cell get updated with value = 10 ; But I am not able to send string

value i.e. "xyzabcd" etc to the excel cell ,so how can I send string to the excel sheet

using dde

int g_count = 10;
short xltableData[100];
// tdtTable record...
xltableData[0] = 0x0010; // tdtTable
xltableData[1] = 4; // 2 short ints following
xltableData[2] = 1; // # rows
xltableData[3] = 1; // # cols

// tdtInt record...
xltableData[4] = 0x0006;
xltableData[5] = 2;
xltableData[6] = (short)g_count;
DdeCreateDataHandle(g_idInst, (UCHAR*)xltableData, 2*7, 0, g_hszItemName, fmt, 0);

Trioum

AnswerRe: dde Pin
Maxwell Chen15-Nov-09 22:26
Maxwell Chen15-Nov-09 22:26 
GeneralRe: dde Pin
trioum15-Nov-09 23:31
trioum15-Nov-09 23:31 
GeneralRe: dde Pin
Maxwell Chen16-Nov-09 1:13
Maxwell Chen16-Nov-09 1:13 
QuestionMultiple Inheritance problem Pin
Rahul Vaishnav15-Nov-09 19:34
Rahul Vaishnav15-Nov-09 19:34 
AnswerRe: Multiple Inheritance problem Pin
Symfund15-Nov-09 20:11
Symfund15-Nov-09 20:11 
GeneralRe: Multiple Inheritance problem Pin
Rahul Vaishnav15-Nov-09 20:32
Rahul Vaishnav15-Nov-09 20:32 
GeneralRe: Multiple Inheritance problem Pin
CPallini15-Nov-09 20:53
mveCPallini15-Nov-09 20:53 
AnswerRe: Multiple Inheritance problem Pin
Symfund15-Nov-09 22:08
Symfund15-Nov-09 22:08 
AnswerRe: Multiple Inheritance problem Pin
Naveen15-Nov-09 20:39
Naveen15-Nov-09 20:39 
GeneralRe: Multiple Inheritance problem Pin
Rahul Vaishnav15-Nov-09 22:01
Rahul Vaishnav15-Nov-09 22:01 
QuestionRe: Multiple Inheritance problem Pin
CPallini15-Nov-09 20:51
mveCPallini15-Nov-09 20:51 
QuestionRuuning MFC Exe without Oracle Client Pin
hellogany15-Nov-09 17:51
hellogany15-Nov-09 17:51 
Answer[Message Deleted] Pin
Rahul Vaishnav15-Nov-09 19:26
Rahul Vaishnav15-Nov-09 19:26 
GeneralRe: Ruuning MFC Exe without Oracle Client [modified] Pin
Shameel16-Nov-09 5:01
professionalShameel16-Nov-09 5:01 
QuestionHow to store a file in a single variable? Pin
Paulraj G15-Nov-09 17:44
Paulraj G15-Nov-09 17:44 
AnswerRe: How to store a file in a single variable? Pin
Adam Roderick J15-Nov-09 18:20
Adam Roderick J15-Nov-09 18:20 
GeneralRe: How to store a file in a single variable? Pin
Paulraj G15-Nov-09 18:22
Paulraj G15-Nov-09 18:22 

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.