Click here to Skip to main content
15,905,776 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionDesign Issues in Crystal Reports in VS.NET 2003 Pin
freefika28-Mar-07 0:45
freefika28-Mar-07 0:45 
QuestionParse word document using vb6 Pin
Sushantc28-Mar-07 0:28
Sushantc28-Mar-07 0:28 
AnswerRe: Parse word document using vb6 Pin
Dave Kreskowiak28-Mar-07 15:17
mveDave Kreskowiak28-Mar-07 15:17 
QuestionGet Ascii/ Unicode Values Pin
Jonathan Gibbs27-Mar-07 23:54
Jonathan Gibbs27-Mar-07 23:54 
AnswerRe: Get Ascii/ Unicode Values Pin
MikeMarq28-Mar-07 6:50
MikeMarq28-Mar-07 6:50 
QuestionAdding Attributes to Control instances Pin
testy_proconsul27-Mar-07 22:33
testy_proconsul27-Mar-07 22:33 
QuestionSunday dates............. [modified] Pin
Member 387988127-Mar-07 22:10
Member 387988127-Mar-07 22:10 
AnswerRe: Sunday dates............. Pin
Tirthadip27-Mar-07 23:16
Tirthadip27-Mar-07 23:16 
i dont know where the dates in your code coming from.... but you can easily have the weekdays from a date......

the code is ..........
Dim myDate as Date<br />
Dim dayOfWeek as Integer=myDate.DayOfWeek<br />
// if myDate is a SUNDAY then dayOfWeek will have 0<br />
if myDate is a MONDAY then dayOfWeek will have 1 and So on.....


you can check for the SUNDAYS in your dates by that.....

Tirtha

"A man can ride on your back only when it is bent....."

AnswerRe: Sunday dates............. Pin
RichardBerry28-Mar-07 4:43
RichardBerry28-Mar-07 4:43 
QuestionAccess to properties of Windows Service Pin
mrzylinder27-Mar-07 21:35
mrzylinder27-Mar-07 21:35 
Questionexporting a crystal report in to Excel format Pin
indian14327-Mar-07 21:26
indian14327-Mar-07 21:26 
Questionproblem in vb.net Pin
bhawna_k27-Mar-07 21:26
bhawna_k27-Mar-07 21:26 
AnswerRe: problem in vb.net Pin
jack_claudine27-Mar-07 23:47
jack_claudine27-Mar-07 23:47 
AnswerRe: problem in vb.net Pin
Colin Angus Mackay28-Mar-07 0:34
Colin Angus Mackay28-Mar-07 0:34 
GeneralRe: problem in vb.net Pin
bhawna_k28-Mar-07 20:52
bhawna_k28-Mar-07 20:52 
GeneralRe: problem in vb.net Pin
Colin Angus Mackay28-Mar-07 20:55
Colin Angus Mackay28-Mar-07 20:55 
QuestionVB Report Designer Pin
jarth27-Mar-07 20:46
jarth27-Mar-07 20:46 
AnswerRe: VB Report Designer Pin
shanavaspi21-Sep-09 23:56
shanavaspi21-Sep-09 23:56 
QuestionHow to change paper orientation of default Printer ? Pin
ankprasanna27-Mar-07 20:33
ankprasanna27-Mar-07 20:33 
Question[Message Deleted] Pin
gubba27-Mar-07 20:28
gubba27-Mar-07 20:28 
GeneralRe: how to open a pop up window Pin
Guffa27-Mar-07 21:34
Guffa27-Mar-07 21:34 
AnswerRe: how to open a pop up window Pin
jack_claudine27-Mar-07 23:48
jack_claudine27-Mar-07 23:48 
Questiondeclare class Pin
nyakallo27-Mar-07 19:58
nyakallo27-Mar-07 19:58 
AnswerRe: declare class Pin
MikeMarq27-Mar-07 20:31
MikeMarq27-Mar-07 20:31 
Questiontimer tool Pin
nyakallo27-Mar-07 19:38
nyakallo27-Mar-07 19:38 

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.