Click here to Skip to main content
15,919,613 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralExit Application Function - HELP! Pin
James Bird17-Feb-01 5:49
James Bird17-Feb-01 5:49 
GeneralRe: Exit Application Function - HELP! Pin
l a u r e n17-Feb-01 5:58
l a u r e n17-Feb-01 5:58 
GeneralRe: Exit Application Function - HELP! Pin
Tim Deveaux17-Feb-01 13:50
Tim Deveaux17-Feb-01 13:50 
GeneralActiveX ArdioButton Control Pin
17-Feb-01 0:15
suss17-Feb-01 0:15 
GeneralAutomatically Show a tooltip Pin
Sachin16-Feb-01 23:37
Sachin16-Feb-01 23:37 
Generalzooming in view Pin
16-Feb-01 23:21
suss16-Feb-01 23:21 
Generalzooming in view Pin
16-Feb-01 23:21
suss16-Feb-01 23:21 
GeneralRe: zooming in view Pin
Juan Carlos Cobas17-Feb-01 1:04
Juan Carlos Cobas17-Feb-01 1:04 
GeneralAdd text to title of MainFrame Pin
Starodubtsev Sergey16-Feb-01 20:19
Starodubtsev Sergey16-Feb-01 20:19 
GeneralRe: Add text to title of MainFrame Pin
Christian Graus16-Feb-01 20:24
protectorChristian Graus16-Feb-01 20:24 
GeneralRe: Add text to title of MainFrame Pin
Ed Dixon16-Feb-01 20:48
Ed Dixon16-Feb-01 20:48 
GeneralRe: Add text to title of MainFrame Pin
Michael Dunn16-Feb-01 21:19
sitebuilderMichael Dunn16-Feb-01 21:19 
QuestionHow to lauch Direct Cable connection Programmatically. Pin
16-Feb-01 12:42
suss16-Feb-01 12:42 
QuestionBitmap --> Icon?? Pin
16-Feb-01 12:16
suss16-Feb-01 12:16 
AnswerRe: Bitmap --> Icon?? Pin
Christian Graus16-Feb-01 20:12
protectorChristian Graus16-Feb-01 20:12 
GeneralQuestions on build and link Pin
Eddie Ng16-Feb-01 8:40
Eddie Ng16-Feb-01 8:40 
GeneralRe: Questions on build and link Pin
Chris Meech16-Feb-01 8:47
Chris Meech16-Feb-01 8:47 
GeneralSending keyboard focus Pin
16-Feb-01 7:51
suss16-Feb-01 7:51 
GeneralNT SNMP Extention Agent and 16 bit APP Pin
MoZ16-Feb-01 5:15
MoZ16-Feb-01 5:15 
Hi All,

I have to implement an SNMP extention Agent in W2000. It is based on a DLL which will be loaded by SNMP Agent. This DLL must communicate with a 16 bit APP to update the MIB handled by the DLL. I used :
- SendMessage() to communicate from the DLL to the 16 bit App.
- Generic thunk to invoke the DLL from the 16 bit App.

My problem is :
When I start the service SNMP in dos command by "snmp.exe" all is all right. But if I start the service by "net start snmp" the two process (DLL and 16 bit app) don't communicate. (FindWindow() to use with SendMessage() return WND=NULL and Generic thunk (CallProc32W()) crashs the 16 bit App and even Visual 1.52)
To make the Generic Thunk and FindWindow() work, it seems that the service must be attached to a window Frown | :(

Someone with an idea ? Confused | :confused:

Thanks for yor HELP

Mouez
GeneralRe: NT SNMP Extention Agent and 16 bit APP Pin
Tim Deveaux16-Feb-01 7:29
Tim Deveaux16-Feb-01 7:29 
GeneralLaunching a CMiniFrame/CDocument/CView from CDialog Pin
Mustafa16-Feb-01 1:47
Mustafa16-Feb-01 1:47 
GeneralRe: Launching a CMiniFrame/CDocument/CView from CDialog Pin
l a u r e n17-Feb-01 6:05
l a u r e n17-Feb-01 6:05 
GeneralCall stack window in VC++6.0 always empty while debugging Pin
Roland Schaufler15-Feb-01 22:51
Roland Schaufler15-Feb-01 22:51 
GeneralRe: Call stack window in VC++6.0 always empty while debugging Pin
Tim Deveaux16-Feb-01 7:34
Tim Deveaux16-Feb-01 7:34 
GeneralRe: Call stack window in VC++6.0 always empty while debugging Pin
Roland Schaufler18-Feb-01 22:17
Roland Schaufler18-Feb-01 22:17 

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.