Click here to Skip to main content
15,914,905 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Basic Graphics Question Pin
pavanbabut20-Jun-04 8:18
pavanbabut20-Jun-04 8:18 
GeneralThread has exited with code 3 Pin
Maarten Kools17-Jun-04 5:48
professionalMaarten Kools17-Jun-04 5:48 
GeneralRe: Thread has exited with code 3 Pin
palbano17-Jun-04 5:57
palbano17-Jun-04 5:57 
GeneralRe: Thread has exited with code 3 Pin
toxcct17-Jun-04 7:47
toxcct17-Jun-04 7:47 
GeneralRe: Thread has exited with code 3 Pin
Maarten Kools17-Jun-04 7:55
professionalMaarten Kools17-Jun-04 7:55 
GeneralRe: Thread has exited with code 3 Pin
toxcct17-Jun-04 8:40
toxcct17-Jun-04 8:40 
GeneralRe: Thread has exited with code 3 Pin
Maarten Kools17-Jun-04 12:19
professionalMaarten Kools17-Jun-04 12:19 
Generalchar -> string.append problem Pin
Scozturk17-Jun-04 5:11
professionalScozturk17-Jun-04 5:11 
Hi!
I am using the win32 api c++.
I have a problem when I try to get some variables from textboxes and comboboxes.
<br />
string code;<br />
char getvalues;<br />
<br />
code.append("your values are: ");				<br />
GetDlgItemText(hwnd, IDC_E1, &getvalues,20);<br />
code.append(&getvalues);<br />
code.append(" from e1- ");<br />
GetDlgItemText(hwnd, IDC_E2, &getvalues,20);<br />
code.append(&getvalues);<br />
code.append(" from e2- ");<br />
.....<br />

Well this code works fine if there are no spaces or special characters between the values in the boxes
but when there is a value like "text-decoration" or "text decoration" it gives an error. The error comes when the code.append(&getvalue) is processed.
I want to use the code in a javascript generation application.
Thank you very much for your answers in advance!

Well... I am a beginner ...
GeneralRe: char -&gt; string.append problem Pin
palbano17-Jun-04 5:17
palbano17-Jun-04 5:17 
GeneralRe: char -&gt; string.append problem Pin
V.17-Jun-04 5:20
professionalV.17-Jun-04 5:20 
GeneralRe: char -&gt; string.append problem Pin
RChin17-Jun-04 5:22
RChin17-Jun-04 5:22 
GeneralDLL help Pin
Member 62736417-Jun-04 5:11
Member 62736417-Jun-04 5:11 
GeneralRe: DLL help Pin
RChin17-Jun-04 5:24
RChin17-Jun-04 5:24 
GeneralRe: DLL help Pin
Blake Miller17-Jun-04 5:27
Blake Miller17-Jun-04 5:27 
GeneralRe: DLL help Pin
Member 62736417-Jun-04 22:54
Member 62736417-Jun-04 22:54 
GeneralRe: DLL help Pin
Blake Miller18-Jun-04 4:35
Blake Miller18-Jun-04 4:35 
GeneralRe: DLL help Pin
Rodrigo Pinto Pereira de Souza18-Jun-04 2:11
Rodrigo Pinto Pereira de Souza18-Jun-04 2:11 
GeneralMultiple Timer Processes Pin
jerry1211a17-Jun-04 5:09
jerry1211a17-Jun-04 5:09 
GeneralRe: Multiple Timer Processes Pin
palbano17-Jun-04 5:15
palbano17-Jun-04 5:15 
GeneralRe: Multiple Timer Processes Pin
jerry1211a17-Jun-04 5:33
jerry1211a17-Jun-04 5:33 
GeneralRe: Multiple Timer Processes Pin
David Crow17-Jun-04 5:40
David Crow17-Jun-04 5:40 
GeneralRe: Multiple Timer Processes Pin
palbano17-Jun-04 5:53
palbano17-Jun-04 5:53 
GeneralRe: Multiple Timer Processes Pin
jerry1211a17-Jun-04 6:50
jerry1211a17-Jun-04 6:50 
GeneralRe: Multiple Timer Processes Pin
toxcct17-Jun-04 7:46
toxcct17-Jun-04 7:46 
Generalproblem with building help Pin
dart1317-Jun-04 4:41
dart1317-Jun-04 4:41 

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.