Click here to Skip to main content
15,907,233 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
GeneralRe: Calendar control- display two months Pin
C#Coudou25-Feb-09 21:13
C#Coudou25-Feb-09 21:13 
Dave Kreskowiak wrote:
So what's wrong with using a second instance of your control??


The second instance of my control will not display the correct month, it is always the same as the first instance. Every time i will click the button previous or button next.

Heres my part of code: Note my center date is '2009/02/26

PreviousBtn_Click()
m_lDate = DateAdd("m", -1, m_lDate) '2009/01/26

NextBtn_Click()
m_lDate = DateAdd("m", 1, m_lDate) '2009/03/26



Dave Kreskowiak wrote:
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.


This is an old program , they want updates such as this calendar.

C# コードMicrosoft End User
2000-2008




「「「「「「「「「「「「「「「「「「「「「「「「「「「「
The best things in life are free
」」」」」」」」」」」」」」」」」」」」」」」」」」」」


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 
GeneralRe: need help with backcolor command Pin
hugblue25-Feb-09 2:09
hugblue25-Feb-09 2:09 

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.