Windows Programming - July 2013 (Page 9)

Array of handle
 
Hi i am trying to create a win32 application.In that i want n number of textbox handle to create n textbox at a time on screen.What i have to do for that?
[1 reply] : Call CreateWindowEx n times ?? (by modoran)
Trying to get at a string index from a specific string in a string array (1,2)
 
Sounds crazy but I'm not sure how else to explain it. I am working on a parsing program that will change the orthography (writing system) of a source to one ...
[28 replies] Last: Wow, going to take a bit to go over that code :). (by Ulfhedhin)
Combo box default selection
 
I've placed a combo box on my form and populated it with a handful of options like this: SendMessage(hComboBox, CB_ADDSTRING, 0, (LPARAM)L"Option 1"); SendMes...
[4 replies] Last: That did it! I'd tried that one before but it didn't do what I want a... (by Ulfhedhin)
Form1 to Form2 with the continue Button
 
How to go from form1 to form2 with the continue button Visual Studio 2010 C++
[1 reply] : You keep asking the same questions in new threads. http://www.cplus... (by ajh32)
Just some coding in Visual Studio 2010 C++
 
Ok guys I have a slight problem in Visual Studio C++. I have a Combo Box with four options : Construction Project,Research Project,Business Project,Accountin...
[1 reply] : You keep asking the same questions in new threads. http://www.cplusp... (by ajh32)
by klay2
keypress (1,2)
 
how do I detect a keypress I have looked it up but it all makes no sense p.s. this is in windows and MSVC++ 2010
[32 replies] Last: well I would like to but have no Idea how to do that plus I'd like the... (by klay2)
July 2013 Pages: 1... 789
  Archived months: [jun2013] [aug2013]

This is an archived page. To post a new message, go to the current page.