Click here to Skip to main content
15,906,463 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalconvert a string into a date Pin
si_6913-Aug-03 4:30
si_6913-Aug-03 4:30 
GeneralRe: convert a string into a date Pin
si_6913-Aug-03 4:31
si_6913-Aug-03 4:31 
GeneralRe: convert a string into a date Pin
si_6913-Aug-03 5:23
si_6913-Aug-03 5:23 
GeneralRe: convert a string into a date Pin
David Crow13-Aug-03 5:30
David Crow13-Aug-03 5:30 
GeneralRe: convert a string into a date Pin
Steve S13-Aug-03 5:43
Steve S13-Aug-03 5:43 
GeneralRe: convert a string into a date Pin
David Crow13-Aug-03 5:59
David Crow13-Aug-03 5:59 
GeneralRe: convert a string into a date Pin
Steve S13-Aug-03 23:24
Steve S13-Aug-03 23:24 
GeneralUsing PBS_SMOOTH Pin
keegan13-Aug-03 4:24
keegan13-Aug-03 4:24 
I've tried a few different ways of using pbs_smooth for a progress control but when i do, i run into problems.

the first way i tried it is using progress_control.SendMessage(PBS_SMOOTE, x, x) but i don't know what to put in for x and x, so it crashed.

the second way i tried was by adding OnCreate() to my class, and adding

progress_control.Create(WS_CHILD|WS_VISIBLE|PBS_SMOOTH, CRect(10,10,200,30), pParentWnd, 1);

I foudn that at msdn. My problem with that is where does pParentWnd come from? I dont have any classes derived from CWnd, so i don't know of anything i can put in there. CDialog does not work Frown | :(
:-/

*.*
cin >> knowledge;
Generaldoh Pin
keegan13-Aug-03 4:54
keegan13-Aug-03 4:54 
GeneralRe: Using PBS_SMOOTH Pin
Ryan Binns13-Aug-03 5:03
Ryan Binns13-Aug-03 5:03 
GeneralChanging pixel color on a bitmap Pin
vcplusplus13-Aug-03 4:23
vcplusplus13-Aug-03 4:23 
GeneralRe: Changing pixel color on a bitmap Pin
Ryan Binns13-Aug-03 5:05
Ryan Binns13-Aug-03 5:05 
GeneralRe: Changing pixel color on a bitmap Pin
vcplusplus13-Aug-03 6:40
vcplusplus13-Aug-03 6:40 
GeneralRe: Changing pixel color on a bitmap Pin
Ryan Binns14-Aug-03 0:09
Ryan Binns14-Aug-03 0:09 
GeneralRe: Changing pixel color on a bitmap Pin
vcplusplus14-Aug-03 2:37
vcplusplus14-Aug-03 2:37 
GeneralRe: Changing pixel color on a bitmap Pin
Ryan Binns14-Aug-03 3:10
Ryan Binns14-Aug-03 3:10 
GeneralUnresolved external symbol... Pin
Florin Ochiana13-Aug-03 3:35
Florin Ochiana13-Aug-03 3:35 
GeneralRe: Unresolved external symbol... Pin
Serge Krynine13-Aug-03 3:50
Serge Krynine13-Aug-03 3:50 
GeneralRe: Unresolved external symbol... Pin
Florin Ochiana13-Aug-03 4:29
Florin Ochiana13-Aug-03 4:29 
GeneralXcvData and adding a standard IP port Pin
Navin13-Aug-03 3:29
Navin13-Aug-03 3:29 
GeneralRe: XcvData and adding a standard IP port Pin
Navin13-Aug-03 5:34
Navin13-Aug-03 5:34 
GeneralI need to refer to the Microsoft’s non-conformance issues Pin
Anonymous13-Aug-03 3:22
Anonymous13-Aug-03 3:22 
GeneralRe: I need to refer to the Microsoft’s non-conformance issues Pin
Navin13-Aug-03 3:32
Navin13-Aug-03 3:32 
GeneralRe: I need to refer to the Microsoft’s non-conformance issues Pin
Serge Krynine13-Aug-03 3:46
Serge Krynine13-Aug-03 3:46 
GeneralRe: I need to refer to the Microsoft’s non-conformance issues Pin
Tim Smith13-Aug-03 3:50
Tim Smith13-Aug-03 3:50 

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.