Click here to Skip to main content
15,893,814 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: display image larger than the screen size Pin
Luc Pattyn24-Aug-09 5:04
sitebuilderLuc Pattyn24-Aug-09 5:04 
GeneralRe: display image larger than the screen size Pin
TheMrProgrammer24-Aug-09 18:41
TheMrProgrammer24-Aug-09 18:41 
GeneralRe: display image larger than the screen size Pin
Luc Pattyn25-Aug-09 0:05
sitebuilderLuc Pattyn25-Aug-09 0:05 
Questionctype operator in Visual Basic; string to MySqlDateTime Pin
fabrice.leal24-Aug-09 1:34
fabrice.leal24-Aug-09 1:34 
AnswerRe: ctype operator in Visual Basic; string to MySqlDateTime [modified] Pin
Henry Minute24-Aug-09 2:16
Henry Minute24-Aug-09 2:16 
AnswerRe: ctype operator in Visual Basic; string to MySqlDateTime Pin
εїзεїзεїз24-Aug-09 3:24
εїзεїзεїз24-Aug-09 3:24 
AnswerRe: ctype operator in Visual Basic; string to MySqlDateTime Pin
fabrice.leal24-Aug-09 3:46
fabrice.leal24-Aug-09 3:46 
General...problem solved... I hope... Pin
fabrice.leal24-Aug-09 3:56
fabrice.leal24-Aug-09 3:56 
ok, never mind...
i think i just solved my problem with this code:

If e.DesiredType.Equals(GetType(MySql.Data.Types.MySqlDateTime)) Then
            If String.IsNullOrEmpty(e.Value) Then
                e.Value = DBNull.Value
            Else
                Try
                    e.Value = New MySql.Data.Types.MySqlDateTime(DateTime.Parse(e.Value))
                Catch
                    e.Value = DBNull.Value
                End Try
            End If
            e.ParsingApplied = True
        End If


in the method
Private Sub DataGridCusto_CellParsing(ByVal sender As Object, ByVal e As System.Windows.Forms.DataGridViewCellParsingEventArgs) Handles DataGridCusto.CellParsing


thanks
GeneralRe: ...problem solved... I hope... Pin
εїзεїзεїз24-Aug-09 5:00
εїзεїзεїз24-Aug-09 5:00 
Questionhow to press a button from a other applicationt ? Pin
vietphamvn23-Aug-09 20:54
vietphamvn23-Aug-09 20:54 
AnswerRe: how to press a button from a other applicationt ? Pin
Christian Graus23-Aug-09 21:26
protectorChristian Graus23-Aug-09 21:26 
AnswerRe: how to press a button from a other applicationt ? Pin
Steven J Jowett24-Aug-09 4:30
Steven J Jowett24-Aug-09 4:30 
QuestionCrystal Report 10: Report Footer Pin
C#Coudou23-Aug-09 20:05
C#Coudou23-Aug-09 20:05 
AnswerRe: Crystal Report 10: Report Footer Pin
Paramu197323-Aug-09 23:26
Paramu197323-Aug-09 23:26 
QuestionRun Time Design Image Pin
Anubhava Dimri23-Aug-09 19:31
Anubhava Dimri23-Aug-09 19:31 
AnswerRe: Run Time Design Image Pin
Christian Graus23-Aug-09 21:22
protectorChristian Graus23-Aug-09 21:22 
GeneralRe: Run Time Design Image Pin
Dave Kreskowiak24-Aug-09 3:35
mveDave Kreskowiak24-Aug-09 3:35 
GeneralRe: Run Time Design Image Pin
Nagy Vilmos24-Aug-09 3:59
professionalNagy Vilmos24-Aug-09 3:59 
AnswerRe: Run Time Design Image Pin
Luc Pattyn24-Aug-09 5:59
sitebuilderLuc Pattyn24-Aug-09 5:59 
Questionhow to mention paper size in pragmatically ? [modified] Pin
JC.KaNNaN23-Aug-09 19:29
JC.KaNNaN23-Aug-09 19:29 
QuestionServices Management Visual Basic Pin
Dennis Huisman23-Aug-09 0:12
Dennis Huisman23-Aug-09 0:12 
AnswerRe: Services Management Visual Basic Pin
Luc Pattyn23-Aug-09 0:51
sitebuilderLuc Pattyn23-Aug-09 0:51 
GeneralRe: Services Management Visual Basic Pin
Dennis Huisman23-Aug-09 20:31
Dennis Huisman23-Aug-09 20:31 
GeneralRe: Services Management Visual Basic Pin
Dennis Huisman1-Sep-09 4:54
Dennis Huisman1-Sep-09 4:54 
QuestionVb 6 and Crystal Reports 8 Pin
sivaraman_sankaranarayanan22-Aug-09 21:27
sivaraman_sankaranarayanan22-Aug-09 21:27 

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.