Click here to Skip to main content
15,887,676 members
Home / Discussions / COM
   

COM

 
AnswerRe: WorkBooks::Opentext help Pin
ForNow15-Sep-13 5:13
ForNow15-Sep-13 5:13 
GeneralRe: WorkBooks::Opentext help Pin
Richard MacCutchan15-Sep-13 5:27
mveRichard MacCutchan15-Sep-13 5:27 
QuestionWin8: Credential provider. CPUS_ONLOCK_WORKSTATION scenario Pin
_clown_9-Sep-13 23:27
_clown_9-Sep-13 23:27 
QuestionATL and MFC string conversion macros conversion macros Pin
ForNow13-Aug-13 10:38
ForNow13-Aug-13 10:38 
AnswerRe: ATL and MFC string conversion macros conversion macros Pin
Richard MacCutchan13-Aug-13 20:50
mveRichard MacCutchan13-Aug-13 20:50 
Question0x80020009 access rights opentext Pin
ForNow9-Aug-13 10:22
ForNow9-Aug-13 10:22 
GeneralRe: 0x80020009 access rights opentext Pin
Richard MacCutchan9-Aug-13 23:34
mveRichard MacCutchan9-Aug-13 23:34 
GeneralRe: 0x80020009 access rights opentext Pin
ForNow12-Aug-13 10:39
ForNow12-Aug-13 10:39 
Here is the code

C++
COleVariant myvar;
	 myvar.vt = VT_I4;
	 myvar.lVal = NULL;
	 COleVariant Orgin((short)3),
		         StartRow((short)1),
				 DataType((short)1),
				 ConsecutiveDelimter((short) FALSE, VT_BOOL),
				 TAB((short) FALSE, VT_BOOL),
				 Semicolon((short) FALSE, VT_BOOL),
				 Comma((short) FALSE, VT_BOOL),
				 Space((short) FALSE, VT_BOOL),
				 Other((short) FALSE, VT_BOOL),
				 OtherChar((short) FALSE, VT_BOOL),
				 FieldInfo((short) FALSE, VT_BOOL),
				 TextVisualLayout((short) FALSE, VT_BOOL),
				 DecimalSeprator((short) FALSE, VT_BOOL),
				 ThousandSeprator((short) FALSE, VT_BOOL),
				 TrailingMinusNumbers((short) FALSE, VT_BOOL),
				 Local((short) FALSE, VT_BOOL);

books.OpenText(_T("C:\\FILE\\EXCEL.TXT"),
		               Orgin, 
		               StartRow,
			      DataType,
			      myvar.lVal,
			      ConsecutiveDelimter,
			      TAB,
			      Semicolon,
			      Comma,
			      Space,
			      Other,
			      OtherChar,
			      FieldInfo,
			      TextVisualLayout,
			      DecimalSeprator,
			      ThousandSeprator,
			      TrailingMinusNumbers,
                                                     Local);

Generalits a text Formatting problem Pin
ForNow13-Aug-13 10:14
ForNow13-Aug-13 10:14 
GeneralRe: its a text Formatting problem Pin
Richard MacCutchan13-Aug-13 20:28
mveRichard MacCutchan13-Aug-13 20:28 
Questionin excel, how to get the char after the cursor when in edit mode Pin
BCN-16328-Jul-13 20:20
BCN-16328-Jul-13 20:20 
QuestionWorkBooks::OpenText Pin
ForNow25-Jul-13 16:34
ForNow25-Jul-13 16:34 
SuggestionRe: WorkBooks::OpenText Pin
Richard MacCutchan25-Jul-13 21:28
mveRichard MacCutchan25-Jul-13 21:28 
QuestionCreating Automation Project using Visual Studio 2010 and Excel 2010 Pin
ForNow25-Jul-13 13:08
ForNow25-Jul-13 13:08 
AnswerRe: Creating Automation Project using Visual Studio 2010 and Excel 2010 Pin
Garth J Lancaster25-Jul-13 13:50
professionalGarth J Lancaster25-Jul-13 13:50 
GeneralRe: Creating Automation Project using Visual Studio 2010 and Excel 2010 Pin
ForNow25-Jul-13 14:39
ForNow25-Jul-13 14:39 
Questionwindows 8 custom credential provider Pin
venkatesh5286723-Jul-13 21:05
venkatesh5286723-Jul-13 21:05 
QuestionWord COM Object Error Pin
bganesan27-Jun-13 21:00
bganesan27-Jun-13 21:00 
Questionwin32 dialogbox with custom control not displaying in windows 8 64bit Pin
venkatesh5286725-Jun-13 21:37
venkatesh5286725-Jun-13 21:37 
SuggestionRe: win32 dialogbox with custom control not displaying in windows 8 64bit Pin
Richard MacCutchan25-Jun-13 23:23
mveRichard MacCutchan25-Jun-13 23:23 
GeneralRe: win32 dialogbox with custom control not displaying in windows 8 64bit Pin
venkatesh5286726-Jun-13 0:43
venkatesh5286726-Jun-13 0:43 
GeneralRe: win32 dialogbox with custom control not displaying in windows 8 64bit Pin
Richard MacCutchan26-Jun-13 1:38
mveRichard MacCutchan26-Jun-13 1:38 
QuestionImplementation two interfaces in one class Pin
venkatesh5286718-Jun-13 20:47
venkatesh5286718-Jun-13 20:47 
AnswerRe: Implementation two interfaces in one class Pin
Richard MacCutchan18-Jun-13 23:05
mveRichard MacCutchan18-Jun-13 23:05 
GeneralRe: Implementation two interfaces in one class Pin
venkatesh5286719-Jun-13 1:11
venkatesh5286719-Jun-13 1: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.