Search found 2756 matches

Search found 2756 matches Page 275 of 276
by mandai
Fri Apr 30, 2010 4:56 pm
Forum: Quick Snips
Topic: Freezing Windows :D
Replies: 11
Views: 4040

Well unless your goal is to make the PC run real slow then you probably don't want to use this.

To make it so certain windows won't accept user input use the EnableWindow function to disable them.
by mandai
Fri Apr 30, 2010 4:26 pm
Forum: Full Software
Topic: Win7 iTweaker v1.6.2 Final £3.50 LTO + 30day £ bk dreamscene
Replies: 55
Views: 16681

I diddn't mean your software will make a snapshot, using another program you can see a difference - regshot worked fine for me [see attachment]. I don't think the information on Microsoft's site will be outdated or incorrect cause they are the people who decided how the registry works. btw there is ...
by mandai
Fri Apr 30, 2010 12:42 am
Forum: Quick Snips
Topic: Unlock with code
Replies: 7
Views: 2806

Well if you have the unlock code like it is here you can make a program to find the unicode strings that are stored in the unlock program.
by mandai
Thu Apr 29, 2010 10:00 pm
Forum: Tutorials
Topic: Login System (No MySql Etc)
Replies: 14
Views: 4571

Seems a bit messy using a directory per user like that.

I'd do it all in one text file, maybe having each users' details per line with a seperator between the username/password values.
by mandai
Thu Apr 29, 2010 9:37 pm
Forum: Source-Code
Topic: Height/Width of project [NO TUT]
Replies: 6
Views: 2186

I think it would be clearer to say it changes the window size.
by mandai
Thu Apr 29, 2010 9:21 pm
Forum: Full Software
Topic: Win7 iTweaker v1.6.2 Final £3.50 LTO + 30day £ bk dreamscene
Replies: 55
Views: 16681

If by hidden you mean not there by default that just means you have to find them, the research will take care of that.

Whats to stop us comparing registry snapshots before/after tweaking to find out for ourselves?
Its also true some software can mess up the registry as well.
by mandai
Thu Apr 29, 2010 9:13 pm
Forum: Full Software
Topic: very very advanced notepad
Replies: 8
Views: 2607

sort of reminds me of wordpad, minus the exceptions.
by mandai
Thu Apr 29, 2010 9:05 pm
Forum: Competitions
Topic: Best Web Browser Competition
Replies: 12
Views: 4583

Hey when you say the best web browser what are you looking for in particular?
A more efficient browser engine or fancier designs?
by mandai
Mon Apr 26, 2010 9:54 pm
Forum: Codenstuff boardroom
Topic: [Request] Downloading Program
Replies: 10
Views: 2825

(In .Net) To it by FTP I would use the FtpWebRequest/FtpWebResponse classes. If you have to do it over HTTP you could load the index page in a webbrowser, then use the Links property to find the files. You could then either make your own multithreaded download system or start a downloader program fo...
by mandai
Mon Apr 26, 2010 9:36 pm
Forum: Full Software
Topic: Process Keeper
Replies: 2
Views: 1247

I can comment: It would be nice to set the process list refresh time, also a combobox/file history for the exe files might be useful. For the run on startup option I'd rather use Environment.CommandLine to get the name and path of the executable, just in case the user renamed it. It looks like there...
Search found 2756 matches Page 275 of 276
Go to advanced search