Click here to Skip to main content
15,884,388 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Windows 7 Lock app Pin
flinchy318-Jun-12 3:33
flinchy318-Jun-12 3:33 
QuestionGet Image Size using ByteArray Pin
Midnight Ahri15-Jun-12 18:44
Midnight Ahri15-Jun-12 18:44 
AnswerRe: Get Image Size using ByteArray Pin
Dave Kreskowiak15-Jun-12 18:52
mveDave Kreskowiak15-Jun-12 18:52 
AnswerRe: Get Image Size using ByteArray Pin
908236519-Jun-12 5:45
908236519-Jun-12 5:45 
GeneralRe: Get Image Size using ByteArray Pin
Midnight Ahri19-Jun-12 15:02
Midnight Ahri19-Jun-12 15:02 
GeneralRe: Get Image Size using ByteArray Pin
Dave Kreskowiak20-Jun-12 2:13
mveDave Kreskowiak20-Jun-12 2:13 
GeneralRe: Get Image Size using ByteArray Pin
Midnight Ahri20-Jun-12 15:07
Midnight Ahri20-Jun-12 15:07 
QuestionStruggling to retrieve date from a table in adatapicker Pin
ilgrongo15-Jun-12 9:35
ilgrongo15-Jun-12 9:35 
Hi,
I plugged in a form a datapicker, but I'm having difficulty viewing the correct date when I fetch the same from a mysql table.
I manage the double-click on a row in a datagrid to retrieve the record data when editing a record in a form.
If the date my datapicker (textdatanascita) is set to the value of the table.

FormRegistrazioneUtente.TextDatanascita.Value = Me.DataGridView1.Rows.Item (e.RowIndex). Cells ("ut_datanascita"). Value

MsgBox (FormRegistrazioneUtente.TextDatanascita.Value)

As evidence of this fact I put a msgbox to check the accuracy of the data, and in fact everything is ok. The data obtained is as expected.
But when I open the form all the data in various textboxs are the expected ones, while only datapicker still shows the current date.

Someone would be so kind as to tell me where wrong?

thanks a lot
AnswerRe: Struggling to retrieve date from a table in adatapicker Pin
Dave Kreskowiak15-Jun-12 19:00
mveDave Kreskowiak15-Jun-12 19:00 
QuestionVB 2008, forms and bindingsource Pin
Ivan Marijanovic15-Jun-12 5:03
Ivan Marijanovic15-Jun-12 5:03 
AnswerRe: VB 2008, forms and bindingsource Pin
javadadabi16-Jun-12 22:52
javadadabi16-Jun-12 22:52 
QuestionGetCommandLineArgs() fails for long directory name? Pin
biop.codeproject15-Jun-12 0:20
biop.codeproject15-Jun-12 0:20 
AnswerRe: GetCommandLineArgs() fails for long directory name? Pin
908236515-Jun-12 1:51
908236515-Jun-12 1:51 
AnswerRe: GetCommandLineArgs() fails for long directory name? Pin
Eddy Vluggen15-Jun-12 1:54
professionalEddy Vluggen15-Jun-12 1:54 
GeneralRe: GetCommandLineArgs() fails for long directory name? Pin
biop.codeproject15-Jun-12 21:38
biop.codeproject15-Jun-12 21:38 
GeneralRe: GetCommandLineArgs() fails for long directory name? Pin
Eddy Vluggen15-Jun-12 22:28
professionalEddy Vluggen15-Jun-12 22:28 
AnswerRe: GetCommandLineArgs() fails for long directory name? Pin
Dave Kreskowiak15-Jun-12 1:57
mveDave Kreskowiak15-Jun-12 1:57 
GeneralRe: GetCommandLineArgs() fails for long directory name? Pin
biop.codeproject15-Jun-12 21:39
biop.codeproject15-Jun-12 21:39 
AnswerRe: GetCommandLineArgs() fails for long directory name? Pin
Richard MacCutchan15-Jun-12 2:53
mveRichard MacCutchan15-Jun-12 2:53 
GeneralRe: GetCommandLineArgs() fails for long directory name? Pin
biop.codeproject15-Jun-12 21:40
biop.codeproject15-Jun-12 21:40 
Questionhow to create advanced browser like firefox with visual basic 2010? Pin
JOHNSAMI13-Jun-12 16:19
JOHNSAMI13-Jun-12 16:19 
AnswerRe: how to create advanced browser like firefox with visual basic 2010? Pin
Dave Kreskowiak13-Jun-12 18:22
mveDave Kreskowiak13-Jun-12 18:22 
Questionvb .net - Moving to a new computer Pin
No-e13-Jun-12 8:02
No-e13-Jun-12 8:02 
AnswerRe: vb .net - Moving to a new computer Pin
Dave Kreskowiak13-Jun-12 8:12
mveDave Kreskowiak13-Jun-12 8:12 
GeneralRe: vb .net - Moving to a new computer Pin
No-e13-Jun-12 9:48
No-e13-Jun-12 9:48 

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.