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

C / C++ / MFC

 
GeneralRe: How to get the text that is on the dialog Pin
JensB13-Jun-03 0:06
JensB13-Jun-03 0:06 
AnswerRe: How to get the text that is on the dialog Pin
Neville Franks13-Jun-03 0:10
Neville Franks13-Jun-03 0:10 
GeneralReal time charting. Help ! Pin
Cedric Moonen12-Jun-03 20:24
Cedric Moonen12-Jun-03 20:24 
GeneralRe: Real time charting. Help ! Pin
Nuehli12-Jun-03 22:24
Nuehli12-Jun-03 22:24 
GeneralRe: Real time charting. Help ! Pin
Cedric Moonen12-Jun-03 22:44
Cedric Moonen12-Jun-03 22:44 
GeneralModelless Message Guys Pin
super12-Jun-03 20:14
professionalsuper12-Jun-03 20:14 
GeneralRe: Modelless Message Guys Pin
Rage12-Jun-03 21:20
professionalRage12-Jun-03 21:20 
GeneralShare path over netowrks Pin
AnkushChopra12-Jun-03 20:11
AnkushChopra12-Jun-03 20:11 
I am accessing Files, folders, drives over network. Through SHBrowseForFolder I get the path over network. The problem arises when I check the path for validity with CFileFind.

Assume that there is a pc with name PCabc over the network, and it has a folder in one of it's drive with name FOLDER1, which is sharable, with the same name.

The path I recieve is \\PCabc\FOLDER1, Now when I pass it through CFileFind::FindFile() and CFileFind::FindNextFile(), the path is rejected. However if I take a folder say SUBFOLDER1 in the share FOLDER1 (which is also the exact name of the folder), I get no problem, ie, the path \\PCabc\FOLDER1\SUBFOLDER1 gives me no errors. It is accepted by CFileFind.

Can you suggest me what should I do to get the path for the shares which will be accepted by CFileFind.

Thanks
GeneralRe: Share path over netowrks Pin
David Crow13-Jun-03 3:25
David Crow13-Jun-03 3:25 
QuestionHow to connect the database through internet? Pin
stanley guan12-Jun-03 15:43
stanley guan12-Jun-03 15:43 
AnswerRe: How to connect the database through internet? Pin
basementman13-Jun-03 4:54
basementman13-Jun-03 4:54 
GeneralProcess Handle and MainWindow Pin
Arnaud Brejeon12-Jun-03 15:34
Arnaud Brejeon12-Jun-03 15:34 
GeneralRe: Process Handle and MainWindow Pin
valikac12-Jun-03 19:32
valikac12-Jun-03 19:32 
GeneralMpeg 4 player Pin
weituck12-Jun-03 14:58
weituck12-Jun-03 14:58 
GeneralRe: Mpeg 4 player Pin
John M. Drescher12-Jun-03 16:39
John M. Drescher12-Jun-03 16:39 
GeneralRe: Mpeg 4 player Pin
Churn Wuang12-Jun-03 23:37
Churn Wuang12-Jun-03 23:37 
QuestionHow to obtain column number in a file Pin
Saqib Razzaq12-Jun-03 14:15
Saqib Razzaq12-Jun-03 14:15 
AnswerRe: How to obtain column number in a file Pin
Rage12-Jun-03 21:19
professionalRage12-Jun-03 21:19 
GeneralA spell checker for C programs Pin
Jacob Navia12-Jun-03 11:03
Jacob Navia12-Jun-03 11:03 
GeneralRe: A spell checker for C programs Pin
Ryan Binns12-Jun-03 14:35
Ryan Binns12-Jun-03 14:35 
GeneralRe: A spell checker for C programs Pin
John M. Drescher13-Jun-03 1:09
John M. Drescher13-Jun-03 1:09 
GeneralRe: A spell checker for C programs Pin
Jacob Navia13-Jun-03 4:32
Jacob Navia13-Jun-03 4:32 
GeneralC Compiler Pin
Gary Kirkham12-Jun-03 10:56
Gary Kirkham12-Jun-03 10:56 
GeneralRe: C Compiler Pin
Jacob Navia12-Jun-03 11:11
Jacob Navia12-Jun-03 11:11 
GeneralRe: C Compiler Pin
Gary Kirkham12-Jun-03 11:14
Gary Kirkham12-Jun-03 11:14 

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.