Click here to Skip to main content
16,005,080 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Disable Alt+Tab and windows Keys? Pin
ghost18117-Aug-06 15:23
ghost18117-Aug-06 15:23 
GeneralRe: Disable Alt+Tab and windows Keys? Pin
ghost18117-Aug-06 19:59
ghost18117-Aug-06 19:59 
Questionhow to break/continue a for loop? [modified] Pin
mimimimilaw16-Aug-06 23:29
mimimimilaw16-Aug-06 23:29 
AnswerRe: how to break/continue a for loop? Pin
Christian Graus16-Aug-06 23:46
protectorChristian Graus16-Aug-06 23:46 
AnswerRe: how to break/continue a for loop? Pin
hannesHTG17-Aug-06 3:11
hannesHTG17-Aug-06 3:11 
AnswerRe: how to break/continue a for loop? Pin
Sujith C Jose19-Aug-06 0:17
Sujith C Jose19-Aug-06 0:17 
QuestionVB6 Setup Programm Pin
salam41316-Aug-06 22:30
salam41316-Aug-06 22:30 
QuestionAdding hours to a time Variable Pin
chepps16-Aug-06 21:56
chepps16-Aug-06 21:56 
iam doing a project in vb.net (winforms) .I have a timespan variable which has a start time and a frequency.this is saved in the database.the field for time is defined as char(this is a must, i can't use datetime or timestamp for storing a time value)
I have a click event on a button called 'view', where a display form should come in which this start time is shown for 24 hrs, each time the frequency is added to the previous one.
For example if the start time is 06.00 and the frequency is 1 hr, then the display form will show from first 06.00 and then one hour added to it , ie 7.00..like this it is shown for 24 hrs from teh start time.
If the frequency is quarterly then 15 minutes is added to each time starting from the start time.
there is no date associated, only time.
So what should i use for this.
For houlry basis I tried using a timespan variable.but when the adding continues, once it reached 23 hrs then it goes to 1.00:00, 1.01:00, 1.02:00 etc etc..instead of 00:00, 01:00, 02:00 respectively
what should be done.please help.it is very urgent.
thanks
chepps.

Chepps
AnswerRe: Adding hours to a time Variable Pin
Stephen McGuire17-Aug-06 0:25
Stephen McGuire17-Aug-06 0:25 
GeneralRe: Adding hours to a time Variable Pin
chepps17-Aug-06 2:27
chepps17-Aug-06 2:27 
GeneralRe: Adding hours to a time Variable Pin
Stephen McGuire17-Aug-06 2:53
Stephen McGuire17-Aug-06 2:53 
GeneralRe: Adding hours to a time Variable Pin
chepps17-Aug-06 3:04
chepps17-Aug-06 3:04 
GeneralRe: Adding hours to a time Variable Pin
Stephen McGuire17-Aug-06 6:42
Stephen McGuire17-Aug-06 6:42 
GeneralRe: Adding hours to a time Variable Pin
chepps17-Aug-06 22:25
chepps17-Aug-06 22:25 
QuestionPop ups Pin
ii_noname_ii16-Aug-06 20:16
ii_noname_ii16-Aug-06 20:16 
AnswerRe: Pop ups Pin
Guffa16-Aug-06 22:25
Guffa16-Aug-06 22:25 
GeneralRe: Pop ups Pin
ii_noname_ii16-Aug-06 23:38
ii_noname_ii16-Aug-06 23:38 
GeneralRe: Pop ups Pin
ii_noname_ii17-Aug-06 2:45
ii_noname_ii17-Aug-06 2:45 
GeneralRe: Pop ups Pin
Guffa17-Aug-06 2:49
Guffa17-Aug-06 2:49 
GeneralRe: Pop ups Pin
ii_noname_ii17-Aug-06 3:20
ii_noname_ii17-Aug-06 3:20 
AnswerRe: Pop ups Pin
Guffa17-Aug-06 4:06
Guffa17-Aug-06 4:06 
Questioncrystal report Pin
eatwork16-Aug-06 10:18
eatwork16-Aug-06 10:18 
AnswerRe: crystal report Pin
Dave Sexton16-Aug-06 21:06
Dave Sexton16-Aug-06 21:06 
GeneralRe: crystal report Pin
eatwork17-Aug-06 4:26
eatwork17-Aug-06 4:26 
GeneralRe: crystal report [modified] Pin
Dave Sexton17-Aug-06 21:52
Dave Sexton17-Aug-06 21:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.