Changing Cursor not working.

  • Thread starter Thread starter Brad Shook
  • Start date Start date
B

Brad Shook

I am trying to change the cursor in a vb windows program with the following
code.
Me.Cursor.Current = Cursors.Hand

It is not working.

Does anyone have any suggestions?

Thanks,

Brad Shook
 
Sorry I couldn't post a new question, so I used this replay to post my new
question




Hi:
I am trying to have a very general sql command like
select * from [table1]

now [table1] is a variable and could be the employee table or the customer
table , and that 's depends on other choices user picks...

is it possible to do that ??

or do I have to have a couple od if statment and fire up a sql command to
each one ??
exampls:
if choice so and so then sql command = select * from customer
else sql command = select * from employee


any help would be apprciated
thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top