Click here to Skip to main content
15,910,661 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: *** Declaring Array inside another Array *** Pin
Sam Hobbs27-Sep-00 15:05
Sam Hobbs27-Sep-00 15:05 
QuestionIs there any way of printing text on top of a pdf file, without printing the pdf then asking the user to stick the paper back into the printer? Pin
Erich Ruth27-Sep-00 11:34
Erich Ruth27-Sep-00 11:34 
AnswerRe: Is there any way of printing text on top of a pdf file, without printing the pdf then asking the user to stick the paper back into the printer? Pin
Feng Yuan (www.fengyuan.com)27-Sep-00 15:38
sussFeng Yuan (www.fengyuan.com)27-Sep-00 15:38 
Generalwindows 95 DDK Pin
loki rasputin27-Sep-00 11:33
loki rasputin27-Sep-00 11:33 
GeneralIs it possible to stretch a bitmap to the size of a CStatic? Pin
Marcelo Guerra27-Sep-00 4:08
Marcelo Guerra27-Sep-00 4:08 
GeneralRe: Is it possible to stretch a bitmap to the size of a CStatic? Pin
Jeremy Davis28-Sep-00 1:37
Jeremy Davis28-Sep-00 1:37 
General*** Declaring Array size from User Input *** Pin
Steve Lai27-Sep-00 3:46
Steve Lai27-Sep-00 3:46 
GeneralRe: *** Declaring Array size from User Input *** Pin
Serge Velikevitch27-Sep-00 4:21
sussSerge Velikevitch27-Sep-00 4:21 
GeneralRe: *** Declaring Array size from User Input *** Pin
Philip Nicoletti27-Sep-00 6:41
Philip Nicoletti27-Sep-00 6:41 
GeneralBring up security dialog Pin
Member 16798026-Sep-00 2:09
Member 16798026-Sep-00 2:09 
GeneralNT function which shows the adminsitrator or user rights Pin
Member 559426-Sep-00 0:23
Member 559426-Sep-00 0:23 
GeneralProperty Sheet Without MFC help please.. Pin
Walid MEDDEB25-Sep-00 23:46
Walid MEDDEB25-Sep-00 23:46 
GeneralRe: Property Sheet Without MFC help please.. Pin
Michael Dunn26-Sep-00 6:30
sitebuilderMichael Dunn26-Sep-00 6:30 
GeneralRe: Property Sheet Without MFC help please.. Pin
Serge Velikevitch26-Sep-00 6:35
sussSerge Velikevitch26-Sep-00 6:35 
Generalreturnvalue message handler Pin
P e t e r25-Sep-00 22:00
P e t e r25-Sep-00 22:00 
GeneralTerminating DOS Process under WinNT/2000 Pin
Ronald L. Russell Jr. (Ron)25-Sep-00 13:19
sussRonald L. Russell Jr. (Ron)25-Sep-00 13:19 
GeneralCCheckListBox Base class Pin
jcyoon25-Sep-00 9:27
jcyoon25-Sep-00 9:27 
GeneralRe: CCheckListBox Base class Pin
Sam Hobbs25-Sep-00 12:44
Sam Hobbs25-Sep-00 12:44 
GeneralConvert Date&Time string to DATE type Pin
Tony Li25-Sep-00 5:52
Tony Li25-Sep-00 5:52 
GeneralUnicode/Ansi conversion macros in '.c' files Pin
Chris Vischer25-Sep-00 4:51
Chris Vischer25-Sep-00 4:51 
GeneralRe: Unicode/Ansi conversion macros in '.c' files Pin
Stober27-Sep-00 17:19
Stober27-Sep-00 17:19 
General[Q]Office Automation...(PowerPoint..) with client script Pin
Ryan Park24-Sep-00 23:04
Ryan Park24-Sep-00 23:04 
GeneralColors in my dialog... Pin
Fredrik24-Sep-00 21:35
Fredrik24-Sep-00 21:35 
GeneralBrowsers installed in my system Pin
santhosh kumar s24-Sep-00 21:21
santhosh kumar s24-Sep-00 21:21 
General*** Displaying COleVariant variables *** Pin
Steve Lai24-Sep-00 19:25
Steve Lai24-Sep-00 19:25 
Hi everyone,

I have a project that is MFC based and I would like to know how I can display the value of an COleVariant variable in a messagebox?

For example, I have the following:

COleVariant var;
var then contains some data. I retrieved from a database with GetFieldValue() function. which is done with a CDaoDatabase connection.

How do I display whatever that is in var in the MFC application to see what is inside it?

If anyone knows, Please let me know.

Thanks in Advance!

Steve

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.