Click here to Skip to main content
15,889,403 members
Home / Discussions / C#
   

C#

 
AnswerRe: Captcha Control Pin
PIEBALDconsult8-Oct-11 4:32
mvePIEBALDconsult8-Oct-11 4:32 
QuestionFinding values in strings Pin
CCodeNewbie7-Oct-11 10:46
CCodeNewbie7-Oct-11 10:46 
AnswerRe: Finding values in strings Pin
PIEBALDconsult7-Oct-11 12:09
mvePIEBALDconsult7-Oct-11 12:09 
AnswerRe: Finding values in strings Pin
André Kraak7-Oct-11 12:47
André Kraak7-Oct-11 12:47 
AnswerRe: Finding values in strings Pin
Dave Kreskowiak7-Oct-11 12:58
mveDave Kreskowiak7-Oct-11 12:58 
AnswerRe: Finding values in strings Pin
Luc Pattyn7-Oct-11 16:14
sitebuilderLuc Pattyn7-Oct-11 16:14 
GeneralRe: Finding values in strings Pin
Dave Kreskowiak7-Oct-11 17:31
mveDave Kreskowiak7-Oct-11 17:31 
GeneralRe: Finding values in strings Pin
CCodeNewbie8-Oct-11 20:24
CCodeNewbie8-Oct-11 20:24 
@ PIEBALD - Will do (again), maybe looking at it with fresh eyes will reveal something

@ André - There are quite a few .NET entries in the registry "Microsoft .NET Framework 4 Client Profile", "Microsoft .NET Compact Framework 1.0 SP3 Developer"

@ Dave - http://stackoverflow.com/questions/673233/wmi-installed-query-different-from-add-remove-programs-list[^],
http://stackoverflow.com/questions/2246768/finding-all-installed-applications-with-powershell[^], http://www.techmumbojumblog.com/?p=39[^]and personal experience have proved that WMI only finds instances installed through MSI. If you are trying to catch an app that hasn't used MSI (Google Chrome for e.g.)the RegKey "Uninstall" is better. I also know that it won't find eveything, but it will find everything that Windows knows about.

@ Luc - I am not a "not-WMI-for-me" guy and already have WMI code in app. I prefer to only use WMI when it is more efficient than any other method. WMI is an inefficient method compared to using (for e.g.) System.Environment, System.Net.NetworkInformation etc.

@ Dave - I'd also rather use the stuff that works, but I would be even happier to use stuff that works efficiently. If that means that I have to write a few more lines of code so that there is less impact on the system's resources then that is what I'll do.

Thanks to all for your replies.
GeneralRe: Finding values in strings Pin
Dave Kreskowiak9-Oct-11 3:10
mveDave Kreskowiak9-Oct-11 3:10 
AnswerRe: Finding values in strings Pin
Richard MacCutchan7-Oct-11 21:19
mveRichard MacCutchan7-Oct-11 21:19 
SuggestionMessage Closed Pin
7-Oct-11 5:03
Catalin Stavaru7-Oct-11 5:03 
GeneralRe: How to create secure, uncrackable product keys for your application Pin
Albert Holguin7-Oct-11 5:06
professionalAlbert Holguin7-Oct-11 5:06 
GeneralRe: How to create secure, uncrackable product keys for your application Pin
BobJanova7-Oct-11 5:19
BobJanova7-Oct-11 5:19 
GeneralRe: How to create secure, uncrackable product keys for your application Pin
PIEBALDconsult7-Oct-11 5:29
mvePIEBALDconsult7-Oct-11 5:29 
GeneralRe: How to create secure, uncrackable product keys for your application Pin
harold aptroot7-Oct-11 5:43
harold aptroot7-Oct-11 5:43 
QuestionConvert Windows install date Pin
CCodeNewbie7-Oct-11 5:01
CCodeNewbie7-Oct-11 5:01 
AnswerRe: Convert Windows install date Pin
PIEBALDconsult7-Oct-11 5:26
mvePIEBALDconsult7-Oct-11 5:26 
GeneralRe: Convert Windows install date Pin
CCodeNewbie7-Oct-11 8:50
CCodeNewbie7-Oct-11 8:50 
QuestionIs there way to create a webpage in C# viewed somewhere else Pin
Klockness7-Oct-11 4:07
Klockness7-Oct-11 4:07 
AnswerRe: Is there way to create a webpage in C# viewed somewhere else Pin
Not Active7-Oct-11 4:28
mentorNot Active7-Oct-11 4:28 
AnswerRe: Is there way to create a webpage in C# viewed somewhere else Pin
BobJanova7-Oct-11 4:49
BobJanova7-Oct-11 4:49 
AnswerRe: Is there way to create a webpage in C# viewed somewhere else Pin
Luc Pattyn7-Oct-11 5:00
sitebuilderLuc Pattyn7-Oct-11 5:00 
AnswerRe: Is there way to create a webpage in C# viewed somewhere else Pin
Klockness7-Oct-11 5:14
Klockness7-Oct-11 5:14 
QuestionError! :( Pin
angel 27-Oct-11 0:40
angel 27-Oct-11 0:40 
AnswerRe: Error! :( Pin
Pete O'Hanlon7-Oct-11 0:59
mvePete O'Hanlon7-Oct-11 0:59 

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.