Click here to Skip to main content
15,898,010 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to convert char to date??? Pin
siong23-Jun-03 21:57
siong23-Jun-03 21:57 
AnswerRe: how to convert char to date??? Pin
Michael P Butler23-Jun-03 22:36
Michael P Butler23-Jun-03 22:36 
GeneralRe: how to convert char to date??? Pin
RChin23-Jun-03 23:14
RChin23-Jun-03 23:14 
GeneralI need a visual studio guru help please Pin
YaronNir23-Jun-03 21:36
YaronNir23-Jun-03 21:36 
GeneralRe: I need a visual studio guru help please Pin
Andrew Walker23-Jun-03 23:07
Andrew Walker23-Jun-03 23:07 
GeneralRe: I need a visual studio guru help please Pin
YaronNir23-Jun-03 23:10
YaronNir23-Jun-03 23:10 
GeneralRe: I need a visual studio guru help please Pin
Andrew Walker1-Jul-03 20:51
Andrew Walker1-Jul-03 20:51 
GeneralOLE mini server problem Pin
acosmin23-Jun-03 21:30
acosmin23-Jun-03 21:30 
I developed an OLE mini server using VC++6. Everything works fine (both release and debug) as long as I insert the object manualy through the Insert Object dialog of MS Excel 2000. When I've tried to insert it from a VB AddIn for Excel it draws the frame but the interior of the rectangle remains transparent (the object is created but the container image of it isn't updated). It seems that when I insert from VB the OnGetExtent event it is not triggered (in the manualy case it is). How can I fix it? (I'll try to trigger the OnGetExtent through a method exposed by my object.) Here is a sample of how I try to insert the object from VB:

Dim obj as OLEObject

set obj = XLInstance.Sheets(ActiveSheet.Name).OLEObjects.Add (ClassType:="MyChart.Chart") Dead | X| Confused | :confused:

Thanx in advance...
General2) checking runing app/processes in the system Pin
YanivNahum23-Jun-03 21:24
YanivNahum23-Jun-03 21:24 
GeneralRe: 2) checking runing app/processes in the system Pin
David Crow24-Jun-03 2:47
David Crow24-Jun-03 2:47 
Generalsystem startup progrematicaly Pin
YanivNahum23-Jun-03 21:22
YanivNahum23-Jun-03 21:22 
GeneralRe: system startup progrematicaly Pin
Jump_Around23-Jun-03 22:33
Jump_Around23-Jun-03 22:33 
QuestionLoad IE at system startup??? Pin
xxhimanshu23-Jun-03 20:41
xxhimanshu23-Jun-03 20:41 
AnswerRe: Load IE at system startup??? Pin
Ryan Binns23-Jun-03 21:11
Ryan Binns23-Jun-03 21:11 
AnswerRe: Load IE at system startup??? Pin
parths23-Jun-03 21:11
parths23-Jun-03 21:11 
GeneralRegistry Hives Pin
abhinarulkar23-Jun-03 20:36
abhinarulkar23-Jun-03 20:36 
Generalregular dll Pin
gucy23-Jun-03 20:15
gucy23-Jun-03 20:15 
GeneralControlling Scrollbar in CTreeCtrl Pin
Ph@ntom23-Jun-03 19:31
Ph@ntom23-Jun-03 19:31 
GeneralGetCommandLine Pin
Toni7823-Jun-03 18:38
Toni7823-Jun-03 18:38 
GeneralRe: GetCommandLine Pin
David Crow24-Jun-03 2:59
David Crow24-Jun-03 2:59 
GeneralRe: GetCommandLine Pin
Toni7824-Jun-03 20:18
Toni7824-Jun-03 20:18 
Generalheader and redefine problem Pin
zecodela23-Jun-03 17:47
zecodela23-Jun-03 17:47 
GeneralRe: header and redefine problem Pin
Ryan Binns23-Jun-03 18:12
Ryan Binns23-Jun-03 18:12 
GeneralRe: header and redefine problem Pin
Toni7823-Jun-03 18:20
Toni7823-Jun-03 18:20 
GeneralRe: header and redefine problem Pin
zecodela23-Jun-03 18:52
zecodela23-Jun-03 18: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.