Click here to Skip to main content
15,911,139 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Showing MdiChild Form in widows menu when showing it in a panel in MdiForm Pin
paas25-Feb-09 3:33
paas25-Feb-09 3:33 
Question[Message Deleted] Pin
Tej Aj24-Feb-09 19:18
Tej Aj24-Feb-09 19:18 
AnswerRe: Networking in VB.Net using Desktop Development and building Client/Server application Pin
Mycroft Holmes24-Feb-09 20:38
professionalMycroft Holmes24-Feb-09 20:38 
AnswerRe: Networking in VB.Net using Desktop Development and building Client/Server application Pin
Samir Ibrahim24-Feb-09 23:12
Samir Ibrahim24-Feb-09 23:12 
QuestionCalendar control- display two months Pin
C#Coudou24-Feb-09 17:51
C#Coudou24-Feb-09 17:51 
AnswerRe: Calendar control- display two months Pin
Dave Kreskowiak24-Feb-09 18:06
mveDave Kreskowiak24-Feb-09 18:06 
GeneralRe: Calendar control- display two months Pin
C#Coudou24-Feb-09 18:26
C#Coudou24-Feb-09 18:26 
GeneralRe: Calendar control- display two months Pin
Dave Kreskowiak25-Feb-09 1:48
mveDave Kreskowiak25-Feb-09 1:48 
C#Coudou wrote:
i use MSFlexGrid. I made a custom calendar using that flexgrid.

but the same problem. i still cant able to display the second month on
the flexgrid


So what's wrong with using a second instance of your control??


C#Coudou wrote:
Returns "2009/02"
Me.TitleMonth1 = Format(theDate, "yyyy" & JPY & " mm" & JPM & "")

Returns "03" , i need to return this as 2009/03
Me.TitleMonth2 = Format(Year(theDate), Month(theDate) + 1)


If you're stuck using VB6 (I do NOT recommend sticking with it since it's been a dead language for quite some time now), you may want to check into the FormatDateTime function.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: Calendar control- display two months Pin
C#Coudou25-Feb-09 21:13
C#Coudou25-Feb-09 21:13 
GeneralRe: Calendar control- display two months Pin
Dave Kreskowiak26-Feb-09 2:04
mveDave Kreskowiak26-Feb-09 2:04 
GeneralRe: Calendar control- display two months Pin
C#Coudou27-Feb-09 18:10
C#Coudou27-Feb-09 18:10 
QuestionFingerprint Reader Pin
arunram99924-Feb-09 17:22
arunram99924-Feb-09 17:22 
AnswerRe: Fingerprint Reader Pin
Dave Kreskowiak24-Feb-09 18:04
mveDave Kreskowiak24-Feb-09 18:04 
GeneralRe: Fingerprint Reader Pin
arunram99924-Feb-09 20:13
arunram99924-Feb-09 20:13 
GeneralRe: Fingerprint Reader Pin
Dave Kreskowiak25-Feb-09 1:47
mveDave Kreskowiak25-Feb-09 1:47 
QuestionHow to split one dataset into two datatable??? Pin
star_platinum24-Feb-09 17:16
star_platinum24-Feb-09 17:16 
AnswerRe: How to split one dataset into two datatable??? Pin
Dave Kreskowiak24-Feb-09 18:03
mveDave Kreskowiak24-Feb-09 18:03 
GeneralRe: How to split one dataset into two datatable??? Pin
star_platinum24-Feb-09 19:10
star_platinum24-Feb-09 19:10 
GeneralRe: How to split one dataset into two datatable??? Pin
Mycroft Holmes24-Feb-09 20:43
professionalMycroft Holmes24-Feb-09 20:43 
GeneralRe: How to split one dataset into two datatable??? Pin
Jon_Boy25-Feb-09 8:25
Jon_Boy25-Feb-09 8:25 
Questionneed help with backcolor command [modified] Pin
hugblue24-Feb-09 16:24
hugblue24-Feb-09 16:24 
AnswerRe: need help with backcolor command Pin
ABitSmart24-Feb-09 17:25
ABitSmart24-Feb-09 17:25 
AnswerRe: need help with backcolor command Pin
Dave Kreskowiak24-Feb-09 17:56
mveDave Kreskowiak24-Feb-09 17:56 
GeneralRe: need help with backcolor command Pin
hugblue25-Feb-09 0:54
hugblue25-Feb-09 0:54 
GeneralRe: need help with backcolor command Pin
Dave Kreskowiak25-Feb-09 1:38
mveDave Kreskowiak25-Feb-09 1: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.