Click here to Skip to main content
15,892,480 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: How to read/write a word from/to a certain physical address in the VC++ 6.0 environment? Pin
David Crow28-Jul-06 7:13
David Crow28-Jul-06 7:13 
AnswerRe: How to read/write a word from/to a certain physical address in the VC++ 6.0 environment? Pin
zhoufanking28-Jul-06 12:52
zhoufanking28-Jul-06 12:52 
GeneralRe: How to read/write a word from/to a certain physical address in the VC++ 6.0 environment? Pin
Gary R. Wheeler28-Jul-06 16:08
Gary R. Wheeler28-Jul-06 16:08 
AnswerRe: How to read/write a word from/to a certain physical address in the VC++ 6.0 environment? Pin
A_Fa28-Jul-06 18:51
A_Fa28-Jul-06 18:51 
QuestionVPN Pin
Sean Dastouri28-Jul-06 5:49
Sean Dastouri28-Jul-06 5:49 
AnswerRe: VPN Pin
David Crow28-Jul-06 7:11
David Crow28-Jul-06 7:11 
QuestionRefresh data under SQl server 2000 problem Pin
mikobi28-Jul-06 5:17
mikobi28-Jul-06 5:17 
Questionpacket Filtering API fails Pin
_tasleem28-Jul-06 4:06
_tasleem28-Jul-06 4:06 
hi i want to make tha packet filtering application using packet filtering api's
i m using code below

if(::PfCreateInterface(0,PF_ACTION_DROP,PF_ACTION_FORWARD,false,true,&ihandle)==NO_ERROR)
{
AfxMessageBox("Step 1 Done");
if(::PfAddGlobalFilterToInterface(ihandle,GF_FRAGMENTS)==NO_ERROR)
{
AfxMessageBox("Step 2 done");
if(::PfAddGlobalFilterToInterface(ihandle,GF_STRONGHOST)==NO_ERROR)
{
AfxMessageBox("Step 2 done");
if(::PfAddGlobalFilterToInterface(ihandle,GF_FRAGCACHE)==NO_ERROR)
{
int i[]={202,165,250,50};
AfxMessageBox("Step 2 done");
PBYTE ip=(PBYTE)i;
if(::PfBindInterfaceToIPAddress(ihandle,PF_IPV4,ip)==NO_ERROR)//here it fails all other works fine i dont know what the problem is.
{
AfxMessageBox("IP Adress Binded");
}
}
}
}
}}

thanks in advance.

Tasleem Arif

QuestionKeyboard functions to my application Pin
Anu_Bala28-Jul-06 3:05
Anu_Bala28-Jul-06 3:05 
AnswerRe: Keyboard functions to my application Pin
Naveen28-Jul-06 3:12
Naveen28-Jul-06 3:12 
GeneralRe: Keyboard functions to my application Pin
Anu_Bala28-Jul-06 18:09
Anu_Bala28-Jul-06 18:09 
GeneralRe: Keyboard functions to my application Pin
Naveen28-Jul-06 18:29
Naveen28-Jul-06 18:29 
GeneralRe: Keyboard functions to my application Pin
Anu_Bala28-Jul-06 18:44
Anu_Bala28-Jul-06 18:44 
GeneralRe: Keyboard functions to my application Pin
Naveen28-Jul-06 18:54
Naveen28-Jul-06 18:54 
GeneralRe: Keyboard functions to my application Pin
Anu_Bala28-Jul-06 19:06
Anu_Bala28-Jul-06 19:06 
GeneralRe: Keyboard functions to my application Pin
Naveen28-Jul-06 19:13
Naveen28-Jul-06 19:13 
AnswerRe: Keyboard functions to my application Pin
Steve Echols28-Jul-06 7:25
Steve Echols28-Jul-06 7:25 
QuestionCertOpenStore from Wincrypt.h Pin
StuartP200228-Jul-06 3:05
StuartP200228-Jul-06 3:05 
QuestionWindows Mobile 5.0 == Windows Mobile 2005? Pin
George_George28-Jul-06 2:19
George_George28-Jul-06 2:19 
AnswerRe: Windows Mobile 5.0 == Windows Mobile 2005? Pin
toxcct28-Jul-06 2:31
toxcct28-Jul-06 2:31 
GeneralRe: Windows Mobile 5.0 == Windows Mobile 2005? Pin
George_George1-Aug-06 22:42
George_George1-Aug-06 22:42 
AnswerRe: Windows Mobile 5.0 == Windows Mobile 2005? Pin
Mike Dimmick28-Jul-06 3:57
Mike Dimmick28-Jul-06 3:57 
GeneralRe: Windows Mobile 5.0 == Windows Mobile 2005? Pin
George_George1-Aug-06 22:39
George_George1-Aug-06 22:39 
Questiontracing DLL in. NET Pin
Abhi Lahare28-Jul-06 2:18
Abhi Lahare28-Jul-06 2:18 
QuestionRe: tracing DLL in. NET Pin
toxcct28-Jul-06 2:26
toxcct28-Jul-06 2:26 

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.