Graphics card temparature
So I bought a new graphcis card. My old one was getting really old and so i thought i’d get a new generation one. Only problem though my case doesnt…
So I bought a new graphcis card. My old one was getting really old and so i thought i’d get a new generation one. Only problem though my case doesnt…
Well recently i was getting an error in one of my wordpress sites where i could log in to admin panel but could not post or see posts. it would…
When the windows starts it loads all sorts of programs (msn messenger, skype etc.) Sometimes it loads a certain program that you dont always need. I had that same trouble…
Ok, so in most cases when we need to make a threaded call we need to pass multiple parameters to the worker function. In VB.net by default it supports one…
Often small to Mid size companies spend a lot of resources behind designing a website. Spending money behind a web developer, web designer etc. They would have to spend time…
The following vb application has a form called “form1”. The form has one “OpenFileDialog” called “OpenFileDialog1” and a file menu item called: “ChooseBMPToolStripMenuItem”. The user clicks on the menu item,…
The following code demonstrates how to run an external command line program an not show an window:
To pipe the command line output when running an external program, we can do the following in a c# program:
If we want multiple threads to finish their work and then proceed to the next phase of processing then we might want to use thread join. Below is an example…
While I was digging up some old code samples that I once prepared to write an article I found this little interesting piece. Often in PHP web app development we…