VB.Net – Passing Multiple Parameters to a thread call without creating a class object
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…
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…
If you wish to create an application that allows the user to view an existing crystal report then this is what you do: Make sure you have crystal report designer…
I just switched to wordpress blog. I resisted for far too long but now it is time to join the wp-revolution :) So far I am quite happy with the…