Search found 2756 matches

Search found 2756 matches Page 3 of 276
by mandai
Sun Jun 29, 2014 1:36 pm
Forum: Codenstuff boardroom
Topic: Pandemiya banking Trojan
Replies: 11
Views: 4768

Do you have any tips to avoid it?
by mandai
Tue Mar 25, 2014 1:15 am
Forum: Codenstuff boardroom
Topic: Change Hard Ware ID
Replies: 11
Views: 3803

You could send an EM_SETREADONLY or WM_SETTEXT message to the control (assuming it is a textbox).
The code would be specific to the program
by mandai
Sun Mar 23, 2014 3:09 pm
Forum: Codenstuff boardroom
Topic: Change Hard Ware ID
Replies: 11
Views: 3803

There are different types of HWID. It depends which one the software is trying to check
by mandai
Sat Mar 01, 2014 12:42 am
Forum: General Help
Topic: Huge PC Booting issue
Replies: 2
Views: 2044

It sounds like booting from USB is becoming a bit unreliable.

For troubleshooting purposes it would be useful to know are you able to run any kind of motherboard/BIOS memory test?
by mandai
Fri Feb 28, 2014 12:06 am
Forum: General Help
Topic: when to replace a hard drive
Replies: 8
Views: 4045

I wouldn't rely so much on a percentage to tell the drive status.
If you are concerned about the drive you should back up your data first and then run chkdsk /r to check for bad blocks. If there are bad blocks you can assume the drive is becoming unreliable.
by mandai
Thu Feb 27, 2014 12:47 am
Forum: General Help
Topic: throughput performance fix
Replies: 3
Views: 2367

The throughput performance attribute doesn't give much useful information by itself.
You might want to check the startup programs and remove any that you don't use.
by mandai
Sat Feb 22, 2014 5:43 pm
Forum: Quick Snips
Topic: CMOS Password Breaker
Replies: 3
Views: 2489

Is there any reason the outp function is commented out?
by mandai
Mon Feb 17, 2014 2:27 am
Forum: Coding Help & Support
Topic: Find and click on a colour's coordinates
Replies: 9
Views: 3115

If you want to search for multiple color values it would make sense to look for RGB ranges in the FindColor function.
For example:
Code: Select all
If g < clr.G And r > 100 Then 'etc
by mandai
Sun Feb 16, 2014 7:09 pm
Forum: Coding Help & Support
Topic: Find and click on a colour's coordinates
Replies: 9
Views: 3115

I have re-written most of the code to get a screenshot and work with the timer (I don't think it was originally intended for this): Private Sub btnStart_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnStart.Click tmrSearch.Start() End Sub Public Sub FindColor(ByVal hWND ...
by mandai
Sun Feb 16, 2014 4:05 pm
Forum: Quick Snips
Topic: Snippet - Select random listbox item
Replies: 5
Views: 3088

Ok now the code only gives numbers starting from 1.
You might want to use Random.Next(0, lstbox1.Items.Count)
Search found 2756 matches Page 3 of 276
Go to advanced search