Click here to Skip to main content
15,924,039 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Logging application Pin
David Crow10-Sep-04 4:30
David Crow10-Sep-04 4:30 
GeneralRe: Logging application Pin
Anonymous11-Sep-04 8:18
Anonymous11-Sep-04 8:18 
GeneralAdding controls (static, edit, ..) to Tree control Pin
Murlai10-Sep-04 2:16
Murlai10-Sep-04 2:16 
GeneralString Matching Pin
sweep12310-Sep-04 2:03
sweep12310-Sep-04 2:03 
GeneralRe: String Matching Pin
Arsalan Malik10-Sep-04 2:09
Arsalan Malik10-Sep-04 2:09 
GeneralRe: String Matching Pin
sweep12310-Sep-04 4:05
sweep12310-Sep-04 4:05 
GeneralHandling two or more instances of an application using VC++ 6.0 Pin
Neeranjan10-Sep-04 1:43
Neeranjan10-Sep-04 1:43 
GeneralRe: Handling two or more instances of an application using VC++ 6.0 Pin
Arsalan Malik10-Sep-04 2:04
Arsalan Malik10-Sep-04 2:04 
You need to open your database as exclusive. This will restrict any other application (including second instance of same application) to open the database.

Another suggestion is to make your application single instance, i.e. only one instance can be run. See following for details:
http://www.codeproject.com/threads/simplesingleinstanceapp.asp

Arsalan Malik
GeneralRe: Handling two or more instances of an application using VC++ 6.0 Pin
jmkhael10-Sep-04 5:04
jmkhael10-Sep-04 5:04 
GeneralPorting From Vc++6.0 to Vc .net Pin
Sivasankar A10-Sep-04 0:25
Sivasankar A10-Sep-04 0:25 
GeneralSetImageList() don’t work (se my code) Pin
anderslundsgard10-Sep-04 0:11
anderslundsgard10-Sep-04 0:11 
GeneralDisplaying the Image file on the View Pin
Neelesh K J Jain9-Sep-04 23:32
Neelesh K J Jain9-Sep-04 23:32 
GeneralRe: Displaying the Image file on the View Pin
Arsalan Malik10-Sep-04 0:07
Arsalan Malik10-Sep-04 0:07 
Questionwhere to start ? Pin
sreejith ss nair9-Sep-04 22:49
sreejith ss nair9-Sep-04 22:49 
AnswerRe: where to start ? Pin
kriaz9-Sep-04 23:02
kriaz9-Sep-04 23:02 
GeneralShowing Bitmap on the View Pin
Neelesh K J Jain9-Sep-04 22:35
Neelesh K J Jain9-Sep-04 22:35 
GeneralRe: Showing Bitmap on the View Pin
lookforme_prash9-Sep-04 23:26
lookforme_prash9-Sep-04 23:26 
GeneralRe: Showing Bitmap on the View Pin
Neelesh K J Jain9-Sep-04 23:46
Neelesh K J Jain9-Sep-04 23:46 
Generalenumerating ALL clients in my domain Pin
e-DJ9-Sep-04 21:20
e-DJ9-Sep-04 21:20 
GeneralRe: enumerating ALL clients in my domain Pin
David Crow10-Sep-04 2:58
David Crow10-Sep-04 2:58 
GeneralRe: enumerating ALL clients in my domain Pin
e-DJ12-Sep-04 20:47
e-DJ12-Sep-04 20:47 
GeneralSend and receive data through port using MFC Dialog Based Pin
anuchelvi9-Sep-04 20:59
anuchelvi9-Sep-04 20:59 
GeneralAutomation and Impersonation Pin
lookforme_prash9-Sep-04 20:10
lookforme_prash9-Sep-04 20:10 
GeneralUnder standing before driving your own class Pin
Zohaib Sibte Hassan9-Sep-04 20:02
Zohaib Sibte Hassan9-Sep-04 20:02 
QuestionHow do I Create a class with class wizard that derives from CObject? Pin
Ian Bowler9-Sep-04 19:46
Ian Bowler9-Sep-04 19:46 

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.