B
Brent McIntyre
Good evening all,
I am going crazy with a problem that I am sure has a simple solution.
I need to add items to a ComboBox on a Form. I can do it simply when I
code on form.vb, but when go to a procedure on a seperate module it says
"Name 'ComboBox' is not declared". I have tried setting the modifiers
for the ComboBox to Public, Friend and Private all to no avail. I am
also not sure why on the main page "Me." is used before a control, I
tried this on the module but it didn't work.
Any help you may be able to provide would be much appreciated as I am
still trying to learn this language.
Yours sincerely,
Brent McIntyre
I am going crazy with a problem that I am sure has a simple solution.
I need to add items to a ComboBox on a Form. I can do it simply when I
code on form.vb, but when go to a procedure on a seperate module it says
"Name 'ComboBox' is not declared". I have tried setting the modifiers
for the ComboBox to Public, Friend and Private all to no avail. I am
also not sure why on the main page "Me." is used before a control, I
tried this on the module but it didn't work.
Any help you may be able to provide would be much appreciated as I am
still trying to learn this language.
Yours sincerely,
Brent McIntyre