Click here to Skip to main content
15,900,973 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generalupdate panel positioning Pin
solarthur0126-Feb-08 9:17
solarthur0126-Feb-08 9:17 
GeneralRe: update panel positioning Pin
parth.p26-Feb-08 9:56
parth.p26-Feb-08 9:56 
GeneralRe: update panel positioning Pin
solarthur0126-Feb-08 12:00
solarthur0126-Feb-08 12:00 
GeneralRe: update panel positioning Pin
parth.p26-Feb-08 18:15
parth.p26-Feb-08 18:15 
QuestionDataGridView acting strange all of a sudden [modified] Pin
Marcus J. Smith26-Feb-08 9:03
professionalMarcus J. Smith26-Feb-08 9:03 
GeneralRe: DataGridView acting strange all of a sudden Pin
Kschuler26-Feb-08 9:34
Kschuler26-Feb-08 9:34 
GeneralRe: DataGridView acting strange all of a sudden Pin
Marcus J. Smith26-Feb-08 9:54
professionalMarcus J. Smith26-Feb-08 9:54 
GeneralRe: DataGridView acting strange all of a sudden Pin
Kschuler27-Feb-08 3:39
Kschuler27-Feb-08 3:39 
Could it be a DataType error? If I'm reading your code correctly, you are adding all sizes into the box as strings, but when you set them:
sizeCell.Value = sizeRows(0)("Size")

are you sure the sizeRows(0)("Size") is a string? Would adding a .ToString and maybe some trim (and ToUpper if these actually contain alpha characters) fix the issue?

I'm guessing you checked this, but just in case you didn't, have you checked that your filter is returning one or two records all the time? You are setting the value to "" if the filtered rows come back with a count of 3 or more...

Other than that, nothing obvious jumps out at me. Sorry. Hopefully someone else can see something I missed.
GeneralRe: DataGridView acting strange all of a sudden Pin
Marcus J. Smith27-Feb-08 4:02
professionalMarcus J. Smith27-Feb-08 4:02 
QuestionWhy is the namespace not visible in VB code files? Pin
Vantigate26-Feb-08 8:35
Vantigate26-Feb-08 8:35 
GeneralRe: Why is the namespace not visible in VB code files? Pin
Marcus J. Smith26-Feb-08 9:23
professionalMarcus J. Smith26-Feb-08 9:23 
GeneralRe: Why is the namespace not visible in VB code files? Pin
Vantigate26-Feb-08 11:13
Vantigate26-Feb-08 11:13 
GeneralCrystal reports randomly displaying text in lower case Pin
Kschuler26-Feb-08 7:38
Kschuler26-Feb-08 7:38 
GeneralCreating Charts Pin
parth.p26-Feb-08 6:23
parth.p26-Feb-08 6:23 
GeneralRe: Creating Charts Pin
Dave Kreskowiak27-Feb-08 6:45
mveDave Kreskowiak27-Feb-08 6:45 
GeneralThe will not let me hit the database until the last minute. Help !!! [modified] Pin
crystal915426-Feb-08 5:53
crystal915426-Feb-08 5:53 
GeneralRe: The will not let me hit the database until the last minute. Help !!! Pin
Christian Graus26-Feb-08 8:54
protectorChristian Graus26-Feb-08 8:54 
GeneralRe: The will not let me hit the database until the last minute. Help !!! Pin
crystal915426-Feb-08 10:39
crystal915426-Feb-08 10:39 
GeneralData Access .net compact framework Pin
Cory Kimble26-Feb-08 3:35
Cory Kimble26-Feb-08 3:35 
GeneralRe: Data Access .net compact framework Pin
Arjun Marwaha26-Feb-08 22:40
Arjun Marwaha26-Feb-08 22:40 
Question.pst file Pin
mesho26-Feb-08 3:25
mesho26-Feb-08 3:25 
GeneralRe: .pst file Pin
parth.p26-Feb-08 5:59
parth.p26-Feb-08 5:59 
GeneralRe: .pst file Pin
mesho27-Feb-08 7:45
mesho27-Feb-08 7:45 
GeneralUnable to Create Subkey in registry Pin
Rupesh Kumar Swami26-Feb-08 3:20
Rupesh Kumar Swami26-Feb-08 3:20 
GeneralRe: Unable to Create Subkey in registry Pin
Dave Kreskowiak27-Feb-08 6:49
mveDave Kreskowiak27-Feb-08 6:49 

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.