Click here to Skip to main content
15,892,537 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Dhiraj kumar Saini11-Sep-08 2:34
Dhiraj kumar Saini11-Sep-08 2:34 
AnswerRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Rajesh R Subramanian11-Sep-08 2:40
professionalRajesh R Subramanian11-Sep-08 2:40 
GeneralRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Dhiraj kumar Saini11-Sep-08 3:02
Dhiraj kumar Saini11-Sep-08 3:02 
GeneralRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Dhiraj kumar Saini11-Sep-08 3:14
Dhiraj kumar Saini11-Sep-08 3:14 
GeneralRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Dhiraj kumar Saini11-Sep-08 23:26
Dhiraj kumar Saini11-Sep-08 23:26 
RantRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Rajesh R Subramanian12-Sep-08 1:21
professionalRajesh R Subramanian12-Sep-08 1:21 
GeneralRe: EditBox and RichEdit Box not able to display multilanguage application Pin
Dhiraj kumar Saini12-Sep-08 2:18
Dhiraj kumar Saini12-Sep-08 2:18 
QuestionHow to create and array of structs that have their own arrays? [modified] Pin
Electronic7510-Sep-08 20:37
Electronic7510-Sep-08 20:37 
Hello Smile | :) , is there anyway that I can hold an array of structs that have their own arrays other than creating a new class
somewhere in the typedef.h ...
typedef struct mystruct
{
  CStringArray aName1;
  CStringArray aName2;
  CArray <int> aVal1;
  CArray <int> aVal2;
}MY_STRUCT;


somewhere in the header of my MyDoc.h...
#include "typedef.h"

CArray<my_struct> m_MyStructs;
somewhere in the header of my MyDoc.cpp...

MY_STRUCT a;
...
m_MyStruct.Add(a);
</my_struct></int></int>


This code returns error that "=" operator is private and can't be accessed!
Thanks Smile | :)

PS-Oh I got that I can'tuse >< around my type specifier because it will be assumed as a tag so I use [] instead Smile | :)
somewhere in the typedef.h ...
typedef struct mystruct
{
CStringArray aName1;
CStringArray aName2;
CArray [int] aVal1;
CArray [int] aVal2;
}MY_STRUCT;
QuestionRe: How to create and array of structs that have their own arrays? Pin
CPallini10-Sep-08 21:08
mveCPallini10-Sep-08 21:08 
AnswerRe: How to create and array of structs that have their own arrays? Pin
Electronic7510-Sep-08 21:18
Electronic7510-Sep-08 21:18 
QuestionRe: How to create and array of structs that have their own arrays? Pin
CPallini10-Sep-08 21:28
mveCPallini10-Sep-08 21:28 
AnswerRe: How to create and array of structs that have their own arrays? Pin
Electronic7510-Sep-08 21:46
Electronic7510-Sep-08 21:46 
GeneralRe: How to create and array of structs that have their own arrays? Pin
CPallini10-Sep-08 21:50
mveCPallini10-Sep-08 21:50 
AnswerRe: How to create and array of structs that have their own arrays? Pin
Cedric Moonen10-Sep-08 21:30
Cedric Moonen10-Sep-08 21:30 
GeneralRe: How to create and array of structs that have their own arrays? Pin
Electronic7510-Sep-08 21:49
Electronic7510-Sep-08 21:49 
GeneralRe: How to create and array of structs that have their own arrays? Pin
Cedric Moonen10-Sep-08 21:55
Cedric Moonen10-Sep-08 21:55 
GeneralRe: How to create and array of structs that have their own arrays? Pin
Electronic7511-Sep-08 0:04
Electronic7511-Sep-08 0:04 
QuestionHow to send data between PC usb port to a WinCE usb port? Pin
Priya_Sundar10-Sep-08 20:26
Priya_Sundar10-Sep-08 20:26 
AnswerRe: How to send data between PC usb port to a WinCE usb port? Pin
Cedric Moonen10-Sep-08 20:38
Cedric Moonen10-Sep-08 20:38 
GeneralRe: How to send data between PC usb port to a WinCE usb port? Pin
Priya_Sundar11-Sep-08 0:27
Priya_Sundar11-Sep-08 0:27 
GeneralRe: How to send data between PC usb port to a WinCE usb port? Pin
Cedric Moonen11-Sep-08 0:48
Cedric Moonen11-Sep-08 0:48 
Questionhow to create .MSG files and .EML files using vc++ Pin
ravimalikmca10-Sep-08 20:02
ravimalikmca10-Sep-08 20:02 
Question#import type library Pin
George_George10-Sep-08 19:42
George_George10-Sep-08 19:42 
AnswerRe: #import type library Pin
SandipG 10-Sep-08 20:47
SandipG 10-Sep-08 20:47 
GeneralRe: #import type library Pin
George_George10-Sep-08 20:52
George_George10-Sep-08 20:52 

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.