Quantcast
Channel: Looping Problem
Browsing all 20 articles
Browse latest View live

Looping Problem

 C McHale wrote:John, Thanks for all your help. Unfortinuately this weekend was my last chance to finish the project before my deadline was up and I had to turn the project over to someone else.  I had...

View Article



Looping Problem

John, Thanks for all your help. Unfortinuately this weekend was my last chance to finish the project before my deadline was up and I had to turn the project over to someone else.  I had another project...

View Article

Looping Problem

Hi, Are you still trying to use Visual Web Developer Express 2005?It looks like it to me, I can tell from the letters aspx.ASP = Active Server Page and therefore it looks like you are still trying to...

View Article

Looping Problem

Alright i added all this code. First question - since i already have text boxes that pull the start date and end date, do i need most of the code that you have for the DateTimePicker's? I got roughly...

View Article

Looping Problem

Thanks John i'll give this a shot. I am not adding the day to the label, i just tried that to see if it was working, I can't tell you exactly what is being calculated because it is copyrighted material...

View Article


Looping Problem

 C McHale wrote:I just tried adding the case to my code and i turned it into an if statemetnlstdays.Items.Add("Saturday") If DayOfWeek.Saturday Thenlstdays.Items.Add("Saturday")EndIfIf DayOfWeek.Sunday...

View Article

Looping Problem

Its not a web application, just some sql and a loop that calculates and adds to a list.  The after that i at some point need to figure out how to export this list to excel so that further calculations...

View Article

Looping Problem

I just tried adding the case to my code and i turned it into an if statemetnlstdays.Items.Add("Saturday") If DayOfWeek.Saturday Thenlstdays.Items.Add("Saturday")EndIfIf DayOfWeek.Sunday...

View Article


Looping Problem

Hi, Are you trying to make this a web application? If not you will need this Express Edition.>> http://download.microsoft.com/download/f/e/3/fe35b954-f6b1-4af5-a5ba-9ff45eae69fd/ENU/vbsetup.exe I...

View Article


Looping Problem

Visual Web Developer Express 2005

View Article

Looping Problem

Hi, Which version of Visual Studio or which Express Edition are you using please?    Regards, John 

View Article

Looping Problem

Well this is probably going to sound like a stupid question, how do i add a progress bar. I do not see it in my toolbox

View Article

Looping Problem

 C McHale wrote:Thanks i'll give it a shot and let you know.  How do i create a status bar?  It only takes maybe 2 mins tops to run the calculations Hi, Drop a ProgressBar on your FORM and add the...

View Article


Looping Problem

Thanks i'll give it a shot and let you know.  How do i create a status bar?  It only takes maybe 2 mins tops to run the calculations

View Article

Looping Problem

 C McHale wrote:Thanks Guys, John: In your first reply you show how to skip weekends and run for 14 days total.  What do i need to do to skip weekends and run for say 30 weekdays.  Please also keep in...

View Article


Looping Problem

Thanks Guys, John: In your first reply you show how to skip weekends and run for 14 days total.  What do i need to do to skip weekends and run for say 30 weekdays.  Please also keep in mind that when...

View Article

Looping Problem

Hi, Updated code to skip Christmas Day and New Years Dayas well as weekends to show how to skip holiday dates.    Regards, John. Code Block PublicClass Form1 PrivateSub Button1_Click(ByVal sender As...

View Article


Looping Problem

You can easily adjust for weekends, but since you also want to skip holidays then somewhere at the start of your program you will need to hardcode all the holidays that you know of (the days which do...

View Article

Looping Problem

Hi, Try something like this and please read my code comments.    Regards, John  Code Block  PublicClass Form1 PrivateSub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)...

View Article

Looping Problem

 I am running a loop that calculates information on stocks.  It is set up a little bit like this:- Run sql to read a starting row for stock data depending on what he input date is- the program then...

View Article
Browsing all 20 articles
Browse latest View live




Latest Images