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

Should I be using a state m...

C68aacb3284e606a5a8fe451d93b67a2 Talk
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 ...

55502f40dc8b7c769880b10874abc9d0 Talk
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...

55502f40dc8b7c769880b10874abc9d0 Talk
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...

55502f40dc8b7c769880b10874abc9d0 Talk
<%@ 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...

55502f40dc8b7c769880b10874abc9d0 Talk
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...

55502f40dc8b7c769880b10874abc9d0 Talk
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 ...

55502f40dc8b7c769880b10874abc9d0 Talk
' This procedure creates XML document
' and saves it to disk.
' Requires msxml.dll (Go to Project --> References and
...

VB.NET CreateXML

by jbrain.myopenid.com, April 27, 2010 08:56, 7 refactorings

Test

55502f40dc8b7c769880b10874abc9d0 Talk
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...

by Nathan, January 25, 2010 13:56, 2 refactorings, tagged with vba, microsoft access, many-to-many

VBA, not VB.NET.

This is...

D5145c421cd25af6fa577c15219add90 Talk
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 ...

040ffc7f3327b05f01c54a8bef3ba60a Talk
Private Function fIsAppRunning() As Boolean
            'Looks to see if Lotus Notes is open

...

VB.NET Remove the Evil GOTO

by hcase, September 25, 2008 00:43, 5 refactorings, tagged with vb, goto, evil, lotus notes

This horrible code I inheri...

9f4136a119aa096b3b4faf1c33a7e08e Talk
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...

by JJ, December 16, 2007 12:14, 1 refactoring, tagged with vba

Ok So i am hoping to get so...

817666c751d2fbebeba726ba52d1c977 Talk
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...

918aabb05e77cfa8e40d2a76a5168326 Talk