Public Sub advanceperiod()
If currentgamerow.period < 3 Then
currentgamerow.period = currentgamerow.period + 1
...
VB.NET needs better workflow proce...
by TK3,
December 13, 2011 20:36,
2 refactorings
Public Sub QuickSortArray(ByRef SortArray As Variant, _
Optional lngMin As Long = -1, _
Optional lngMax As Long = -1, _
...
VB.NET Reverse a VBA sorter
by https://www.google.com/accounts/o8/id?id=AItOawlnEdwkKfBeo4dr8z-lFGJGbJTlVlMWFgE,
November 25, 2011 11:29,
1 refactoring, tagged with sort, vba, advanced
This sub sorts from low to ...
Public Class Form1
Dim taxrate As Decimal = 0.025
...
VB.NET Tax Rate
by brianp12.myopenid.com,
November 20, 2011 16:22,
1 refactoring, tagged with Visual Basic, Tax Rate, Percentage, VB.net, Tax Code, Tax, Tax rate in VB, teacher, assignment, teachers assignment, price, price after tax, after tax, prices
This is my teachers assignm...
Imports System.IO Public Class Form3 ...
VB.NET else = no output
by chaot.myopenid.com,
October 12, 2011 09:22,
1 refactoring
Imports System.IO
Public...
<%@ WebHandler Language="VB" Class="ImageHandler2" %> Imports System.Web Imports System.IO ...
VB.NET Resize Image Using ashx page
by https://me.yahoo.com/a/gRMed8kNn9bseqntTCs6dXkdMWMkQus-,
May 12, 2011 07:43,
2 refactorings, tagged with asp.net, vb.net
Here is code to take a give...
Imports TextData Imports TextData.Objects Imports System.Web ...
VB.NET Can this code be optimized?
by https://www.google.com/accounts/o8/id?id=AItOawmKka1rRXpnED1msCNzL1D-XCMwgmPq-4Y,
April 12, 2011 09:24,
No refactoring, tagged with .net, asp.net, vb.net
Any advice on best practice...
Dim strA, strB, strC
strA=MsgBox("Would you like to install RDIMS", 4)
...
VB.NET Can this be put into a for ...
by https://www.google.com/accounts/o8/id?id=AItOawlnEdwkKfBeo4dr8z-lFGJGbJTlVlMWFgE,
February 18, 2011 18:17,
3 refactorings
Im use to ruby programming ...
' This procedure creates XML document ' and saves it to disk. ' Requires msxml.dll (Go to Project --> References and ...
Private Sub cmdAddAmbassador_Click() ' Run when the user clicks the "<" button to add an ambassador to an event ...
VB.NET Many-to-many list box inter...
VBA, not VB.NET.
This is...
Option Explicit 'Const HKEY_LOCAL_MACHINE = &H80000002 ...
VB.NET VB6 Registry Editing Class
by antelopelovefan.com/id,
January 29, 2009 15:16,
No refactoring
This is a simple VB6 class ...
Private Function fIsAppRunning() As Boolean
'Looks to see if Lotus Notes is open
...
VB.NET Remove the Evil GOTO
This horrible code I inheri...
Sub cleanupSheet() ' This function asks for two input the first is the sheet you want to clean up ' The second is the Column and cell you wish to start at, e.g. A1 ...
VB.NET Column Cleanup - Excel 2002...
Ok So i am hoping to get so...
Private Function GetPreviousMonthsXml(ByVal months As Integer, ByVal startDate As Date, ByVal xDoc As XmlDocument, ByVal path As String, ByVal nodeName As String) As XmlDocument ...
VB.NET Load XmlNodeList into an Xm...
by travis,
October 01, 2007 08:16,
No refactoring, tagged with xml, node, xmldocument, vb, .net, nodelist, asp.net
Basically I'm just try to l...
Should I be using a state m...