I want to reload my form in Vb6 without closing it. I am sending a data through serial comm and receiving it. Now i want the repeat the procedure again without closing the Form. The problem is , I don't want to unload the form.It should get reloaded automatically
bthorat22 0 Newbie Poster
Recommended Answers
Jump to PostHi
You shouldn't have to reload the form to receive data unless you have your code that receives data in the Load event of the form. If that is the case, I would recommend moving the code out to its own procedure and then maybe use a timer to repeatedly …
Jump to PostI have no experience with the code that you have posted, but I am assuming (maybe wrongly) that the serie_OnComm is fired each time you receive data? Is that correct? If so, why do you need to unload and reload the form?
All 7 Replies
djjeavons 113 partis vestri scientia
JerrimePatient 5 Junior Poster in Training
bthorat22 0 Newbie Poster
djjeavons 113 partis vestri scientia
bthorat22 0 Newbie Poster
djjeavons 113 partis vestri scientia
bthorat22 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.