Click here to Skip to main content
15,887,746 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to send sms to mobile phone?? Pin
EliottA25-Jun-09 11:08
EliottA25-Jun-09 11:08 
GeneralRe: How to send sms to mobile phone?? Pin
Henry Minute25-Jun-09 14:02
Henry Minute25-Jun-09 14:02 
AnswerRe: How to send sms to mobile phone?? Pin
Vikash Yadav25-Jun-09 19:03
Vikash Yadav25-Jun-09 19:03 
GeneralRe: How to send sms to mobile phone?? Pin
s4266-Jul-09 20:12
s4266-Jul-09 20:12 
QuestionVB6 vs VB.NET Windows Forms and Controls Handling Behavior Pin
QuickBooksDev25-Jun-09 6:25
QuickBooksDev25-Jun-09 6:25 
AnswerRe: VB6 vs VB.NET Windows Forms and Controls Handling Behavior Pin
Jon_Boy25-Jun-09 8:14
Jon_Boy25-Jun-09 8:14 
AnswerRe: VB6 vs VB.NET Windows Forms and Controls Handling Behavior Pin
dan!sh 25-Jun-09 8:15
professional dan!sh 25-Jun-09 8:15 
AnswerRe: VB6 vs VB.NET Windows Forms and Controls Handling Behavior Pin
Gideon Engelberth25-Jun-09 9:32
Gideon Engelberth25-Jun-09 9:32 
One of the biggest differences with forms is that VB6 used a default shared instance of each form. VB.Net does not do that by default (although the upgrade wizard does create these instances when moving from VB6 to .NET). That is why you can't say Form2.dtpStart in .NET.

As far as the property, I would try to find out which property on the DateTimePicker is the default property in VB6 (another thing that doesn't come up to .NET) and then use the equivalent property (the value property seems more likely to be what you want). Also, you will need to make sure that you pass the correct data type into the property (a Date for the Value property of a DateTimePicker).
Questionproperty selected and load other items in other properties Pin
VB 8.025-Jun-09 4:01
VB 8.025-Jun-09 4:01 
AnswerRe: property selected and load other items in other properties Pin
Jon_Boy25-Jun-09 4:09
Jon_Boy25-Jun-09 4:09 
GeneralRe: property selected and load other items in other properties Pin
VB 8.026-Jun-09 2:22
VB 8.026-Jun-09 2:22 
Questionsoliworks image Pin
bhargava240925-Jun-09 2:04
bhargava240925-Jun-09 2:04 
AnswerRe: soliworks image Pin
Jon_Boy25-Jun-09 2:26
Jon_Boy25-Jun-09 2:26 
QuestionGDI+ problem? Pin
O.G.I.25-Jun-09 0:59
O.G.I.25-Jun-09 0:59 
AnswerRe: GDI+ problem? Pin
Thomas Krojer25-Jun-09 1:07
Thomas Krojer25-Jun-09 1:07 
AnswerRe: GDI+ problem? Pin
Dave Kreskowiak25-Jun-09 4:12
mveDave Kreskowiak25-Jun-09 4:12 
AnswerRe: GDI+ problem? Pin
O.G.I.25-Jun-09 4:20
O.G.I.25-Jun-09 4:20 
GeneralRe: GDI+ problem? Pin
Jon_Boy25-Jun-09 4:30
Jon_Boy25-Jun-09 4:30 
GeneralRe: GDI+ problem? [modified] Pin
Luc Pattyn25-Jun-09 4:36
sitebuilderLuc Pattyn25-Jun-09 4:36 
Questiontree view node click event Pin
bhargava240925-Jun-09 0:11
bhargava240925-Jun-09 0:11 
AnswerRe: tree view node click event Pin
dan!sh 25-Jun-09 1:11
professional dan!sh 25-Jun-09 1:11 
GeneralRe: tree view node click event Pin
bhargava240925-Jun-09 1:16
bhargava240925-Jun-09 1:16 
GeneralRe: tree view node click event Pin
Jon_Boy25-Jun-09 1:39
Jon_Boy25-Jun-09 1:39 
GeneralRe: tree view node click event Pin
bhargava240925-Jun-09 1:59
bhargava240925-Jun-09 1:59 
GeneralRe: tree view node click event Pin
bhargava240925-Jun-09 2:00
bhargava240925-Jun-09 2:00 

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.