Strange thing for combobx

  • Thread starter Thread starter qe_Cui
  • Start date Start date
Q

qe_Cui

Hello Everyone:

I am using vb.net 2003 / SqlServer 2000 / Windows2000 Professional OS.

I put a combobox in a form in my application, it works well in my own pc.
But when I relase it to a client pc(with .Net FrameWork 1.1 and Win98 os), I
found that the combobox could not accept a selected item when i leave it, it
always back to the defalt ite. So i try to debug with messagebox, it is very
strange I found it is work well after popuping messagebox. I have tested
several time, i confirm that if i put some messagebox in the combobox's
event example OnLeave, validate etc. it works well.


Appreciate for your help!!!


Thanks

cqe
 
* "qe_Cui said:
I am using vb.net 2003 / SqlServer 2000 / Windows2000 Professional OS.

I put a combobox in a form in my application, it works well in my own pc.
But when I relase it to a client pc(with .Net FrameWork 1.1 and Win98 os), I
found that the combobox could not accept a selected item when i leave it, it
always back to the defalt ite. So i try to debug with messagebox, it is very
strange I found it is work well after popuping messagebox. I have tested
several time, i confirm that if i put some messagebox in the combobox's
event example OnLeave, validate etc. it works well.

If you don't get an answer here, you may want to post this question to
the Windows Forms Controls group:

<
--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>

<http://www.plig.net/nnq/nquote.html>
 
Back
Top