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

C / C++ / MFC

 
Questionmy problem about button bitmap Pin
rajneshmalik19-Dec-07 20:13
rajneshmalik19-Dec-07 20:13 
QuestionRe: my problem about button bitmap Pin
David Crow15-Jan-08 3:08
David Crow15-Jan-08 3:08 
QuestionRe: my problem about button bitmap Pin
littleGreenDude4-Feb-08 8:50
littleGreenDude4-Feb-08 8:50 
GeneralRe: my problem about button bitmap Pin
David Crow4-Feb-08 8:56
David Crow4-Feb-08 8:56 
GeneralRe: my problem about button bitmap [modified] Pin
littleGreenDude4-Feb-08 9:07
littleGreenDude4-Feb-08 9:07 
GeneralRe: my problem about button bitmap Pin
David Crow4-Feb-08 10:10
David Crow4-Feb-08 10:10 
QuestionHow to Split a txt file. Pin
santhoshv8419-Dec-07 19:36
santhoshv8419-Dec-07 19:36 
AnswerRe: How to Split a txt file. Pin
CPallini19-Dec-07 21:16
mveCPallini19-Dec-07 21:16 
That can be easily done:
(0) if you have reached endo of file exit
(1) Read a line and append it to your buffer
(2) Search the line for the "PAGE-BREAK-AFTER" separator
(3) if the separator is not found go to point (0)
(4) write buffer content to new file
(5) erase buffer
(6) go to point (0)


Smile | :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.


Generalerror with a /clr option Pin
tasumisra19-Dec-07 18:56
tasumisra19-Dec-07 18:56 
GeneralRe: error with a /clr option Pin
CPallini19-Dec-07 21:08
mveCPallini19-Dec-07 21:08 
GeneralRe: error with a /clr option Pin
Mark Salsbery20-Dec-07 5:49
Mark Salsbery20-Dec-07 5:49 
GeneralSolution Pin
Tausifahamad Tamboli5-Dec-10 17:45
Tausifahamad Tamboli5-Dec-10 17:45 
GeneralProblem with CreateMutex() and CloseHandle() Pin
ashishbhatt19-Dec-07 18:18
ashishbhatt19-Dec-07 18:18 
GeneralRe: Problem with CreateMutex() and CloseHandle() Pin
Sarath C19-Dec-07 19:18
Sarath C19-Dec-07 19:18 
GeneralRe: Problem with CreateMutex() and CloseHandle() Pin
ashishbhatt19-Dec-07 19:32
ashishbhatt19-Dec-07 19:32 
QuestionRe: Problem with CreateMutex() and CloseHandle() Pin
Kiran Pinjala19-Dec-07 22:31
Kiran Pinjala19-Dec-07 22:31 
GeneralRe: Problem with CreateMutex() and CloseHandle() Pin
Sarath C19-Dec-07 23:03
Sarath C19-Dec-07 23:03 
GeneralRe: Problem with CreateMutex() and CloseHandle() Pin
Kiran Pinjala19-Dec-07 23:11
Kiran Pinjala19-Dec-07 23:11 
GeneralRe: Problem with CreateMutex() and CloseHandle() Pin
Sarath C19-Dec-07 19:41
Sarath C19-Dec-07 19:41 
GeneralRe: Problem with CreateMutex() and CloseHandle() Pin
ashishbhatt19-Dec-07 20:56
ashishbhatt19-Dec-07 20:56 
AnswerRe: Problem with CreateMutex() and CloseHandle() Pin
Member 75496020-Dec-07 3:37
Member 75496020-Dec-07 3:37 
GeneralRe: Problem with CreateMutex() and CloseHandle() Pin
ashishbhatt24-Dec-07 18:18
ashishbhatt24-Dec-07 18:18 
GeneralRe: Problem with CreateMutex() and CloseHandle() Pin
Member 75496026-Dec-07 4:51
Member 75496026-Dec-07 4:51 
GeneralRe: Problem with CreateMutex() and CloseHandle() Pin
DevelopmentNoob16-Dec-09 19:56
DevelopmentNoob16-Dec-09 19:56 
GeneralRe: Problem with CreateMutex() and CloseHandle() Pin
NehaMishra286846-Dec-10 19:31
NehaMishra286846-Dec-10 19:31 

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.