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

C / C++ / MFC

 
GeneralRe: Migrating from Win9x to Linux - PLEASE HELP! Pin
Matt Newman28-Dec-01 4:31
Matt Newman28-Dec-01 4:31 
GeneralRe: Migrating from Win9x to Linux - PLEASE HELP! Pin
Nemanja Trifunovic28-Dec-01 5:25
Nemanja Trifunovic28-Dec-01 5:25 
GeneralRe: Migrating from Win9x to Linux - PLEASE HELP! Pin
Fazlul Kabir28-Dec-01 5:30
Fazlul Kabir28-Dec-01 5:30 
GeneralRe: Migrating from Win9x to Linux - PLEASE HELP! Pin
Ravi Bhavnani28-Dec-01 5:31
professionalRavi Bhavnani28-Dec-01 5:31 
GeneralRe: Migrating from Win9x to Linux - PLEASE HELP! Pin
Tomasso7-Jan-02 7:10
Tomasso7-Jan-02 7:10 
Generalaccess CRecordSet from another class Pin
jafrazee28-Dec-01 2:43
jafrazee28-Dec-01 2:43 
GeneralRe: access CRecordSet from another class Pin
Carlos Antollini28-Dec-01 3:05
Carlos Antollini28-Dec-01 3:05 
GeneralRe: access CRecordSet from another class Pin
jafrazee28-Dec-01 3:46
jafrazee28-Dec-01 3:46 
i used the wizard to create my app. it placed the following in my view to init the recordset.


m_pSet = &GetDocument()->m_tDSMSet;
CRecordView::OnInitialUpdate();

in my view header i have

class CTDSMSet;
.....
CTDSMSet* m_pSet;

i have been able to move the class declaration to my app header but nothing else with out errors. do you know if there is any documentation on moveing everything to the app class from a view class? or am i just looking to hard at this configuration maybe?
GeneralRe: access CRecordSet from another class Pin
Carlos Antollini28-Dec-01 5:07
Carlos Antollini28-Dec-01 5:07 
Questionhow can i DRAW in CVIEW:OnInitialUpdate() function? Pin
AnonymousBabe@usa.net28-Dec-01 2:08
AnonymousBabe@usa.net28-Dec-01 2:08 
AnswerRe: how can i DRAW in CVIEW:OnInitialUpdate() function? Pin
AnonymousBabe@usa.net28-Dec-01 6:07
AnonymousBabe@usa.net28-Dec-01 6:07 
AnswerRe: how can i DRAW in CVIEW:OnInitialUpdate() function? Pin
Shog928-Dec-01 8:58
sitebuilderShog928-Dec-01 8:58 
GeneralRe: how can i DRAW in CVIEW:OnInitialUpdate() function? Pin
AnonymousBabe@usa.net28-Dec-01 14:23
AnonymousBabe@usa.net28-Dec-01 14:23 
GeneralRe: how can i DRAW in CVIEW:OnInitialUpdate() function? Pin
Shog929-Dec-01 13:14
sitebuilderShog929-Dec-01 13:14 
Generalcsv file Pin
Sonu Kapoor28-Dec-01 2:06
Sonu Kapoor28-Dec-01 2:06 
Generalerror message Pin
28-Dec-01 0:42
suss28-Dec-01 0:42 
GeneralRe: error message Pin
Sergei Yevseyev28-Dec-01 4:24
Sergei Yevseyev28-Dec-01 4:24 
Generalerror message Pin
28-Dec-01 0:41
suss28-Dec-01 0:41 
QuestionIsn't there native support for PNG in Windows? Pin
Nish Nishant27-Dec-01 21:56
sitebuilderNish Nishant27-Dec-01 21:56 
AnswerRe: Isn't there native support for PNG in Windows? Pin
Mike Nordell27-Dec-01 23:02
Mike Nordell27-Dec-01 23:02 
GeneralRe: Isn't there native support for PNG in Windows? Pin
Nish Nishant27-Dec-01 23:14
sitebuilderNish Nishant27-Dec-01 23:14 
GeneralRe: Isn't there native support for PNG in Windows? Pin
Mike Nordell27-Dec-01 23:22
Mike Nordell27-Dec-01 23:22 
GeneralRe: Isn't there native support for PNG in Windows? Pin
Nish Nishant27-Dec-01 23:41
sitebuilderNish Nishant27-Dec-01 23:41 
GeneralRe: Isn't there native support for PNG in Windows? Pin
markkuk27-Dec-01 23:24
markkuk27-Dec-01 23:24 
GeneralRe: Isn't there native support for PNG in Windows? Pin
Nish Nishant27-Dec-01 23:42
sitebuilderNish Nishant27-Dec-01 23:42 

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.