Click here to Skip to main content
15,902,764 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: strtok Pin
Ryan Binns16-Jul-03 17:16
Ryan Binns16-Jul-03 17:16 
GeneralEnv Vars in arg list and Studio Pin
john john mackey16-Jul-03 11:15
john john mackey16-Jul-03 11:15 
GeneralHiding controls in the CFileDialog Pin
GloriousBlues16-Jul-03 10:45
GloriousBlues16-Jul-03 10:45 
QuestionHow to make an automated phone call? Pin
Alvaro Mendez16-Jul-03 9:52
Alvaro Mendez16-Jul-03 9:52 
AnswerRe: How to make an automated phone call? Pin
Ranjan Banerji16-Jul-03 10:51
Ranjan Banerji16-Jul-03 10:51 
AnswerRe: How to make an automated phone call? Pin
Ranjan Banerji16-Jul-03 10:58
Ranjan Banerji16-Jul-03 10:58 
GeneralTo MFC or NOT to MFC that is the question. Pin
John R. Shaw16-Jul-03 9:48
John R. Shaw16-Jul-03 9:48 
GeneralRe: To MFC or NOT to MFC that is the question. Pin
Code4Food16-Jul-03 9:56
Code4Food16-Jul-03 9:56 
It depends what you are looking for. If you want a quick time to market, but high overhead cost (computer usage) then go with MFC. However, you can also choose ATL which is much leaner and write your control in that, since it is a templated library it will only compile and link the necessary code, unlike MFC which give you everything. Also if you want a smaller files size ATL would be nice, and when I say ATL you can program it in straight "C" for all that matters I just find ATL faster to write components (none of my components are commercial, all of them are for in house use only, you may wish to wait for the opinion of someone who has written a commercial project)

Also grats on writing it. To tell you honestly one of the contractors I work with just bought a text tool like this himself, I think there is a viable market for it.

Code4Food
----
"There is no try; only do or do not"
-Yoda
GeneralRe: To MFC or NOT to MFC that is the question. Pin
Ryan Binns16-Jul-03 17:24
Ryan Binns16-Jul-03 17:24 
QuestionHow to detect an USB Mass Storage or Digital Camera connection Pin
Member 30919816-Jul-03 9:28
Member 30919816-Jul-03 9:28 
Generalregistry api Pin
YaronNir16-Jul-03 9:09
YaronNir16-Jul-03 9:09 
GeneralRe: registry api Pin
David Crow16-Jul-03 9:35
David Crow16-Jul-03 9:35 
GeneralRe: registry api Pin
YaronNir17-Jul-03 4:20
YaronNir17-Jul-03 4:20 
GeneralRe: registry api Pin
David Crow17-Jul-03 5:23
David Crow17-Jul-03 5:23 
GeneralRe: registry api Pin
Iain Clarke, Warrior Programmer16-Jul-03 10:27
Iain Clarke, Warrior Programmer16-Jul-03 10:27 
GeneralRe: registry api Pin
YaronNir17-Jul-03 4:20
YaronNir17-Jul-03 4:20 
GeneralRe: registry api Pin
Iain Clarke, Warrior Programmer17-Jul-03 4:38
Iain Clarke, Warrior Programmer17-Jul-03 4:38 
GeneralRe: registry api Pin
YaronNir17-Jul-03 4:54
YaronNir17-Jul-03 4:54 
GeneralRadio Button groups Pin
act_x16-Jul-03 8:49
act_x16-Jul-03 8:49 
GeneralRe: Radio Button groups Pin
John R. Shaw16-Jul-03 9:17
John R. Shaw16-Jul-03 9:17 
GeneralRe: Radio Button groups Pin
act_x16-Jul-03 10:43
act_x16-Jul-03 10:43 
GeneralRe: Radio Button groups Pin
John R. Shaw16-Jul-03 11:16
John R. Shaw16-Jul-03 11:16 
GeneralRe: SHBrowseForFolder works only one time when connecting to SQL server in between when using a manifest file Pin
Jens Doose16-Jul-03 8:18
Jens Doose16-Jul-03 8:18 
GeneralRe: SHBrowseForFolder works only one time when connecting to SQL server in between when using a manifest file Pin
David Crow16-Jul-03 9:42
David Crow16-Jul-03 9:42 
GeneralRe: SHBrowseForFolder works only one time when connecting to SQL server in between when using a manifest file Pin
Jens Doose16-Jul-03 20:21
Jens Doose16-Jul-03 20:21 

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.