Click here to Skip to main content
15,896,444 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: VC6 -> .NET Pin
mcsherry2-Sep-05 2:54
mcsherry2-Sep-05 2:54 
GeneralRe: VC6 -> .NET Pin
toxcct2-Sep-05 2:59
toxcct2-Sep-05 2:59 
GeneralRe: VC6 -> .NET Pin
mcsherry2-Sep-05 3:18
mcsherry2-Sep-05 3:18 
QuestionUDP Pin
Eytukan2-Sep-05 1:58
Eytukan2-Sep-05 1:58 
GeneralRe: UDP Pin
sunit52-Sep-05 2:33
sunit52-Sep-05 2:33 
Questionexe disappears in 5-10 minutes automatically Pin
rajeevktripathi2-Sep-05 1:27
rajeevktripathi2-Sep-05 1:27 
AnswerRe: exe disappears in 5-10 minutes automatically Pin
Marc Soleda2-Sep-05 1:37
Marc Soleda2-Sep-05 1:37 
GeneralRe: exe disappears in 5-10 minutes automatically Pin
rajeevktripathi2-Sep-05 3:51
rajeevktripathi2-Sep-05 3:51 
Information related to program are as as follows

1) Program is written in VC++ 6.0.

2) WMI Classes for retrieving system hardware & software Inforamation.

3) Used Registry keys for information retrieval,(here I used RegOpenKeyEx(),RegEnumVale(), RegEnumKey() etc.)

4) Used some APIs for information retrieva(like OS Version, Computer Name, Number of processors etc.)

5) All the property pages are added to sheet in OnInitDialog() function.

6) Also everything is written in OnInitDialog().

7) For every resource(S/W or H/W) a linked list is created .

8) node of Linked list is structure whose attributes are TCHAR and _bstr_t type

9)structures contains all the information retrieved by either WMI, or by Registry or by APIs.

10) Finally values are displayed on property pages through structures.



* I have checked task manager there is no instance of program after termination.

* Time span is not more than 10 mins.

*Program is even terminated when i am continually clicking on varios controls, and tabs of dialog box.

*Also program is even terminated when there are no activities being done on the PC




Please reply .



Thanks
GeneralRe: exe disappears in 5-10 minutes automatically Pin
Marc Soleda4-Sep-05 20:31
Marc Soleda4-Sep-05 20:31 
AnswerRe: exe disappears in 5-10 minutes automatically Pin
CWinThread2-Sep-05 8:59
CWinThread2-Sep-05 8:59 
AnswerRe: exe disappears in 5-10 minutes automatically Pin
ThatsAlok2-Sep-05 20:45
ThatsAlok2-Sep-05 20:45 
QuestionRezide dialog based application window Pin
johnnyXP2-Sep-05 0:55
johnnyXP2-Sep-05 0:55 
AnswerRe: Rezide dialog based application window Pin
toxcct2-Sep-05 1:11
toxcct2-Sep-05 1:11 
AnswerRe: Rezide dialog based application window Pin
Marc Soleda2-Sep-05 1:16
Marc Soleda2-Sep-05 1:16 
AnswerRe: Rezide dialog based application window Pin
namaskaaram2-Sep-05 1:16
namaskaaram2-Sep-05 1:16 
GeneralRe: Rezide dialog based application window Pin
johnnyXP2-Sep-05 5:30
johnnyXP2-Sep-05 5:30 
QuestionC Run-Time Library compilation problem Pin
Grant MacDonald2-Sep-05 0:48
Grant MacDonald2-Sep-05 0:48 
QuestionHow to call an Umanaged static library from Managed VC++ DLL?? Pin
smilerays2-Sep-05 0:41
smilerays2-Sep-05 0:41 
QuestionDownload WebBrowser Control?! Pin
bosfan2-Sep-05 0:32
bosfan2-Sep-05 0:32 
AnswerRe: Download WebBrowser Control?! Pin
Marc Soleda2-Sep-05 1:13
Marc Soleda2-Sep-05 1:13 
GeneralRe: Download WebBrowser Control?! Pin
bosfan2-Sep-05 2:29
bosfan2-Sep-05 2:29 
QuestionSerial Port Asynchronous Reading Pin
sergin801-Sep-05 23:52
sergin801-Sep-05 23:52 
AnswerRe: Serial Port Asynchronous Reading Pin
Cedric Moonen1-Sep-05 23:54
Cedric Moonen1-Sep-05 23:54 
GeneralRe: Serial Port Asynchronous Reading Pin
sergin802-Sep-05 1:34
sergin802-Sep-05 1:34 
GeneralRe: Serial Port Asynchronous Reading Pin
Cedric Moonen2-Sep-05 2:02
Cedric Moonen2-Sep-05 2:02 

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.