Click here to Skip to main content
15,923,006 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionIn MFC SDI,How to write D3D code? Pin
akira3217-Jul-07 3:44
akira3217-Jul-07 3:44 
QuestionChecking is a file has been already locked... Pin
Abhijeet Pathak17-Jul-07 3:32
Abhijeet Pathak17-Jul-07 3:32 
QuestionRe: Checking is a file has been already locked... Pin
David Crow17-Jul-07 6:39
David Crow17-Jul-07 6:39 
AnswerRe: Checking is a file has been already locked... Pin
Abhijeet Pathak17-Jul-07 16:48
Abhijeet Pathak17-Jul-07 16:48 
GeneralRe: Checking is a file has been already locked... Pin
David Crow18-Jul-07 2:31
David Crow18-Jul-07 2:31 
AnswerRe: Checking is a file has been already locked... Pin
DevMentor.org17-Jul-07 6:55
DevMentor.org17-Jul-07 6:55 
GeneralRe: Checking is a file has been already locked... Pin
Abhijeet Pathak18-Jul-07 2:07
Abhijeet Pathak18-Jul-07 2:07 
QuestionTopIndex Property Doesn't Change Pin
pirat317-Jul-07 3:29
pirat317-Jul-07 3:29 
I try setting the top index of the listbox to be anything, and it stays at zero for some odd reason. This listbox has an image under it in order to allow mouse over event. Each item's height is 13.

void __fastcall TfmMain1::lbTitlesMouseMove(TObject *Sender,
TShiftState Shift, int X, int Y)
{
int position = (ScrollBox1->VertScrollBar->Position)/13;
Label1->Caption = position;
lbVisible->TopIndex = 1;
lbTitles->TopIndex = position;
}
Questionproblem with overriding "OnIdle" method of WinApp Pin
Banks K17-Jul-07 3:23
Banks K17-Jul-07 3:23 
AnswerRe: problem with overriding "OnIdle" method of WinApp Pin
Mark Salsbery17-Jul-07 6:00
Mark Salsbery17-Jul-07 6:00 
GeneralRe: problem with overriding "OnIdle" method of WinApp Pin
Banks K17-Jul-07 21:06
Banks K17-Jul-07 21:06 
GeneralRe: problem with overriding "OnIdle" method of WinApp Pin
Mark Salsbery18-Jul-07 5:39
Mark Salsbery18-Jul-07 5:39 
QuestionHow to find list of connected USB devices to the system? Pin
mss8117-Jul-07 3:21
mss8117-Jul-07 3:21 
GeneralRe: How to find list of connected USB devices to the system? Pin
Matthew Faithfull17-Jul-07 3:29
Matthew Faithfull17-Jul-07 3:29 
GeneralRe: How to find list of connected USB devices to the system? Pin
mss8117-Jul-07 3:41
mss8117-Jul-07 3:41 
AnswerRe: How to find list of connected USB devices to the system? Pin
Matthew Faithfull17-Jul-07 4:11
Matthew Faithfull17-Jul-07 4:11 
AnswerRe: How to find list of connected USB devices to the system? Pin
David Crow17-Jul-07 6:45
David Crow17-Jul-07 6:45 
Questionactivating windows Pin
minkowski17-Jul-07 2:59
minkowski17-Jul-07 2:59 
AnswerRe: activating windows Pin
toxcct17-Jul-07 3:11
toxcct17-Jul-07 3:11 
GeneralRe: activating windows Pin
minkowski17-Jul-07 3:36
minkowski17-Jul-07 3:36 
AnswerRe: activating windows Pin
David Crow17-Jul-07 6:49
David Crow17-Jul-07 6:49 
QuestionReturning an array of BSTR from the COM Component Pin
Raj Prathap17-Jul-07 2:26
Raj Prathap17-Jul-07 2:26 
AnswerRe: Returning an array of BSTR from the COM Component Pin
LoveCPlusplus18-Jul-07 0:24
LoveCPlusplus18-Jul-07 0:24 
GeneralRe: Returning an array of BSTR from the COM Component Pin
Raj Prathap18-Jul-07 20:18
Raj Prathap18-Jul-07 20:18 
Questionfstream question Pin
Programm3r17-Jul-07 1:28
Programm3r17-Jul-07 1:28 

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.