Click here to Skip to main content
15,917,645 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: sending sms to mobile using VC++ Pin
ThatsAlok2-Mar-05 23:09
ThatsAlok2-Mar-05 23:09 
GeneralRe: sending sms to mobile using VC++ Pin
Member 13944023-Mar-05 17:58
Member 13944023-Mar-05 17:58 
GeneralRe: sending sms to mobile using VC++ Pin
mpapeo4-Mar-05 11:15
mpapeo4-Mar-05 11:15 
GeneralRe: sending sms to mobile using VC++ Pin
Member 13944027-Mar-05 20:28
Member 13944027-Mar-05 20:28 
GeneralProblem with socket Pin
densitet2-Mar-05 21:20
densitet2-Mar-05 21:20 
GeneralRe: Problem with socket Pin
vishalmore2-Mar-05 22:01
vishalmore2-Mar-05 22:01 
GeneralRe: Problem with socket Pin
densitet2-Mar-05 22:08
densitet2-Mar-05 22:08 
GeneralRe: Problem with socket Pin
ThatsAlok2-Mar-05 23:19
ThatsAlok2-Mar-05 23:19 
HI Densitet!!

if you are successful in connecting Sockets, i.e. you can send "hello" between Server and Client then this piece of logic to send the c:\ file List between two computer.

->after connecting socket, enumerate the all the file present in the C:\ using FindFirstFile and FindNextFile or you can use this wrapper
http://www.codeproject.com/file/win32findfile.asp

Now copy all file name in a single string separated by some separator (u can use ';' for that) i.e.

if your c:\ for example contain these file 1.txt 7.exe and fatman.mpg then you string be something like this 1.txt;7.txt;fatman.mpg; send this string to server and on server end parse this string to get actual file list.



"I Think this Will Help"
[Vote One Here, Complete my Survey....]
<h5
alok="" gupta="" <br=""> visit me at http://www.thisisalok.tk

GeneralRe: Problem with socket Pin
vishalmore3-Mar-05 2:40
vishalmore3-Mar-05 2:40 
GeneralPlease help me immediatly Pin
ikram_ktk2-Mar-05 20:33
ikram_ktk2-Mar-05 20:33 
GeneralRe: Please help me immediatly Pin
Ravi Bhavnani3-Mar-05 3:59
professionalRavi Bhavnani3-Mar-05 3:59 
Generalchallenging one Pin
mpapeo2-Mar-05 19:34
mpapeo2-Mar-05 19:34 
GeneralRe: challenging one Pin
jan larsen2-Mar-05 20:19
jan larsen2-Mar-05 20:19 
GeneralRe: challenging one Pin
mpapeo2-Mar-05 22:17
mpapeo2-Mar-05 22:17 
GeneralRe: challenging one Pin
jan larsen2-Mar-05 22:39
jan larsen2-Mar-05 22:39 
GeneralRe: challenging one Pin
mpapeo4-Mar-05 11:02
mpapeo4-Mar-05 11:02 
QuestionHow 2 make a string of 10 * in a row? Pin
jj2jj22-Mar-05 18:55
jj2jj22-Mar-05 18:55 
AnswerRe: How 2 make a string of 10 * in a row? Pin
ThatsAlok2-Mar-05 19:11
ThatsAlok2-Mar-05 19:11 
AnswerRe: How 2 make a string of 10 * in a row? Pin
jones20003-Mar-05 1:48
jones20003-Mar-05 1:48 
General[IFileSystem ] Problem using IFileSystem Interface from scrrun.dll Pin
Member 862302-Mar-05 18:47
Member 862302-Mar-05 18:47 
GeneralQuestion about window's state!!! Pin
kokehqyu2-Mar-05 18:45
kokehqyu2-Mar-05 18:45 
GeneralRe: Question about window's state!!! Pin
Ravi Bhavnani3-Mar-05 3:55
professionalRavi Bhavnani3-Mar-05 3:55 
GeneralRe: Question about window's state!!! Pin
kokehqyu3-Mar-05 17:39
kokehqyu3-Mar-05 17:39 
GeneralDevstudio addin Ques Pin
Jetli Jerry2-Mar-05 18:37
Jetli Jerry2-Mar-05 18:37 
GeneralMFC MDI with sound! Pin
Member 14844962-Mar-05 18:24
Member 14844962-Mar-05 18:24 

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.