Click here to Skip to main content
15,918,333 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow can i change my window into arabic style in VC++? Pin
bmanikandan24-Feb-03 3:22
bmanikandan24-Feb-03 3:22 
GeneralVisual Studio.NET running slow... Pin
IrishSonic24-Feb-03 2:49
IrishSonic24-Feb-03 2:49 
GeneralRe: Visual Studio.NET running slow... Pin
HENDRIK R24-Feb-03 3:04
HENDRIK R24-Feb-03 3:04 
GeneralRe: Visual Studio.NET running slow... Pin
TigerNinja_24-Feb-03 7:21
TigerNinja_24-Feb-03 7:21 
GeneralLocalization Pin
Jeremy Pullicino24-Feb-03 2:49
Jeremy Pullicino24-Feb-03 2:49 
GeneralRe: Localization Pin
Harald Krause24-Feb-03 3:46
Harald Krause24-Feb-03 3:46 
GeneralRe: Localization Pin
Ted Ferenc24-Feb-03 4:06
Ted Ferenc24-Feb-03 4:06 
GeneralOLE: UpdateLink changes object size Pin
-Dy24-Feb-03 1:56
-Dy24-Feb-03 1:56 
I'm calling COleClientItem::UpdateLink to update my documents OLE items. These items can be sized (scaled) by the user, but when I call UpdateLink the object is scaled to it's original / actual size. Is there a way to prevent the automatic size updating? Or is there a work around? I tried the following
CSize size;
pItem->GetExtent(&size);
pItem->UpdateLink();
pItem->SetSize(size);
But this requires the object to be activated (running), and my UpdateLink call has to be made when my document is opened, hence I don't want to have to have each object activated to update it/maintain it's size, just to deactivate it.


Dylan
Questiondoes ansic c++ support unicode? Pin
ttzzgg_8071324-Feb-03 1:41
ttzzgg_8071324-Feb-03 1:41 
AnswerRe: does ansic c++ support unicode? Pin
AlexO24-Feb-03 2:45
AlexO24-Feb-03 2:45 
GeneralIs ActiveX Enabled Pin
nemo24-Feb-03 1:32
nemo24-Feb-03 1:32 
Generalmdb file Pin
Anonymous24-Feb-03 1:12
Anonymous24-Feb-03 1:12 
GeneralRe: mdb file Pin
Steve S24-Feb-03 1:48
Steve S24-Feb-03 1:48 
GeneralRe: mdb file Pin
Anonymous24-Feb-03 4:48
Anonymous24-Feb-03 4:48 
GeneralRe: mdb file Pin
Steve S24-Feb-03 4:56
Steve S24-Feb-03 4:56 
GeneralRe: mdb file Pin
Anonymous24-Feb-03 5:00
Anonymous24-Feb-03 5:00 
GeneralVisual C++ 7.0 Problem! Pin
Anonymous24-Feb-03 1:05
Anonymous24-Feb-03 1:05 
GeneralRe: Visual C++ 7.0 Problem! Pin
Chris Losinger24-Feb-03 4:31
professionalChris Losinger24-Feb-03 4:31 
GeneralSuspendThread problem Pin
Member 13901624-Feb-03 0:43
Member 13901624-Feb-03 0:43 
GeneralDao Recordset cloning ! Pin
Hadi Rezaee24-Feb-03 0:12
Hadi Rezaee24-Feb-03 0:12 
QuestionRegSetValueEx without '\0' ??? Pin
Daniel Strigl23-Feb-03 21:20
Daniel Strigl23-Feb-03 21:20 
AnswerRe: RegSetValueEx without '\0' ??? Pin
Jon Hulatt23-Feb-03 21:59
Jon Hulatt23-Feb-03 21:59 
GeneralRe: RegSetValueEx without '\0' ??? Pin
Daniel Strigl23-Feb-03 22:27
Daniel Strigl23-Feb-03 22:27 
GeneralStop a USB device. Pin
Brian van der Beek23-Feb-03 21:11
Brian van der Beek23-Feb-03 21:11 
GeneralRe: Stop a USB device. Pin
Shiva Prasad T. S.23-Feb-03 22:05
Shiva Prasad T. S.23-Feb-03 22:05 

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.