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

C / C++ / MFC

 
QuestionNetFileEnum and GetLastError 997 Pin
aks.13-Feb-09 3:02
aks.13-Feb-09 3:02 
QuestionRe: NetFileEnum and GetLastError 997 Pin
David Crow13-Feb-09 5:50
David Crow13-Feb-09 5:50 
QuestionNeed help on how to set DDX control for dynamically created slider Pin
John50213-Feb-09 1:21
John50213-Feb-09 1:21 
AnswerRe: Need help on how to set DDX control for dynamically created slider Pin
Code-o-mat13-Feb-09 1:35
Code-o-mat13-Feb-09 1:35 
GeneralRe: Need help on how to set DDX control for dynamically created slider Pin
John50213-Feb-09 2:25
John50213-Feb-09 2:25 
GeneralRe: Need help on how to set DDX control for dynamically created slider Pin
Code-o-mat13-Feb-09 2:29
Code-o-mat13-Feb-09 2:29 
GeneralRe: Need help on how to set DDX control for dynamically created slider Pin
John50214-Feb-09 5:10
John50214-Feb-09 5:10 
GeneralRe: Need help on how to set DDX control for dynamically created slider Pin
Code-o-mat15-Feb-09 1:21
Code-o-mat15-Feb-09 1:21 
Why don't you simply create a member of your dialog class of type CSliderCtrl? Like this:

class CMyDialog: public CDialog
{
 ...
 CSliderCtrl m_myPreciousSlider;
 ...
};


> The problem with computers is that they do what you tell them to do and not what you want them to do. <
> Life: great graphics, but the gameplay sux. <

QuestionIntercept drop file operations between two explorers Pin
Nuno Esculcas13-Feb-09 1:20
Nuno Esculcas13-Feb-09 1:20 
AnswerRe: Intercept drop file operations between two explorers Pin
Sarath C13-Feb-09 1:38
Sarath C13-Feb-09 1:38 
GeneralRe: Intercept drop file operations between two explorers Pin
Nuno Esculcas13-Feb-09 7:29
Nuno Esculcas13-Feb-09 7:29 
GeneralRe: Intercept drop file operations between two explorers Pin
Sarath C15-Feb-09 17:12
Sarath C15-Feb-09 17:12 
AnswerRe: Intercept drop file operations between two explorers Pin
Code-o-mat13-Feb-09 2:10
Code-o-mat13-Feb-09 2:10 
GeneralRe: Intercept drop file operations between two explorers Pin
Nuno Esculcas13-Feb-09 7:31
Nuno Esculcas13-Feb-09 7:31 
GeneralRe: Intercept drop file operations between two explorers Pin
Code-o-mat13-Feb-09 8:08
Code-o-mat13-Feb-09 8:08 
GeneralRe: Intercept drop file operations between two explorers Pin
Nuno Esculcas16-Feb-09 9:31
Nuno Esculcas16-Feb-09 9:31 
QuestionDrawing huge Views Pin
baerten13-Feb-09 0:07
baerten13-Feb-09 0:07 
AnswerRe: Drawing huge Views Pin
«_Superman_»13-Feb-09 0:28
professional«_Superman_»13-Feb-09 0:28 
GeneralRe: Drawing huge Views Pin
baerten13-Feb-09 0:35
baerten13-Feb-09 0:35 
GeneralRe: Drawing huge Views Pin
«_Superman_»13-Feb-09 0:38
professional«_Superman_»13-Feb-09 0:38 
QuestionCreateFile Pin
john563213-Feb-09 0:01
john563213-Feb-09 0:01 
AnswerRe: CreateFile Pin
«_Superman_»13-Feb-09 0:24
professional«_Superman_»13-Feb-09 0:24 
QuestionConcatPidls Pin
john563212-Feb-09 22:55
john563212-Feb-09 22:55 
AnswerRe: ConcatPidls Pin
Stuart Dootson12-Feb-09 23:51
professionalStuart Dootson12-Feb-09 23:51 
QuestionActiveX for thermal printer not working Pin
bugsb4u12-Feb-09 22:48
bugsb4u12-Feb-09 22:48 

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.