Click here to Skip to main content
15,914,071 members
Home / Discussions / Mobile
   

Mobile

 
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 
GeneralCode for my Class CListenSocket: ListenSocket.h Pin
Anonymous19-Jul-04 21:05
Anonymous19-Jul-04 21:05 
#if !defined(AFX_LISTENSOCKET_H__E3F3638D_86D1_4A2D_B54C_87F2197FF509__INCLUDED_)
#define AFX_LISTENSOCKET_H__E3F3638D_86D1_4A2D_B54C_87F2197FF509__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// ListenSocket.h : header file
//

#ifndef _LISTENSOCKET_H__
#define _LISTENSOCKET_H__

/////////////////////////////////////////////////////////////////////////////
// CListenSocket command target

class CServerDlg;

class CListenSocket : public CSocket
{

DECLARE_DYNAMIC(CListenSocket);

// Attributes
public:
CListenSocket(CServerDlg* pDlg);
CServerDlg* m_pDlg;
virtual ~CListenSocket();

// Overrides

// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CListenSocket)
public:
virtual void OnAccept(int nErrorCode);
//}}AFX_VIRTUAL

// Generated message map functions
//{{AFX_MSG(CListenSocket)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_MSG

// Implementation
protected:
//virtual void OnAccept(int nErrorCode);
};

/////////////////////////////////////////////////////////////////////////////

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

#endif
#endif
// !defined(AFX_LISTENSOCKET_H__E3F3638D_86D1_4A2D_B54C_87F2197FF509__INCLUDED_)
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 
GeneralA serious bug of list view in compact framework Pin
ting66812-Jul-04 0:14
ting66812-Jul-04 0:14 

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.