Click here to Skip to main content
15,881,172 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to make faster or any way to Speed up UI? Pin
002comp12-Nov-09 20:34
002comp12-Nov-09 20:34 
GeneralRe: How to make faster or any way to Speed up UI? Pin
CPallini12-Nov-09 20:43
mveCPallini12-Nov-09 20:43 
GeneralRe: How to make faster or any way to Speed up UI? Pin
Iain Clarke, Warrior Programmer12-Nov-09 23:15
Iain Clarke, Warrior Programmer12-Nov-09 23:15 
QuestionRe: How to make faster or any way to Speed up UI? Pin
David Crow13-Nov-09 3:49
David Crow13-Nov-09 3:49 
QuestionDLL creation problem Pin
Game-point12-Nov-09 17:28
Game-point12-Nov-09 17:28 
AnswerRe: DLL creation problem Pin
«_Superman_»12-Nov-09 17:48
professional«_Superman_»12-Nov-09 17:48 
GeneralRe: DLL creation problem Pin
Game-point12-Nov-09 18:40
Game-point12-Nov-09 18:40 
GeneralRe: DLL creation problem Pin
«_Superman_»12-Nov-09 18:43
professional«_Superman_»12-Nov-09 18:43 
You're doing it all wrong.
Command line arguments are used to pass in arguments.
And not set them from you're program.

For example, if you run the Exe like - MyExe hello world
You can read them in your program using the parameter of main.

argv[0] will be "MyExe"
argv[1] will be "hello"
argv[2] will be "world"

«_Superman
I love work. It gives me something to do between weekends.

Microsoft MVP (Visual C++)

GeneralRe: DLL creation problem Pin
Game-point12-Nov-09 18:58
Game-point12-Nov-09 18:58 
GeneralRe: DLL creation problem Pin
«_Superman_»12-Nov-09 19:05
professional«_Superman_»12-Nov-09 19:05 
GeneralRe: DLL creation problem Pin
Game-point12-Nov-09 19:19
Game-point12-Nov-09 19:19 
QuestionVisual C++ Pin
Jacobb Michael12-Nov-09 17:10
Jacobb Michael12-Nov-09 17:10 
AnswerRe: Visual C++ Pin
«_Superman_»12-Nov-09 17:45
professional«_Superman_»12-Nov-09 17:45 
GeneralRe: Visual C++ Pin
Jacobb Michael12-Nov-09 19:40
Jacobb Michael12-Nov-09 19:40 
GeneralRe: Visual C++ Pin
«_Superman_»12-Nov-09 20:32
professional«_Superman_»12-Nov-09 20:32 
GeneralRe: Visual C++ Pin
Jacobb Michael12-Nov-09 23:50
Jacobb Michael12-Nov-09 23:50 
GeneralRe: Visual C++ Pin
«_Superman_»13-Nov-09 4:30
professional«_Superman_»13-Nov-09 4:30 
QuestionMFC Query Pin
billu 212-Nov-09 14:17
billu 212-Nov-09 14:17 
AnswerRe: MFC Query Pin
David Crow12-Nov-09 15:41
David Crow12-Nov-09 15:41 
QuestionProblems with CComboBox and WS_VSCROLL on Windows 7 [modified] Pin
hollesser00112-Nov-09 8:07
hollesser00112-Nov-09 8:07 
QuestionRe: Problems with CComboBox and WS_VSCROLL on Windows 7 Pin
David Crow12-Nov-09 8:54
David Crow12-Nov-09 8:54 
QuestionRe: Problems with CComboBox and WS_VSCROLL on Windows 7 [modified] Pin
hollesser00112-Nov-09 10:15
hollesser00112-Nov-09 10:15 
AnswerRe: Problems with CComboBox and WS_VSCROLL on Windows 7 Pin
Maximilien12-Nov-09 8:57
Maximilien12-Nov-09 8:57 
QuestionRe: Problems with CComboBox and WS_VSCROLL on Windows 7 Pin
hollesser00112-Nov-09 10:23
hollesser00112-Nov-09 10:23 
AnswerRe: Problems with CComboBox and WS_VSCROLL on Windows 7 Pin
hollesser00113-Nov-09 7:06
hollesser00113-Nov-09 7:06 

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.