Click here to Skip to main content
15,909,503 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generalproblem solve!! ya huuuuuuuu Pin
campbells27-Mar-06 17:57
campbells27-Mar-06 17:57 
QuestionInternet explorer script error!!!! Pin
Hari Om Prakash Sharma27-Mar-06 0:38
Hari Om Prakash Sharma27-Mar-06 0:38 
AnswerRe: Internet explorer script error!!!! Pin
Dave Kreskowiak27-Mar-06 6:04
mveDave Kreskowiak27-Mar-06 6:04 
QuestionCreate Image object from Graphics object - how? Pin
nzmike26-Mar-06 23:26
nzmike26-Mar-06 23:26 
AnswerRe: Create Image object from Graphics object - how? Pin
Guffa26-Mar-06 23:35
Guffa26-Mar-06 23:35 
GeneralRe: Create Image object from Graphics object - how? Pin
nzmike27-Mar-06 19:51
nzmike27-Mar-06 19:51 
AnswerRe: Create Image object from Graphics object - how? Pin
Guffa30-Mar-06 0:57
Guffa30-Mar-06 0:57 
QuestionDate by Week nr? Pin
Snowjim26-Mar-06 22:45
Snowjim26-Mar-06 22:45 
Hey

I have tryed to get date(Monday) by a week nr and year but this do not always work.

Here is my code

<br />
    Public Function getDateByWeekNr(ByVal inWeekNr As Integer, ByVal inYear As Integer) As DateTime<br />
        Dim cal As New System.Globalization.GregorianCalendar<br />
        Dim dTime As DateTime<br />
<br />
        dTime = New DateTime(inYear, 1, 1)<br />
<br />
        For i As Integer = 0 To 365<br />
            If dTime.DayOfWeek = DayOfWeek.Monday Then<br />
                Exit For<br />
            Else<br />
                dTime = dTime.Subtract(New TimeSpan(24, 0, 0))<br />
            End If<br />
        Next<br />
<br />
        Return cal.AddWeeks(dTime, inWeekNr)<br />
    End Function<br />


what am i doing wrong?
AnswerRe: Date by Week nr? Pin
sathish s27-Mar-06 0:58
sathish s27-Mar-06 0:58 
GeneralRe: Date by Week nr? Pin
Snowjim27-Mar-06 19:18
Snowjim27-Mar-06 19:18 
GeneralRe: Date by Week nr? Pin
Snowjim27-Mar-06 19:19
Snowjim27-Mar-06 19:19 
GeneralRe: Date by Week nr? Pin
Snowjim27-Mar-06 19:19
Snowjim27-Mar-06 19:19 
GeneralRe: Date by Week nr? Pin
sathish s27-Mar-06 19:57
sathish s27-Mar-06 19:57 
Questionlogon times Pin
denis7426-Mar-06 22:37
denis7426-Mar-06 22:37 
AnswerRe: logon times Pin
Dave Kreskowiak27-Mar-06 5:52
mveDave Kreskowiak27-Mar-06 5:52 
GeneralRe: logon times Pin
denis7428-Mar-06 0:18
denis7428-Mar-06 0:18 
GeneralRe: logon times Pin
Dave Kreskowiak28-Mar-06 2:53
mveDave Kreskowiak28-Mar-06 2:53 
QuestionIO stream and arabic Pin
illusionFinder26-Mar-06 22:24
illusionFinder26-Mar-06 22:24 
AnswerRe: IO stream and arabic Pin
albCode26-Mar-06 22:36
albCode26-Mar-06 22:36 
AnswerRe: IO stream and arabic Pin
Guffa26-Mar-06 22:51
Guffa26-Mar-06 22:51 
GeneralRe: IO stream and arabic Pin
illusionFinder26-Mar-06 22:59
illusionFinder26-Mar-06 22:59 
AnswerRe: IO stream and arabic Pin
Guffa26-Mar-06 23:27
Guffa26-Mar-06 23:27 
Questionaccess Pin
rsb00526-Mar-06 22:02
rsb00526-Mar-06 22:02 
GeneralPlz specify Pin
Vikrant Badhai26-Mar-06 22:52
Vikrant Badhai26-Mar-06 22:52 
GeneralRe: Plz specify Pin
rsb00527-Mar-06 0:58
rsb00527-Mar-06 0:58 

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.