Click here to Skip to main content
15,885,309 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: socket tutorial Pin
valikac22-Apr-03 8:51
valikac22-Apr-03 8:51 
QuestionHow to change size of window. Pin
gmlnd22-Apr-03 7:19
gmlnd22-Apr-03 7:19 
AnswerRe: How to change size of window. Pin
eXplodus22-Apr-03 8:00
eXplodus22-Apr-03 8:00 
AnswerRe: How to change size of window. Pin
David Crow22-Apr-03 8:08
David Crow22-Apr-03 8:08 
GeneralThe Window button Pin
Demian Panello22-Apr-03 7:15
Demian Panello22-Apr-03 7:15 
GeneralRe: The Window button Pin
valikac22-Apr-03 9:02
valikac22-Apr-03 9:02 
GeneralRe: The Window button Pin
basementman24-Apr-03 8:29
basementman24-Apr-03 8:29 
Generalproblem with CIPAddressCtrl Pin
dudic22-Apr-03 6:30
dudic22-Apr-03 6:30 
I will write you some of my code, and if you can tell me please where is an error:

CIPAddressCtrl m_ip_address;

CString set1="127",set2="0",set3="0",set4="1";

int s1,s2,s3,s4;

s1=atoi(set1);
s2=atoi(set2);
s3=atoi(set3);
s4=atoi(set4);

m_ip_address.SetAddress(a1,a2,a3,a4);

it doesn't create, because in debugger I see such picture:

a1 = 127 ''
a2 = 0 ''
a3 = 0 ''
a4 = 1 ''

I don't understand where it take's this ''.

GeneralRe: problem with CIPAddressCtrl Pin
David Crow22-Apr-03 7:50
David Crow22-Apr-03 7:50 
Generalchanging the desktop theme Pin
Mahesh Perumal22-Apr-03 6:14
Mahesh Perumal22-Apr-03 6:14 
GeneralRe: changing the desktop theme Pin
David Crow22-Apr-03 6:23
David Crow22-Apr-03 6:23 
GeneralRegistry Problems Pin
Coyotedw22-Apr-03 5:36
Coyotedw22-Apr-03 5:36 
GeneralRe: Registry Problems Pin
David Crow22-Apr-03 5:44
David Crow22-Apr-03 5:44 
GeneralRe: Registry Problems Pin
Coyotedw22-Apr-03 6:00
Coyotedw22-Apr-03 6:00 
GeneralRe: Registry Problems Pin
David Crow22-Apr-03 6:18
David Crow22-Apr-03 6:18 
GeneralRe: Registry Problems Pin
Coyotedw22-Apr-03 7:18
Coyotedw22-Apr-03 7:18 
GeneralRe: Registry Problems Pin
John R. Shaw22-Apr-03 16:24
John R. Shaw22-Apr-03 16:24 
GeneralRe: Registry Problems Pin
Joe Woodbury22-Apr-03 8:47
professionalJoe Woodbury22-Apr-03 8:47 
Generalhandling accelerator Pin
Rage22-Apr-03 5:24
professionalRage22-Apr-03 5:24 
GeneralRe: handling accelerator Pin
eXplodus22-Apr-03 8:05
eXplodus22-Apr-03 8:05 
GeneralRe: handling accelerator Pin
Anonymous22-Apr-03 20:59
Anonymous22-Apr-03 20:59 
Generalcustom control problem Pin
Lior Shoval22-Apr-03 5:08
Lior Shoval22-Apr-03 5:08 
GeneralRe: custom control problem Pin
Roger Allen22-Apr-03 6:14
Roger Allen22-Apr-03 6:14 
GeneralRe: custom control problem Pin
Lior Shoval22-Apr-03 8:25
Lior Shoval22-Apr-03 8:25 
GeneralRe: custom control problem Pin
Roger Allen23-Apr-03 1:46
Roger Allen23-Apr-03 1:46 

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.