Olivetti has got to be the most useless printer company I have ever come across, their website is shocking with absolutely no logical way (if any at all) to find…
Olivetti d-copia 284mf review and default password
WHMCS – Perfect helpdesk/support online e-commerce platform
I have been fiddling around with WHMCS, which is the perfect solution to create an online store. It manages everything from purchases and credit card gateways, to stock levels, quotes,…
Prevent multiple instances of C# application – 100% working
If you only want 1 (one) instance of your C# application running, then simply make use of the following code in the Form1 (or whatever you form is called) constructor,…
Auto Generate Invoice Number in Opencart – 100% working
There are a couple of plugins out there stealing money from the poor, so I thought Id give you some really quick code for auto generating the invoice number in…
Moving your opencart store to another directory – 100% working
Hi Everyone!Well I recently ran into a bit of trouble with my site – I have a main store, and then wanted to create another store in another directory, so…
Download G41M-VS3 LAN driver – 100% all windows operating systems
For ages I was trying to find the LAN driver for the ASROCK G41M-VS3 motherboard, and even though its listed on the ASROCK website, it didnt work! So finally I…
Fix Eclipse Problem with SDK Update – [find_lock] Directory locked by javaw.exe (eclipse.exe)
Hi ladies and gents ? I ran in the problem where I wasn’t able to update my Eclipse SDK while eclipse was open, so the way I solved it was…
Set the default background color of controls in C# – textbox.BackColor
Very simple: youtextboxname.BackColor = DefaultBackColor; have fun! ? Cherio
Login to multiple skype accounts simultaneously
Simple, create a batch file for each skype account you have and put in the following: start /D “C:Program Files (x86)SkypePhone” Skype.exe /username:YOURUSERNAMEHERE /password:YOURPASSWORDHERE /secondary exit thanks to http://tinkertry.com/skypetwice/ for…
How to open a webpage from C# button – Windows Form
Very simple, a one liner: System.Diagnostics.Process.Start(“http://www.xplodebackup.com”); Cherio!
