Click here to Skip to main content
16,003,357 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C program small question Pin
nuttynibbles15-Nov-08 1:24
nuttynibbles15-Nov-08 1:24 
QuestionTransparency problem Pin
Dhiraj kumar Saini14-Nov-08 17:59
Dhiraj kumar Saini14-Nov-08 17:59 
AnswerRe: Transparency problem Pin
Hamid_RT14-Nov-08 23:08
Hamid_RT14-Nov-08 23:08 
GeneralRe: Transparency problem Pin
Dhiraj kumar Saini15-Nov-08 0:05
Dhiraj kumar Saini15-Nov-08 0:05 
GeneralRe: Transparency problem Pin
Hamid_RT15-Nov-08 1:42
Hamid_RT15-Nov-08 1:42 
GeneralRe: Transparency problem Pin
Code-o-mat15-Nov-08 3:40
Code-o-mat15-Nov-08 3:40 
QuestionProblems with indexer in a ListControl Pin
Larry Mills Sr14-Nov-08 10:45
Larry Mills Sr14-Nov-08 10:45 
AnswerRe: Problems with indexer in a ListControl Pin
Code-o-mat14-Nov-08 23:37
Code-o-mat14-Nov-08 23:37 
Items in a listbox are indexed from 0, so your first item has the index 0, the second has the index 1, the rhitd has the index 2, and so on...so if you you do GetItemText(2, 0) you will get the text of the third item. Could that be your "problem"?

Good luck with the learning Smile | :)
GeneralRe: Problems with indexer in a ListControl Pin
Larry Mills Sr16-Nov-08 3:44
Larry Mills Sr16-Nov-08 3:44 
QuestionHow to catch tab key for controls? Pin
sabdalla8014-Nov-08 10:32
sabdalla8014-Nov-08 10:32 
AnswerRe: How to catch tab key for controls? Pin
Hamid_RT14-Nov-08 23:09
Hamid_RT14-Nov-08 23:09 
AnswerRe: How to catch tab key for controls? Pin
josip cagalj16-Nov-08 21:51
josip cagalj16-Nov-08 21:51 
QuestionCreateFileMapping and OpenFileMapping accross different users. Pin
Darrel Q Pham14-Nov-08 8:27
Darrel Q Pham14-Nov-08 8:27 
AnswerRe: CreateFileMapping and OpenFileMapping accross different users. Pin
Randor 14-Nov-08 8:49
professional Randor 14-Nov-08 8:49 
GeneralRe: CreateFileMapping and OpenFileMapping accross different users. Pin
Darrel Q Pham14-Nov-08 8:56
Darrel Q Pham14-Nov-08 8:56 
GeneralRe: CreateFileMapping and OpenFileMapping accross different users. Pin
Randor 14-Nov-08 9:35
professional Randor 14-Nov-08 9:35 
GeneralRe: CreateFileMapping and OpenFileMapping accross different users. Pin
Darrel Q Pham14-Nov-08 10:44
Darrel Q Pham14-Nov-08 10:44 
GeneralRe: CreateFileMapping and OpenFileMapping accross different users. Pin
Darrel Q Pham14-Nov-08 12:23
Darrel Q Pham14-Nov-08 12:23 
GeneralRe: CreateFileMapping and OpenFileMapping accross different users. Pin
Darrel Q Pham14-Nov-08 12:39
Darrel Q Pham14-Nov-08 12:39 
QuestionGeting information on media in my recorder drive Pin
josip cagalj14-Nov-08 3:45
josip cagalj14-Nov-08 3:45 
AnswerRe: Geting information on media in my recorder drive Pin
Iain Clarke, Warrior Programmer14-Nov-08 5:21
Iain Clarke, Warrior Programmer14-Nov-08 5:21 
GeneralRe: Geting information on media in my recorder drive Pin
josip cagalj16-Nov-08 21:42
josip cagalj16-Nov-08 21:42 
QuestionUpdate ResourceScript File Pin
Dhiraj kumar Saini14-Nov-08 1:40
Dhiraj kumar Saini14-Nov-08 1:40 
QuestionRe: Update ResourceScript File Pin
David Crow14-Nov-08 3:09
David Crow14-Nov-08 3:09 
QuestionConnecting VC++ to oracle 10g and acess data from multiple tables. Pin
Divya Lalwani14-Nov-08 1:29
Divya Lalwani14-Nov-08 1:29 

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.