Click here to Skip to main content
16,011,784 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: HELP! Need a way to show a button in the taskbar... Pin
Christian Graus13-Mar-01 9:35
protectorChristian Graus13-Mar-01 9:35 
GeneralRe: HELP! Need a way to show a button in the taskbar... Pin
Erik Funkenbusch13-Mar-01 12:48
Erik Funkenbusch13-Mar-01 12:48 
GeneralRe: HELP! Need a way to show a button in the taskbar... Pin
Christian Graus13-Mar-01 12:51
protectorChristian Graus13-Mar-01 12:51 
GeneralRe: HELP! Need a way to show a button in the taskbar... Pin
Erik Funkenbusch13-Mar-01 12:47
Erik Funkenbusch13-Mar-01 12:47 
GeneralRe: HELP! Need a way to show a button in the taskbar... Pin
14-Mar-01 23:24
suss14-Mar-01 23:24 
GeneralHELP! Need a way to show a button in the taskbar... Pin
13-Mar-01 7:40
suss13-Mar-01 7:40 
GeneralCRecordSet and Access Database Help Please Pin
13-Mar-01 5:52
suss13-Mar-01 5:52 
GeneralRe: CRecordSet and Access Database Help Please Pin
Tim Deveaux13-Mar-01 6:47
Tim Deveaux13-Mar-01 6:47 
There's a new feature in VC6 that adds a length param to RFX_Text - it defaults to 255. Class wizard doesn't know about it.

You might try revising the DoFieldExchange code to add this fourth parameter:

//{{AFX_FIELD_MAP(CDataMemo1Set)
pFX->SetFieldType(CFieldExchange::outputColumn);
RFX_Long(pFX, _T("[ID]"), m_ID);
RFX_Text(pFX, _T("[Name]"), m_Name);
RFX_Text(pFX, _T("[Notes]"), m_Notes, 32768);    // like so...
//}}AFX_FIELD_MAP

GeneralForm apperance varies with screen resolution? Please Help!!! Pin
13-Mar-01 4:51
suss13-Mar-01 4:51 
GeneralRe: Form apperance varies with screen resolution? Please Help!!! Pin
Christian Graus13-Mar-01 10:53
protectorChristian Graus13-Mar-01 10:53 
GeneralRe: Form apperance varies with screen resolution? Please Help!!! Pin
13-Mar-01 11:05
suss13-Mar-01 11:05 
GeneralDAO Databases Pin
13-Mar-01 4:20
suss13-Mar-01 4:20 
GeneralRe: DAO Databases Pin
13-Mar-01 5:50
suss13-Mar-01 5:50 
QuestionHow to make one code with C & C++ Pin
13-Mar-01 3:12
suss13-Mar-01 3:12 
AnswerRe: How to make one code with C & C++ Pin
Christian Graus13-Mar-01 9:31
protectorChristian Graus13-Mar-01 9:31 
GeneralRe: How to make one code with C & C++ Pin
Tim Deveaux13-Mar-01 10:02
Tim Deveaux13-Mar-01 10:02 
GeneralAutomating Internet Explorer Pin
13-Mar-01 1:46
suss13-Mar-01 1:46 
GeneralAutomating Internet Explorer Pin
13-Mar-01 1:46
suss13-Mar-01 1:46 
GeneralRe: Automating Internet Explorer Pin
Sardaukar13-Mar-01 3:21
Sardaukar13-Mar-01 3:21 
GeneralCursor shape Pin
13-Mar-01 1:42
suss13-Mar-01 1:42 
GeneralRe: Cursor shape Pin
Christian Graus13-Mar-01 9:38
protectorChristian Graus13-Mar-01 9:38 
GeneralOutlook Express Pin
12-Mar-01 23:51
suss12-Mar-01 23:51 
GeneralRe: Outlook Express Pin
Erik Funkenbusch13-Mar-01 12:54
Erik Funkenbusch13-Mar-01 12:54 
GeneralRe: Outlook Express Pin
14-Mar-01 2:46
suss14-Mar-01 2:46 
GeneralRe: Outlook Express Pin
Erik Funkenbusch14-Mar-01 11:52
Erik Funkenbusch14-Mar-01 11: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.