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

Mobile

 
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 
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 
// ServerDlg.h : header file
//

#if !defined(AFX_SERVERDLG_H__68FD52BF_0A0E_4EF9_8F71_52B633DED1A3__INCLUDED_)
#define AFX_SERVERDLG_H__68FD52BF_0A0E_4EF9_8F71_52B633DED1A3__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000

#include "afxwin.h"

#include "LinkSocket.h"
#include "ListenSocket.h"

/////////////////////////////////////////////////////////////////////////////
// CServerDlg dialog


class CServerDlg : public CDialog
{
// Construction
public:
CServerDlg(CWnd* pParent = NULL); // standard constructor

struct Packet
{
int packetno;
int cstatus;
char UserID[10];
char Message[20];
};

Packet RPacket;

Packet SPacket;

int State;

CListenSocket* lSocket;
CLinkSocket* eSocket;

CString screen;

void pAccept(void);
void Read(CLinkSocket* eSocket);

// Dialog Data
//{{AFX_DATA(CServerDlg)
enum { IDD = IDD_SERVER_DIALOG };
CButton m_bStop;
CButton m_bListen;
CButton m_bDisconnect;
CString m_sStatus;
int m_sPort;
//}}AFX_DATA

// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CServerDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL

// Implementation
protected:
HICON m_hIcon;

// Generated message map functions
//{{AFX_MSG(CServerDlg)
virtual BOOL OnInitDialog();
afx_msg void OnHelpInfo();
afx_msg void OncmdDisconnect();
afx_msg void OncmdListen();
afx_msg void OncmdStop();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()

};

//{{AFX_INSERT_LOCATION}}
// Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_SERVERDLG_H__68FD52BF_0A0E_4EF9_8F71_52B633DED1A3__INCLUDED_)
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 
GeneralA serious bug of list view in compact framework Pin
ting66812-Jul-04 0:14
ting66812-Jul-04 0:14 
GeneralDataGrid for eVC++ 4.0 Pin
Hadi Rezaee11-Jul-04 19:08
Hadi Rezaee11-Jul-04 19:08 
GeneralRe: DataGrid for eVC++ 4.0 Pin
João Paulo Figueira12-Jul-04 7:52
professionalJoão Paulo Figueira12-Jul-04 7:52 
GeneralRe: DataGrid for eVC++ 4.0 Pin
Hadi Rezaee12-Jul-04 10:30
Hadi Rezaee12-Jul-04 10:30 
GeneralTHis problem happen again and again Pin
ting66811-Jul-04 16:04
ting66811-Jul-04 16:04 

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.