Click here to Skip to main content
15,908,909 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalafxwin.h Weird Compile Error.. Pin
Maverick2-Jan-05 22:21
Maverick2-Jan-05 22:21 
QuestionHow to draw static controls and check box buttons transparently ? Pin
rrrado2-Jan-05 21:50
rrrado2-Jan-05 21:50 
AnswerRe: How to draw static controls and check box buttons transparently ? Pin
YoSilver3-Jan-05 4:12
YoSilver3-Jan-05 4:12 
GeneralRe: How to draw static controls and check box buttons transparently ? Pin
rrrado4-Jan-05 0:07
rrrado4-Jan-05 0:07 
GeneralRe: How to draw static controls and check box buttons transparently ? Pin
YoSilver4-Jan-05 5:18
YoSilver4-Jan-05 5:18 
Generalcreating ActiveX controls for Dialog froms... Pin
Surya Prakash Adari2-Jan-05 19:31
Surya Prakash Adari2-Jan-05 19:31 
GeneralRe: creating ActiveX controls for Dialog froms... Pin
ThatsAlok2-Jan-05 22:17
ThatsAlok2-Jan-05 22:17 
GeneralTCPview like tool Pin
2000ram2-Jan-05 19:21
2000ram2-Jan-05 19:21 
GeneralDbl Click Event handler for Buttons created at Runtime Pin
Surya Prakash Adari2-Jan-05 19:09
Surya Prakash Adari2-Jan-05 19:09 
GeneralRe: Dbl Click Event handler for Buttons created at Runtime Pin
ThatsAlok2-Jan-05 19:59
ThatsAlok2-Jan-05 19:59 
GeneralTCPview like-tool Pin
Anonymous2-Jan-05 18:50
Anonymous2-Jan-05 18:50 
GeneralRe: TCPview like-tool Pin
ThatsAlok2-Jan-05 18:59
ThatsAlok2-Jan-05 18:59 
GeneralRe: TCPview like-tool Pin
Anonymous2-Jan-05 19:10
Anonymous2-Jan-05 19:10 
GeneralRe: TCPview like-tool Pin
ThatsAlok2-Jan-05 19:20
ThatsAlok2-Jan-05 19:20 
GeneralAuto Scroll List Control Pin
Imtiaz Murtaza2-Jan-05 18:38
Imtiaz Murtaza2-Jan-05 18:38 
GeneralRe: Auto Scroll List Control Pin
Michael Dunn2-Jan-05 19:24
sitebuilderMichael Dunn2-Jan-05 19:24 
GeneralRe: Auto Scroll List Control Pin
Shah Shehpori2-Jan-05 19:28
sussShah Shehpori2-Jan-05 19:28 
GeneralRe: Auto Scroll List Control Pin
ThatsAlok2-Jan-05 22:22
ThatsAlok2-Jan-05 22:22 
GeneralRe: Auto Scroll List Control Pin
David Crow3-Jan-05 3:29
David Crow3-Jan-05 3:29 
GeneralRe: Auto Scroll List Control Pin
ThatsAlok3-Jan-05 4:44
ThatsAlok3-Jan-05 4:44 
GeneralMS-ACCESS log rotation Pin
Anonymous2-Jan-05 16:46
Anonymous2-Jan-05 16:46 
GeneralRe: MS-ACCESS log rotation Pin
Monty22-Jan-05 18:06
Monty22-Jan-05 18:06 
two options
1) have another DB file and when the time is up, copy all the recordsets from the current to the backed up
and empty the current

2) import an empty database in ur Exe and when the time comes copy the DB to DBBkup directory and spit out the empty DB from the Exe File (FindResource will help)




C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do, it blows away your whole leg
GeneralRe: MS-ACCESS log rotation Pin
Anonymous2-Jan-05 18:27
Anonymous2-Jan-05 18:27 
GeneralRe: MS-ACCESS log rotation Pin
David Crow3-Jan-05 3:34
David Crow3-Jan-05 3:34 
QuestionHow to set Window Size of MFC Dialog? Pin
pubududilena2-Jan-05 16:12
pubududilena2-Jan-05 16:12 

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.