Click here to Skip to main content
16,004,854 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Urgent connection pooling Pin
Naji El Kotob31-Jul-07 1:05
Naji El Kotob31-Jul-07 1:05 
QuestionVerbatim literal Pin
LishaDamian30-Jul-07 22:11
LishaDamian30-Jul-07 22:11 
AnswerRe: Verbatim literal Pin
Dave Kreskowiak31-Jul-07 2:50
mveDave Kreskowiak31-Jul-07 2:50 
GeneralRe: Verbatim literal Pin
Dave Doknjas31-Jul-07 13:45
Dave Doknjas31-Jul-07 13:45 
GeneralRe: Verbatim literal Pin
Dave Kreskowiak31-Jul-07 16:52
mveDave Kreskowiak31-Jul-07 16:52 
Questionproblems while taking a screen shot Pin
Ahmad Zaidi30-Jul-07 22:10
Ahmad Zaidi30-Jul-07 22:10 
Questiondatetime control is creating problem Pin
Sonia Gupta30-Jul-07 21:58
Sonia Gupta30-Jul-07 21:58 
AnswerRe: datetime control is creating problem Pin
Tom Deketelaere30-Jul-07 23:00
professionalTom Deketelaere30-Jul-07 23:00 
you're problem is the folowing:

today we are the 31th and while you don't display the day the control still has it in his 'memory'
so when you try to go to a month with only 30 day's (for instance june) you are actualy trying to go to '31 june 2007' and that date doesn't exist so he can't display it and gives you're error.

If you really don't want to show the day then I suggest you catch the 'valuechanged' event and check the day

if day=31 then
if month = june then
day = 30
end if
end if

hope this helps
QuestionHow to hide the startup form Pin
Amer Rehman30-Jul-07 21:17
Amer Rehman30-Jul-07 21:17 
AnswerRe: How to hide the startup form Pin
Tom Deketelaere30-Jul-07 21:26
professionalTom Deketelaere30-Jul-07 21:26 
AnswerRe: How to hide the startup form Pin
Luc Pattyn30-Jul-07 23:24
sitebuilderLuc Pattyn30-Jul-07 23:24 
AnswerRe: How to hide the startup form Pin
Naji El Kotob31-Jul-07 1:10
Naji El Kotob31-Jul-07 1:10 
AnswerRe: How to hide the startup form Pin
Joseph Guadagno31-Jul-07 9:47
Joseph Guadagno31-Jul-07 9:47 
Questionslider and the ruler Pin
eyes200730-Jul-07 21:02
eyes200730-Jul-07 21:02 
AnswerRe: slider and the ruler [modified] Pin
Tom Deketelaere30-Jul-07 21:23
professionalTom Deketelaere30-Jul-07 21:23 
GeneralRe: slider and the ruler Pin
eyes200731-Jul-07 1:15
eyes200731-Jul-07 1:15 
GeneralRe: slider and the ruler Pin
Tom Deketelaere31-Jul-07 1:32
professionalTom Deketelaere31-Jul-07 1:32 
Questionhow can i add groups to sharing folder using vb.Net Pin
koolprasad200330-Jul-07 20:20
professionalkoolprasad200330-Jul-07 20:20 
AnswerRe: how can i add groups to sharing folder using vb.Net Pin
The Man from U.N.C.L.E.31-Jul-07 8:23
The Man from U.N.C.L.E.31-Jul-07 8:23 
GeneralRe: how can i add groups to sharing folder using vb.Net Pin
koolprasad20031-Aug-07 3:06
professionalkoolprasad20031-Aug-07 3:06 
QuestionVoice Recognition Pin
Ashraf zia30-Jul-07 20:00
Ashraf zia30-Jul-07 20:00 
AnswerRe: Voice Recognition Pin
Christian Graus30-Jul-07 20:21
protectorChristian Graus30-Jul-07 20:21 
Questionwindow application deployment problem Pin
Sonia Gupta30-Jul-07 19:37
Sonia Gupta30-Jul-07 19:37 
AnswerRe: window application deployment problem Pin
Christian Graus30-Jul-07 20:22
protectorChristian Graus30-Jul-07 20:22 
QuestionControl to display a merge cell Pin
Mekong River30-Jul-07 16:06
Mekong River30-Jul-07 16:06 

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.