VB.NET On needs better workflow proce...

by dry cleaners London, January 09, 2012 00:04

This is a very good Code. I...

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

F9a9ba6663645458aa8630157ed5e71e Talk

VB.NET On Reverse a VBA sorter

by Ants, November 28, 2011 00:39

How could you have authored...

F9a9ba6663645458aa8630157ed5e71e Talk

VB.NET On Tax Rate

by Ants, November 20, 2011 19:37

RefactorMyCode.com is for r...

F9a9ba6663645458aa8630157ed5e71e Talk
Imports System.IO

Public Class Form3
...

VB.NET On else = no output

by Ants, October 12, 2011 23:59

Some trimming of unused cod...

F9a9ba6663645458aa8630157ed5e71e Talk

VB.NET On Resize Image Using ashx page

by Ants, May 18, 2011 01:53

Here are good alternatives ...

F9a9ba6663645458aa8630157ed5e71e Talk

VB.NET On Resize Image Using ashx page

by Ants, May 12, 2011 10:48

You should not be using the...

F9a9ba6663645458aa8630157ed5e71e Talk
Private Function IsAppRunning() As Boolean
        For Each p As Process In Process.GetProcesses
            If p.MainWindowTitle = "NOTES" Then
...

VB.NET On Remove the Evil GOTO

by lamy, April 17, 2011 23:07

you can also do this withou...

0bcc811da9e7fe1a462d74e0ab402768 Talk

VB.NET On CreateXML

by web developer, February 24, 2011 10:29

Hi,
I found that Andoid app...

2048d0bacf49de14573d887bfb1013ee Talk
function PromptYesNo(prompt)
    PromptYesNo = (MsgBox(prompt, 4)=6)
...

VB.NET On Can this be put into a for ...

by Ants, February 21, 2011 19:33

This perhaps?

F9a9ba6663645458aa8630157ed5e71e Talk
:/ 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
55502f40dc8b7c769880b10874abc9d0 Talk

VB.NET On Can this be put into a for ...

by Ants, February 19, 2011 06:44

I can see encoding lines 9-...

F9a9ba6663645458aa8630157ed5e71e Talk

VB.NET On CreateXML

by Ants, February 17, 2011 17:37

Read here how to do the for...

F9a9ba6663645458aa8630157ed5e71e Talk

VB.NET On CreateXML

by Red, February 17, 2011 00:22

I am trying to format my xm...

608d21dd57a263e1899bd1bcee284382 Talk
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...

55502f40dc8b7c769880b10874abc9d0 Talk

VB.NET On CreateXML

by Ants, April 29, 2010 09:14

Your original question was ...

F9a9ba6663645458aa8630157ed5e71e Talk

VB.NET On CreateXML

by jbrain.myopenid.com, April 28, 2010 20:47

@Ants But is is possible to...

55502f40dc8b7c769880b10874abc9d0 Talk

VB.NET On CreateXML

by jbrain.myopenid.com, April 28, 2010 19:52

Oh! Thank you very much for...

55502f40dc8b7c769880b10874abc9d0 Talk

VB.NET On CreateXML

by Ants, April 27, 2010 23:12

Why instantiate a whole DOM...

F9a9ba6663645458aa8630157ed5e71e Talk

VB.NET On Many-to-many list box inter...

by Nathan, February 03, 2010 11:16

Oh, should have said its in...

D5145c421cd25af6fa577c15219add90 Talk

VB.NET On Many-to-many list box inter...

by Ants, January 31, 2010 19:16

There is a lot of common co...

F9a9ba6663645458aa8630157ed5e71e Talk

VB.NET On Remove the Evil GOTO

by McDole, September 26, 2008 16:24

*Removed*

503dc458e66746c5ac681e7057d209dd Talk
Private Function IsAppRunning() As Boolean
	'Looks to see if Lotus Notes is open

...

VB.NET On Remove the Evil GOTO

by hcase, September 25, 2008 23:33

My own refactoring since no...

9f4136a119aa096b3b4faf1c33a7e08e Talk

VB.NET On Remove the Evil GOTO

by rikkus, September 25, 2008 16:56 Star_full

This kind of error handling...

22e33503870d8e20493c4dd6b2f9767f Talk

VB.NET On Column Cleanup - Excel 2002...

by pkemper, December 18, 2007 13:26 Star_full

You do a lot of assignments...

0481b9ea2b2aad6844b33dbca2d7fe0e Talk