Click here to Skip to main content
15,885,757 members
Home / Discussions / C#
   

C#

 
GeneralRe: error ExecuteReader() Pin
Member 107105323-Apr-15 2:00
Member 107105323-Apr-15 2:00 
SuggestionRe: error ExecuteReader() Pin
Richard Deeming7-Apr-15 2:37
mveRichard Deeming7-Apr-15 2:37 
QuestionMerge with uEye cam capture program c# with c# socket programming (Server Only) Pin
Member 115345522-Apr-15 22:35
Member 115345522-Apr-15 22:35 
AnswerRe: Merge with uEye cam capture program c# with c# socket programming (Server Only) Pin
OriginalGriff2-Apr-15 22:41
mveOriginalGriff2-Apr-15 22:41 
GeneralRe: Merge with uEye cam capture program c# with c# socket programming (Server Only) Pin
Member 115345522-Apr-15 23:20
Member 115345522-Apr-15 23:20 
GeneralRe: Merge with uEye cam capture program c# with c# socket programming (Server Only) Pin
OriginalGriff2-Apr-15 23:23
mveOriginalGriff2-Apr-15 23:23 
QuestionRe: Merge with uEye cam capture program c# with c# socket programming (Server Only) Pin
Eddy Vluggen3-Apr-15 1:13
professionalEddy Vluggen3-Apr-15 1:13 
QuestionI have a cool program if anyone would like to take it on. Pin
Dr Gadgit2-Apr-15 11:02
Dr Gadgit2-Apr-15 11:02 
The program is basicly a big search and replace tool and is a fantastic tool for removing spyware from programs like Firefox or Sware-iron and works by scanning all the files in a folder and sub folder to look for strings that have "http://" in them or look like a domain name and ends in "acb.com" or "abc.org"

The program flags up suspect links using a system of coloured flags and then offers the chance for the user to bulk replace the Url with a new value so long as the length of the replacement is the same length as the old one or else the machine code in the dlls/exe's would end up crashing

did you know that if you scanned the file system for a browser like Chrome that you would find about 20,000 urls within the folder ?

A Simple replace of "Google.com" for "Gxxgle.com" Soon stops the browser from calling home and I also give the same treatment to Microsoft code.

So whats wrong apart from me not having the time.

Well the program does not do a scan and indexes the sections within each file that contains a URL and needs to re-read each file (could be hundreds) each time a replacement is made which makes it slow since it only does a search and replace for one string at a time.

it could do with an index or something more simple like an array of text to be searched and replaces like.

Google.com,Gxxgle.com
Microsoft.com,SlowSoft.com
Youtube.com,OurTube.com

The program backs up the root folder before it runs because sometimes it will crash the program being "Fixed" because the strings being replaced are too short because i am lazzy and this would happen if you tried to fix google chrome by replacing "Google.com" and not using something more like "https://Google.com/SafeBrowsing"

I can play around because i wrote the program which work on all the major browsers i have come across so far after a few roll-backs due to the problems i have mentioned above but it needs to be made more fool proof so that anyone can use it as and when new versions of programs are released.

The program has resulted in my DNS server being full of bad DNS results 24/7 because programs like browsers are trying to call home two hundred times a day and thats just the way i like it.

Witten in c# and VS2010 if anyone would like to take it on then please drop me a line for the project.
AnswerRe: I have a cool program if anyone would like to take it on. Pin
OriginalGriff2-Apr-15 21:37
mveOriginalGriff2-Apr-15 21:37 
AnswerRe: I have a cool program if anyone would like to take it on. Pin
Eddy Vluggen4-Apr-15 2:34
professionalEddy Vluggen4-Apr-15 2:34 
QuestionMySQL Data Synchronisation between Databases in C# Pin
RevathySanthanam2-Apr-15 4:14
RevathySanthanam2-Apr-15 4:14 
Rant[REPOST] MySQL Data Synchronisation between Databases in C# Pin
Richard Deeming2-Apr-15 4:42
mveRichard Deeming2-Apr-15 4:42 
QuestionTime out handling in System.Threading.Task class in dotnet 4.0 Pin
Member 113878772-Apr-15 0:11
Member 113878772-Apr-15 0:11 
AnswerRe: Time out handling in System.Threading.Task class in dotnet 4.0 Pin
Pete O'Hanlon2-Apr-15 0:47
mvePete O'Hanlon2-Apr-15 0:47 
AnswerRe: Time out handling in System.Threading.Task class in dotnet 4.0 Pin
Afzaal Ahmad Zeeshan2-Apr-15 1:04
professionalAfzaal Ahmad Zeeshan2-Apr-15 1:04 
QuestionLinq extension method and referencing object? Pin
TMattC1-Apr-15 22:24
TMattC1-Apr-15 22:24 
AnswerRe: Linq extension method and referencing object? Pin
OriginalGriff1-Apr-15 23:47
mveOriginalGriff1-Apr-15 23:47 
GeneralRe: Linq extension method and referencing object? Pin
TMattC2-Apr-15 3:49
TMattC2-Apr-15 3:49 
GeneralRe: Linq extension method and referencing object? Pin
OriginalGriff2-Apr-15 4:05
mveOriginalGriff2-Apr-15 4:05 
GeneralRe: Linq extension method and referencing object? Pin
TMattC2-Apr-15 5:23
TMattC2-Apr-15 5:23 
GeneralRe: Linq extension method and referencing object? Pin
OriginalGriff2-Apr-15 5:47
mveOriginalGriff2-Apr-15 5:47 
GeneralRe: Linq extension method and referencing object? Pin
Simon_Whale2-Apr-15 4:12
Simon_Whale2-Apr-15 4:12 
Questionc# file I/O looking strange in task manager Pin
Dan Wulff1-Apr-15 11:16
Dan Wulff1-Apr-15 11:16 
SuggestionRe: c# file I/O looking strange in task manager Pin
Richard Deeming1-Apr-15 11:22
mveRichard Deeming1-Apr-15 11:22 
GeneralRe: c# file I/O looking strange in task manager Pin
Dan Wulff1-Apr-15 11:46
Dan Wulff1-Apr-15 11: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.