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

C / C++ / MFC

 
AnswerRe: How to draw a bitmap on top of button? Pin
prasad_som22-Feb-07 2:37
prasad_som22-Feb-07 2:37 
AnswerRe: How to draw a bitmap on top of button? Pin
prasad_som21-Feb-07 1:53
prasad_som21-Feb-07 1:53 
QuestionRe: How to draw a bitmap on top of button? Pin
David Crow21-Feb-07 3:23
David Crow21-Feb-07 3:23 
AnswerRe: How to draw a bitmap on top of button? Pin
Hamid_RT21-Feb-07 5:27
Hamid_RT21-Feb-07 5:27 
GeneralRe: How to draw a bitmap on top of button? Pin
ThatsAlok21-Feb-07 6:24
ThatsAlok21-Feb-07 6:24 
AnswerRe: How to draw a bitmap on top of button? Pin
Igor Jerosimic21-Feb-07 23:42
Igor Jerosimic21-Feb-07 23:42 
AnswerRe: How to draw a bitmap on top of button? Pin
Igor Jerosimic26-Feb-07 0:28
Igor Jerosimic26-Feb-07 0:28 
Questionnegative values for char Pin
micutzu21-Feb-07 0:34
micutzu21-Feb-07 0:34 
Hello,

I have the following situation:

Input is char *buf (which is the content of a web page).

I have the following code

char v; <br />
for (i=0; i<strlen(buf); i++)<br />
   {<br />
 	 v = buf[i]; <br />
   }

I get a negative v if the page has Greek characters I get negative values for v. Something like v=-50. Is there any method to get the character behind -50 ?

Thanks.
AnswerRe: negative values for char Pin
James R. Twine21-Feb-07 1:21
James R. Twine21-Feb-07 1:21 
GeneralRe: negative values for char Pin
micutzu21-Feb-07 1:28
micutzu21-Feb-07 1:28 
GeneralRe: negative values for char Pin
Naveen21-Feb-07 2:13
Naveen21-Feb-07 2:13 
GeneralRe: negative values for char Pin
micutzu21-Feb-07 2:32
micutzu21-Feb-07 2:32 
GeneralRe: negative values for char Pin
Naveen21-Feb-07 2:43
Naveen21-Feb-07 2:43 
GeneralRe: negative values for char Pin
micutzu21-Feb-07 3:00
micutzu21-Feb-07 3:00 
GeneralRe: negative values for char Pin
Naveen21-Feb-07 16:14
Naveen21-Feb-07 16:14 
GeneralRe: negative values for char Pin
Nemanja Trifunovic21-Feb-07 4:00
Nemanja Trifunovic21-Feb-07 4:00 
GeneralRe: negative values for char Pin
toxcct21-Feb-07 2:33
toxcct21-Feb-07 2:33 
GeneralRe: negative values for char Pin
Naveen21-Feb-07 2:45
Naveen21-Feb-07 2:45 
GeneralRe: negative values for char Pin
toxcct21-Feb-07 2:52
toxcct21-Feb-07 2:52 
GeneralRe: negative values for char Pin
Naveen21-Feb-07 16:08
Naveen21-Feb-07 16:08 
AnswerRe: negative values for char Pin
kakan21-Feb-07 1:41
professionalkakan21-Feb-07 1:41 
AnswerRe: negative values for char Pin
Nemanja Trifunovic21-Feb-07 1:58
Nemanja Trifunovic21-Feb-07 1:58 
QuestionHow to make a combo box readonly? Pin
reza matinnejad21-Feb-07 0:10
reza matinnejad21-Feb-07 0:10 
AnswerRe: How to make a combo box readonly? Pin
Garth J Lancaster21-Feb-07 0:17
professionalGarth J Lancaster21-Feb-07 0:17 
GeneralRe: How to make a combo box readonly? Pin
reza matinnejad21-Feb-07 0:21
reza matinnejad21-Feb-07 0:21 

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.