Click here to Skip to main content
15,921,660 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How do i make a game? Pin
Christian Graus20-Feb-03 11:32
protectorChristian Graus20-Feb-03 11:32 
AnswerRe: How do i make a game? Pin
Paul M Watt20-Feb-03 17:33
mentorPaul M Watt20-Feb-03 17:33 
AnswerRe: How do i make a game? Pin
Jambolo22-Feb-03 21:06
Jambolo22-Feb-03 21:06 
GeneralRe: How do i make a game? Pin
carjackermike23-Feb-03 14:46
susscarjackermike23-Feb-03 14:46 
GeneralRe: How do i make a game? Pin
Alexander Wiseman24-Jun-03 8:01
Alexander Wiseman24-Jun-03 8:01 
Generaldata exchange Pin
dudic20-Feb-03 10:21
dudic20-Feb-03 10:21 
GeneralRe: data exchange Pin
Christian Graus20-Feb-03 10:36
protectorChristian Graus20-Feb-03 10:36 
Generalexcel setting paper size Pin
Anonymous20-Feb-03 10:01
Anonymous20-Feb-03 10:01 
Hi all.. I'm working on excel automation..
One thing that i found out was some file doesn't allowing to set the paper size.. even you dont user automation... I mean just using MS Excel Application to open and go to file->pagesetup and the paper size combo box is gray.. that's mean you can't set any paper size for that file except the paper size what the person who create that excel file.
is there anyway that I can detected whether that paper size combo box is not in gray color before I actually use my code? I used long pagesetup::getpapersize().. before I use pagesetup::setpapersize()
the function return the paper size unless the papersize combo box is not in gray color. if it is in gray color, I got the error message saying "type not match".. I tried to use
if(!getpapersize())  <font color="red">// here is the error.</font><br />
{ <br />
<br />
}<code><br />
 but still getting the same error message..

GeneralCrichEditCTrl Pin
ns20-Feb-03 9:33
ns20-Feb-03 9:33 
GeneralRe: CrichEditCTrl Pin
Valera24117620-Feb-03 11:34
Valera24117620-Feb-03 11:34 
GeneralRe: CrichEditCTrl Pin
ns21-Feb-03 0:47
ns21-Feb-03 0:47 
GeneralRe: CrichEditCTrl Pin
Valera24117621-Feb-03 10:02
Valera24117621-Feb-03 10:02 
GeneralRe: CrichEditCTrl Pin
ns24-Feb-03 1:58
ns24-Feb-03 1:58 
GeneralGreying out checkboxes in TreeView Pin
nitingonsalves20-Feb-03 8:24
nitingonsalves20-Feb-03 8:24 
GeneralTerminating Applications in VC++ Pin
Anonymous20-Feb-03 8:18
Anonymous20-Feb-03 8:18 
GeneralRe: Terminating Applications in VC++ Pin
AlexO20-Feb-03 8:56
AlexO20-Feb-03 8:56 
GeneralDynamic linking MFC Pin
User 988520-Feb-03 6:55
User 988520-Feb-03 6:55 
GeneralRe: Dynamic linking MFC Pin
valikac20-Feb-03 7:25
valikac20-Feb-03 7:25 
GeneralRe: Dynamic linking MFC Pin
Florian Heidenreich20-Feb-03 8:17
Florian Heidenreich20-Feb-03 8:17 
Questionvector::iterator: difference = index? Pin
peterchen20-Feb-03 6:41
peterchen20-Feb-03 6:41 
AnswerRe: vector::iterator: difference = index? Pin
Joaquín M López Muñoz20-Feb-03 6:50
Joaquín M López Muñoz20-Feb-03 6:50 
GeneralHelp in getting the UNC path Pin
ElizabethC20-Feb-03 6:26
ElizabethC20-Feb-03 6:26 
GeneralRe: Help in getting the UNC path Pin
Joaquín M López Muñoz20-Feb-03 6:41
Joaquín M López Muñoz20-Feb-03 6:41 
GeneralRe: Help in getting the UNC path Pin
ElizabethC20-Feb-03 7:35
ElizabethC20-Feb-03 7:35 
GeneralRe: Help in getting the UNC path Pin
Joaquín M López Muñoz20-Feb-03 7:40
Joaquín M López Muñoz20-Feb-03 7:40 

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.