G
Guest
Hello
I apologize for my ignorance of .NET, but my network administrator installed it instead of VB6 and I have some projects that need to be written in a hurry. I can't seem to code any of my projects like VB6. I would like to do several things
1. I would like to concatinate the value of a textbox with a string
sAddendum = "Full_Grant_Num = '" & txtValue & "'
but I get the error Operator '&' is not defined for types 'String' and 'System.Forms.Textbox
2. I have a groupbox and I would like to have a select case on the value of the groupbox, but I get the following error
'Select' expression cannot be of type 'System.Windows.Forms.GroupBox'
How do I go about this. I will be getting some reading material, but I need to get this out the door today
Thank you
I apologize for my ignorance of .NET, but my network administrator installed it instead of VB6 and I have some projects that need to be written in a hurry. I can't seem to code any of my projects like VB6. I would like to do several things
1. I would like to concatinate the value of a textbox with a string
sAddendum = "Full_Grant_Num = '" & txtValue & "'
but I get the error Operator '&' is not defined for types 'String' and 'System.Forms.Textbox
2. I have a groupbox and I would like to have a select case on the value of the groupbox, but I get the following error
'Select' expression cannot be of type 'System.Windows.Forms.GroupBox'
How do I go about this. I will be getting some reading material, but I need to get this out the door today
Thank you