Click here to Skip to main content
15,913,939 members
Home / Discussions / Mobile
   

Mobile

 
AnswerRe: what is .lnk file?? Pin
LittleYellowBird26-Jul-04 5:17
LittleYellowBird26-Jul-04 5:17 
QuestionHow to Refresh a Window on the Today Screen periodically ? Pin
smoh23-Jul-04 9:47
smoh23-Jul-04 9:47 
AnswerRe: How to Refresh a Window on the Today Screen periodically ? Pin
GDavy29-Jul-04 0:15
GDavy29-Jul-04 0:15 
GeneralRe: How to Refresh a Window on the Today Screen periodically ? Pin
smoh29-Jul-04 4:33
smoh29-Jul-04 4:33 
QuestionWindows XP firewall influence the traffic of activesync? Pin
ting66820-Jul-04 22:40
ting66820-Jul-04 22:40 
Generalimages Pin
monn19-Jul-04 22:41
monn19-Jul-04 22:41 
GeneralRe: images Pin
cmk19-Jul-04 23:22
cmk19-Jul-04 23:22 
GeneralExperts in Embedded Visual C++, Visual C++ n PDA programming come in Pin
Anonymous19-Jul-04 21:04
Anonymous19-Jul-04 21:04 
Dear Experts,
I am a novice student programmer who is touching Embedded Visual C++ for the first time in my life. (Previously only learnt BASIC and Visual Basic).

Currently, I am involved in this project to this simple pda to pda wireless communication. I am currently stuck at the server side of the communication program. (The client program has been written and tested to be working well).

The problem with the server side is that the program does not seems to execute the OnAccept function of the Listening socket(
although it jolly well could create a socket, listen for connection and seems to make the client program aware of its presence
by enable the client able to establish connection with the server whenever the client is attempting to connect the same port
that the socket is listening to). By not doing so, I am unable to create another client socket for communication. (Came to this
conclusion as neither results I have put in the function has appear when excuted)

I have declared the following Classes:

CServerApp (By default generated)
CServerDlg (By default generated)
CListenSocket (Class for the listening scoket. Base class: CSocket)
CLinkSocket (Class for the Client scoket. Base class: CSocket)

Member Variables (Only for the class CServerDlg, the rest does not have any)

IDC_cmdListen
Function: Listen for connection
Type: CButton
Member: m_bListen

IDC_cmdDisConnect
Function: Disconnect current connection
Type: CButton
Member: m_bDisconnect

IDC_cmdStop
Function: Stop all server service
Type: CButton
Member: m_bStop

IDC_Port
Function: hold the value of the port name
Type: int
Member: m_sPort

IDC_Status
Function: hold the value of the text meant for a status screen
Type: CString
Member: m_sStatus


GeneralCode for my Class CListenSocket: ListenSocket.h Pin
Anonymous19-Jul-04 21:05
Anonymous19-Jul-04 21:05 
GeneralCode for my Class CListenSocket: ListenSocket.cpp Pin
Anonymous19-Jul-04 21:07
Anonymous19-Jul-04 21:07 
GeneralCode for my Class CLinkSocket: LinkSocket.h Pin
Anonymous19-Jul-04 21:10
Anonymous19-Jul-04 21:10 
GeneralCode for my Class CLinkSocket: LinkSocket.cpp Pin
Anonymous19-Jul-04 21:12
Anonymous19-Jul-04 21:12 
GeneralCode for my Class ServerDlg: ServerDlg.h Pin
Anonymous19-Jul-04 21:18
Anonymous19-Jul-04 21:18 
GeneralCode for my Class ServerDlg: ServerDlg.Cpp (Not yet completed) Pin
Anonymous19-Jul-04 21:20
Anonymous19-Jul-04 21:20 
GeneralRe: Experts in Embedded Visual C++, Visual C++ n PDA programming come in Pin
buaya_hunter21-Jul-04 16:56
buaya_hunter21-Jul-04 16:56 
GeneralMemory Leaks in SqlCe Pin
rmkmani17-Jul-04 2:06
rmkmani17-Jul-04 2:06 
QuestionOwner Drawn ListBox in CE??? Pin
Chris Reiff14-Jul-04 7:51
Chris Reiff14-Jul-04 7:51 
AnswerRe: Owner Drawn ListBox in CE??? Pin
João Paulo Figueira14-Jul-04 12:05
professionalJoão Paulo Figueira14-Jul-04 12:05 
GeneralRe: Owner Drawn ListBox in CE??? Pin
Chris Reiff16-Jul-04 7:18
Chris Reiff16-Jul-04 7:18 
Generalseeking mp3 component for pocket pc Pin
mad_sci14-Jul-04 4:09
mad_sci14-Jul-04 4:09 
GeneralQuestion about cab files and inf files Pin
Cedric Moonen13-Jul-04 1:48
Cedric Moonen13-Jul-04 1:48 
GeneralRe: Question about cab files and inf files Pin
Cedric Moonen13-Jul-04 2:19
Cedric Moonen13-Jul-04 2:19 
QuestionHow to download Email's (attachments) from mailserver mailbox. Pin
nareshchhonker12-Jul-04 20:18
nareshchhonker12-Jul-04 20:18 
Generalstoring blob data in sql ce Pin
rmkmani12-Jul-04 3:52
rmkmani12-Jul-04 3:52 
GeneralRe: storing blob data in sql ce Pin
João Paulo Figueira12-Jul-04 7:42
professionalJoão Paulo Figueira12-Jul-04 7:42 

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.