Click here to Skip to main content
16,005,127 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionActiveX serialization Pin
shiraztk22-Aug-07 0:46
shiraztk22-Aug-07 0:46 
QuestionODBC & C++ Question Pin
Programm3r22-Aug-07 0:31
Programm3r22-Aug-07 0:31 
GeneralRe: ODBC & C++ Question Pin
Matthew Faithfull22-Aug-07 1:19
Matthew Faithfull22-Aug-07 1:19 
AnswerRe: ODBC & C++ Question Pin
James R. Twine22-Aug-07 1:53
James R. Twine22-Aug-07 1:53 
GeneralRe: ODBC & C++ Question Pin
Programm3r23-Aug-07 1:38
Programm3r23-Aug-07 1:38 
Questionhelp Pin
SnaKeBeD22-Aug-07 0:02
SnaKeBeD22-Aug-07 0:02 
AnswerRe: help Pin
Roger Allen22-Aug-07 0:29
Roger Allen22-Aug-07 0:29 
AnswerRe: help Pin
SnaKeBeD22-Aug-07 1:30
SnaKeBeD22-Aug-07 1:30 
i tried that its generating error...
this is my exact code

obBrowse()
{
int count=0;
CSting filename[256];

CFileDialog fileDialog(true,null,null,OFN_MULTISELECT | OFN_NODEREFERNCELINK|OFN_EXPLORER ,"Excel File(*.xls)|*.xls|AllTypes(*.*)|*.*");

POSITION file=fileDialog.GetStartPosition();

if(fileDialog.DoModal==IDOK) //this is where error is generating if i select more files... (for example 20)
{
UINT count=0;
POSITION pos=fileDialog.GetStartPosition();
while(pos)
{
fileDialog.GetNextPathPosition(pos);
++count;
}
while(file!=NULL)
{
fileName[count]=fileDialog.GetNextPathName(file);
}
}
}
can you tell me where

||SnAkeBed||

QuestionRe: help Pin
David Crow22-Aug-07 2:56
David Crow22-Aug-07 2:56 
GeneralRe: help Pin
Russell'22-Aug-07 3:04
Russell'22-Aug-07 3:04 
GeneralRe: help Pin
Russell'22-Aug-07 3:07
Russell'22-Aug-07 3:07 
AnswerRe: help Pin
Russell'22-Aug-07 1:47
Russell'22-Aug-07 1:47 
GeneralRe: help Pin
toxcct22-Aug-07 3:11
toxcct22-Aug-07 3:11 
GeneralRe: help Pin
Russell'22-Aug-07 3:22
Russell'22-Aug-07 3:22 
AnswerRe: help Pin
PJ Arends22-Aug-07 6:28
professionalPJ Arends22-Aug-07 6:28 
QuestionOLE Drag and Drop not starting Pin
Roger Allen22-Aug-07 0:01
Roger Allen22-Aug-07 0:01 
AnswerRe: OLE Drag and Drop not starting Pin
Roger Allen22-Aug-07 0:24
Roger Allen22-Aug-07 0:24 
QuestionDBException [modified] Pin
sanjutvm21-Aug-07 23:55
sanjutvm21-Aug-07 23:55 
QuestionAggregating the ActiveX control Pin
ss43121-Aug-07 23:37
ss43121-Aug-07 23:37 
QuestionHow to draw Arc in eVC++ (WinCE) Pin
himuskanhere21-Aug-07 23:31
himuskanhere21-Aug-07 23:31 
AnswerRe: How to draw Arc in eVC++ (WinCE) Pin
ThatsAlok21-Aug-07 23:52
ThatsAlok21-Aug-07 23:52 
GeneralRe: How to draw Arc in eVC++ (WinCE) Pin
himuskanhere22-Aug-07 0:21
himuskanhere22-Aug-07 0:21 
GeneralRe: How to draw Arc in eVC++ (WinCE) Pin
himuskanhere22-Aug-07 1:17
himuskanhere22-Aug-07 1:17 
AnswerRe: How to draw Arc in eVC++ (WinCE) Pin
Nelek22-Aug-07 1:26
protectorNelek22-Aug-07 1:26 
AnswerRe: How to draw Arc in eVC++ (WinCE) Pin
Iain Clarke, Warrior Programmer22-Aug-07 3:20
Iain Clarke, Warrior Programmer22-Aug-07 3:20 

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.