Click here to Skip to main content
15,898,222 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSystem Lock Pin
Arnav12-May-04 21:38
Arnav12-May-04 21:38 
GeneralRe: System Lock Pin
bikram singh12-May-04 22:25
bikram singh12-May-04 22:25 
GeneralRe: System Lock Pin
David Crow13-May-04 5:36
David Crow13-May-04 5:36 
Generalproblem about tray icon Pin
benben12-May-04 21:32
benben12-May-04 21:32 
GeneralRe: problem about tray icon Pin
DaFrawg13-May-04 1:21
DaFrawg13-May-04 1:21 
GeneralVB to VC++ Coding Function Pin
rasha200312-May-04 20:52
rasha200312-May-04 20:52 
GeneralRe: VB to VC++ Coding Function Pin
bikram singh12-May-04 22:17
bikram singh12-May-04 22:17 
GeneralRe: VB to VC++ Coding Function Pin
rasha200312-May-04 22:43
rasha200312-May-04 22:43 
thanx .. i tried them and they remove the error ... but i stil unable to get the right valuse for arabic char
in VB the code i get for charater "ب" is 0628
while in VC++ function i get for thye same character 00C8
i change the VC++ like that :
-----------------------------------------------------------
CString s,h1,h2,h,x;
x="ب";
int i;
TBYTE *b;
b=(TBYTE*)x.GetBuffer(x.GetLength());
i=0;
s="";
int xlen=x.GetLength();
while (i <= xlen)
{
h1.Format("%02x",b[i]);
i++;
h2.Format("%02x",b[i]);
i++;
h=h2+h1;
s=s+h;

}
MessageBox(s);
----------------------------------------------------------

so any idea for this differen valuse i get ..?????????!!!!!!
GeneralRe: VB to VC++ Coding Function Pin
jmkhael13-May-04 3:30
jmkhael13-May-04 3:30 
GeneralRe: VB to VC++ Coding Function Pin
rasha200314-May-04 3:38
rasha200314-May-04 3:38 
GeneralVRML within Visual C++ MFC Application Pin
vadharah12-May-04 20:26
sussvadharah12-May-04 20:26 
GeneralRe: VRML within Visual C++ MFC Application Pin
David Chamberlain13-May-04 3:58
David Chamberlain13-May-04 3:58 
Questionhow to access variable from the another dialog box Pin
shiva shankar12-May-04 19:57
shiva shankar12-May-04 19:57 
AnswerRe: how to access variable from the another dialog box Pin
Maxwell Chen12-May-04 20:08
Maxwell Chen12-May-04 20:08 
AnswerRe: how to access variable from the another dialog box Pin
22491712-May-04 21:01
22491712-May-04 21:01 
AnswerRe: how to access variable from the another dialog box Pin
V.12-May-04 23:31
professionalV.12-May-04 23:31 
GeneralVC++ VS .NET Pin
?????????????????12-May-04 19:30
suss?????????????????12-May-04 19:30 
GeneralRe: VC++ VS .NET Pin
Maxwell Chen12-May-04 19:45
Maxwell Chen12-May-04 19:45 
GeneralRe: VC++ VS .NET Pin
Anthony_Yio12-May-04 20:05
Anthony_Yio12-May-04 20:05 
GeneralRe: VC++ VS .NET Pin
Roger Wright12-May-04 20:46
professionalRoger Wright12-May-04 20:46 
Generalhelp on using visual c++ toolkit 2003 with vc6 Pin
ljbade12-May-04 19:00
ljbade12-May-04 19:00 
GeneralSet height or width of control bar Pin
alex.barylski12-May-04 17:42
alex.barylski12-May-04 17:42 
GeneralRe: Set height or width of control bar Pin
nguyenvhn12-May-04 17:57
nguyenvhn12-May-04 17:57 
GeneralRe: Set height or width of control bar Pin
alex.barylski12-May-04 18:03
alex.barylski12-May-04 18:03 
Generaldefine Vs. const Pin
Ernesto D.12-May-04 17:31
Ernesto D.12-May-04 17:31 

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.