Click here to Skip to main content
15,887,847 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: install path Pin
Saurabh.Garg29-Sep-09 20:11
Saurabh.Garg29-Sep-09 20:11 
QuestionClient-Server using socket? Pin
$uresh $hanmugam28-Sep-09 23:51
$uresh $hanmugam28-Sep-09 23:51 
AnswerRe: Client-Server using socket? Pin
Richard MacCutchan29-Sep-09 0:17
mveRichard MacCutchan29-Sep-09 0:17 
AnswerRe: Client-Server using socket? Pin
CPallini29-Sep-09 0:43
mveCPallini29-Sep-09 0:43 
AnswerRe: Client-Server using socket? Pin
Iain Clarke, Warrior Programmer29-Sep-09 0:53
Iain Clarke, Warrior Programmer29-Sep-09 0:53 
AnswerRe: Client-Server using socket? Pin
Rajesh R Subramanian29-Sep-09 1:50
professionalRajesh R Subramanian29-Sep-09 1:50 
QuestionHow can create a text file in pocket pc with programing? Pin
Le@rner28-Sep-09 23:30
Le@rner28-Sep-09 23:30 
AnswerRe: How can create a text file in pocket pc with programing? Pin
Iain Clarke, Warrior Programmer29-Sep-09 0:32
Iain Clarke, Warrior Programmer29-Sep-09 0:32 
_$h@nky_, You've been on these forums for a while, so I'm kinda surprised that you need help with this. But here you go.

1/ Create a file, probably ending in .txt. (CreateFile)
2/ Write a line into this file, ending in a carriage return / linefeed. (WriteFile)
3/ Repeat (2) with other data, as often as you like.
4/ Close the file (CloseHandle).

That's it!

I do find you puzzling - one week you're asking help about some really advanced topic - another week you're asking how to tie your shoe laces. Are you writing some mega big software?

Iain.

I have now moved to Sweden for love (awwww).
If you're in Scandinavia and want an MVP on the payroll (or happy with a remote worker), or need contract work done, give me a job! http://cv.imcsoft.co.uk/[^]

GeneralRe: How can create a text file in pocket pc with programing? Pin
Le@rner29-Sep-09 0:39
Le@rner29-Sep-09 0:39 
JokeRe: How can create a text file in pocket pc with programing? Pin
CPallini29-Sep-09 0:45
mveCPallini29-Sep-09 0:45 
QuestionProgress bar Pin
MahaKh28-Sep-09 23:26
MahaKh28-Sep-09 23:26 
AnswerRe: Progress bar Pin
Cedric Moonen28-Sep-09 23:29
Cedric Moonen28-Sep-09 23:29 
GeneralRe: Progress bar Pin
MahaKh28-Sep-09 23:35
MahaKh28-Sep-09 23:35 
GeneralRe: Progress bar Pin
Iain Clarke, Warrior Programmer29-Sep-09 0:37
Iain Clarke, Warrior Programmer29-Sep-09 0:37 
JokeRe: Progress bar Pin
David Crow29-Sep-09 3:42
David Crow29-Sep-09 3:42 
QuestionRe: Progress bar Pin
CPallini29-Sep-09 0:09
mveCPallini29-Sep-09 0:09 
QuestionAnother CListCtrl question [Solved] Pin
sashoalm28-Sep-09 22:08
sashoalm28-Sep-09 22:08 
AnswerRe: Another CListCtrl question Pin
«_Superman_»28-Sep-09 22:24
professional«_Superman_»28-Sep-09 22:24 
GeneralRe: Another CListCtrl question Pin
sashoalm29-Sep-09 0:37
sashoalm29-Sep-09 0:37 
Questionsetfocus Pin
hrishiS28-Sep-09 22:03
hrishiS28-Sep-09 22:03 
AnswerRe: setfocus Pin
sashoalm28-Sep-09 22:04
sashoalm28-Sep-09 22:04 
GeneralRe: setfocus Pin
hrishiS28-Sep-09 22:06
hrishiS28-Sep-09 22:06 
GeneralRe: setfocus Pin
sashoalm28-Sep-09 22:09
sashoalm28-Sep-09 22:09 
GeneralRe: setfocus Pin
hrishiS28-Sep-09 22:45
hrishiS28-Sep-09 22:45 
GeneralRe: setfocus Pin
sashoalm28-Sep-09 23:24
sashoalm28-Sep-09 23: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.