Click here to Skip to main content
15,909,518 members
Home / Discussions / C#
   

C#

 
QuestionRe: Launch command as administrator Pin
Mark Salsbery11-Nov-11 8:00
Mark Salsbery11-Nov-11 8:00 
QuestionLooking for help with an api hook that catches a messagebox from a 3rd party dll Pin
turbosupramk310-Nov-11 7:46
turbosupramk310-Nov-11 7:46 
QuestionWord Interop Supress / Handle Errors Pin
ezazazel10-Nov-11 3:54
ezazazel10-Nov-11 3:54 
QuestionHow to turn a Windows Form application into a library Pin
biop.codeproject10-Nov-11 0:20
biop.codeproject10-Nov-11 0:20 
AnswerRe: How to turn a Windows Form application into a library Pin
BobJanova10-Nov-11 1:24
BobJanova10-Nov-11 1:24 
AnswerRe: How to turn a Windows Form application into a library Pin
BillWoodruff10-Nov-11 5:24
professionalBillWoodruff10-Nov-11 5:24 
GeneralRe: How to turn a Windows Form application into a library Pin
biop.codeproject10-Nov-11 15:30
biop.codeproject10-Nov-11 15:30 
AnswerRe: How to turn a Windows Form application into a library Pin
Luc Pattyn10-Nov-11 16:08
sitebuilderLuc Pattyn10-Nov-11 16:08 
This is what I would do:

1. create a DLL project that holds all the RFID and camera code excluding any GUI stuff.
2. create a EXE project that offers a front-end to demo/test the DLL from #1.

Together, these basically include the code you have now.
Any other app interested in RFID and/or camera should just reference the #1 DLL.

In other words, extract your GUI stuff, keep it as a demo/test bed, and offer the remainder as the solution.

Note: you could of course also have two DLL projects in #1, keeping RFID and camera code strictly separated.

Smile | :)
Luc Pattyn [My Articles] Nil Volentibus Arduum

GeneralRe: How to turn a Windows Form application into a library Pin
biop.codeproject10-Nov-11 17:52
biop.codeproject10-Nov-11 17:52 
AnswerRe: How to turn a Windows Form application into a library Pin
Luc Pattyn10-Nov-11 18:26
sitebuilderLuc Pattyn10-Nov-11 18:26 
GeneralRe: How to turn a Windows Form application into a library Pin
BillWoodruff10-Nov-11 19:27
professionalBillWoodruff10-Nov-11 19:27 
AnswerRe: How to turn a Windows Form application into a library Pin
Ennis Ray Lynch, Jr.10-Nov-11 8:40
Ennis Ray Lynch, Jr.10-Nov-11 8:40 
GeneralRe: How to turn a Windows Form application into a library Pin
BobJanova10-Nov-11 23:23
BobJanova10-Nov-11 23:23 
QuestionUninstall a none Microsoft program on a remote machine via WMI Pin
AndieDu9-Nov-11 23:03
AndieDu9-Nov-11 23:03 
AnswerRe: Uninstall a none Microsoft program on a remote machine via WMI Pin
AndieDu10-Nov-11 11:15
AndieDu10-Nov-11 11:15 
QuestionHow can I use Word in C3.Net Not COM Componet Pin
yousefshokati9-Nov-11 20:03
yousefshokati9-Nov-11 20:03 
AnswerRe: How can I use Word in C3.Net Not COM Componet Pin
Wayne Gaylard9-Nov-11 21:19
professionalWayne Gaylard9-Nov-11 21:19 
QuestionRestore database with stored procedure Pin
nhanlaptrinh9-Nov-11 12:17
nhanlaptrinh9-Nov-11 12:17 
AnswerRe: Restore database with stored procedure Pin
Abhinav S9-Nov-11 16:54
Abhinav S9-Nov-11 16:54 
GeneralRe: Restore database with stored procedure Pin
nhanlaptrinh16-Nov-11 14:02
nhanlaptrinh16-Nov-11 14:02 
QuestionExport to Excel and Navigating to other Page Pin
pravin_mun9-Nov-11 6:51
pravin_mun9-Nov-11 6:51 
AnswerRe: Export to Excel and Navigating to other Page Pin
Dave Kreskowiak9-Nov-11 13:33
mveDave Kreskowiak9-Nov-11 13:33 
SuggestionRe: Export to Excel and Navigating to other Page Pin
RaviRanjanKr13-Nov-11 4:39
professionalRaviRanjanKr13-Nov-11 4:39 
Questionwhere to save my error.log? Pin
Jassim Rahma9-Nov-11 5:34
Jassim Rahma9-Nov-11 5:34 
AnswerMessage Removed Pin
9-Nov-11 5:50
professionalBert Mitton9-Nov-11 5:50 

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.