Public Sub advanceperiod()
Select Case currentgamerow.period
Case 3
...
VB.NET On needs better workflow proce...
by Ants,
December 16, 2011 05:54
Just a quick stab at this i...
Private Function IsAppRunning() As Boolean
For Each p As Process In Process.GetProcesses
If p.MainWindowTitle = "NOTES" Then
...
:/ the best that I could do
If MsgBox("Would you like to install RDIMS ?", 4)=6 then
...
VB.NET On Can this be put into a for ...
by https://www.google.com/accounts/o8/id?id=AItOawlnEdwkKfBeo4dr8z-lFGJGbJTlVlMWFgE,
February 21, 2011 18:32
VB.NET On Can this be put into a for ...
by Ants,
February 19, 2011 06:44
I can see encoding lines 9-...
Private Function IsAppRunning() As Boolean 'Looks to see if Lotus Notes is open ...
VB.NET On Remove the Evil GOTO
by https://me.yahoo.com/a/gRMed8kNn9bseqntTCs6dXkdMWMkQus-,
February 16, 2011 12:52
You don't need to set IsApp...
VB.NET On Many-to-many list box inter...
by Nathan,
February 03, 2010 11:16
Oh, should have said its in...
VB.NET On Many-to-many list box inter...
by Ants,
January 31, 2010 19:16
There is a lot of common co...
VB.NET On Column Cleanup - Excel 2002...
by pkemper,
December 18, 2007 13:26
You do a lot of assignments...
This is a very good Code. I...