Click here to Skip to main content
15,887,214 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Display Huge Size file content in dialog Pin
Rajesh R Subramanian15-Feb-10 1:41
professionalRajesh R Subramanian15-Feb-10 1:41 
QuestionRe: Display Huge Size file content in dialog Pin
CPallini14-Feb-10 22:55
mveCPallini14-Feb-10 22:55 
QuestionWrong partion info for Dynamic disk using DeviceIoControl Pin
MKC00214-Feb-10 22:03
MKC00214-Feb-10 22:03 
QuestionReading a CSV file Pin
Pryabu14-Feb-10 21:56
Pryabu14-Feb-10 21:56 
AnswerRe: Reading a CSV file Pin
«_Superman_»14-Feb-10 22:03
professional«_Superman_»14-Feb-10 22:03 
GeneralRe: Reading a CSV file Pin
Pryabu14-Feb-10 22:15
Pryabu14-Feb-10 22:15 
AnswerRe: Reading a CSV file Pin
Rolf Kristensen18-Feb-10 10:57
Rolf Kristensen18-Feb-10 10:57 
QuestionSending values to WPF control from VC++ Pin
Anu_Bala14-Feb-10 19:58
Anu_Bala14-Feb-10 19:58 
Hi,Im using WPF as C# dll in VC++.Im sending datas to the Listbox inthe third tabitem in a tabcontrol by using this coding.
void CToolTab::SendPresetmenu(CString menu)
{
	FrameworkElement^ page;
	String ^ msg = gcnew String( menu );
	Globals1::gwpreset->AddPresetmenu(msg);
	page = Globals1::gwpreset;
	Globals1::gHwndSource->RootVisual = page;
}


By this code,wat happend is my entire tabcontrol becomes a third tab item.there is not other tabs .
If i commented those last two bolded line.Full tabcotrol appears correctly but the listbox doesnot contain text.
How can i do that?
Anu

AnswerRe: Sending values to WPF control from VC++ Pin
CPallini14-Feb-10 21:30
mveCPallini14-Feb-10 21:30 
QuestionRun copy command in the background using vc++ Pin
raj157614-Feb-10 18:17
raj157614-Feb-10 18:17 
AnswerRe: Run copy command in the background using vc++ Pin
«_Superman_»14-Feb-10 18:45
professional«_Superman_»14-Feb-10 18:45 
GeneralRe: Run copy command in the background using vc++ Pin
raj157614-Feb-10 19:21
raj157614-Feb-10 19:21 
GeneralRe: Run copy command in the background using vc++ Pin
«_Superman_»14-Feb-10 19:32
professional«_Superman_»14-Feb-10 19:32 
GeneralRe: Run copy command in the background using vc++ Pin
raj157614-Feb-10 20:25
raj157614-Feb-10 20:25 
GeneralRe: Run copy command in the background using vc++ Pin
«_Superman_»14-Feb-10 20:32
professional«_Superman_»14-Feb-10 20:32 
GeneralRe: Run copy command in the background using vc++ Pin
David Crow15-Feb-10 4:27
David Crow15-Feb-10 4:27 
AnswerRe: Run copy command in the background using vc++ Pin
Adam Roderick J14-Feb-10 19:44
Adam Roderick J14-Feb-10 19:44 
GeneralRe: Run copy command in the background using vc++ Pin
raj157614-Feb-10 23:11
raj157614-Feb-10 23:11 
AnswerRe: Run copy command in the background using vc++ Pin
Maximilien15-Feb-10 1:35
Maximilien15-Feb-10 1:35 
GeneralRe: Run copy command in the background using vc++ Pin
David Crow15-Feb-10 4:29
David Crow15-Feb-10 4:29 
AnswerRe: Run copy command in the background using vc++ Pin
KingsGambit14-Feb-10 20:01
KingsGambit14-Feb-10 20:01 
QuestionI offer web hosting in exchange for help! Pin
pablomartin14-Feb-10 18:12
pablomartin14-Feb-10 18:12 
AnswerRe: I offer web hosting in exchange for help! Pin
CPallini14-Feb-10 20:56
mveCPallini14-Feb-10 20:56 
GeneralRe: I offer web hosting in exchange for help! Pin
pablomartin14-Feb-10 21:08
pablomartin14-Feb-10 21:08 
NewsGood collection of questions on C, C++, C++ under Windows, MFC, DLL, COM/DOM Pin
Member 244827914-Feb-10 18:11
Member 244827914-Feb-10 18:11 

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.